1 2 3 4 5 6 7
create schema "phtx_ext"; create extension "uuid-ossp" with schema "phtx_ext"; create extension "citext" with schema "phtx_ext";