I suggest we update SQL/main.sql, so that it could be processed in any schema we specify.
For now, every CREATE TABLE statement contains prefix public., which specifies to create tables in the corresponding schema - we may want to update that to create those table into any specified schema
I suggest we update
SQL/main.sql, so that it could be processed in any schema we specify.For now, every
CREATE TABLEstatement contains prefixpublic., which specifies to create tables in the corresponding schema - we may want to update that to create those table into any specified schema