I am trying to create the emmett tables in it's own schema rather than have everything within the publc schema.. Connection URL like: postgresql://postgres:postgres@127.0.0.1:54322/postgres?schema=events does not create the tables within the events schema, still the public schema
I am trying to create the emmett tables in it's own schema rather than have everything within the
publcschema.. Connection URL like:postgresql://postgres:postgres@127.0.0.1:54322/postgres?schema=eventsdoes not create the tables within the events schema, still the public schema