Your tables are ‘grouped’ (for want of better word) in schemas (google for it). You should run
CREATE SCHEMA common
And likewise for all other schemas.
Your tables are ‘grouped’ (for want of better word) in schemas (google for it). You should run
CREATE SCHEMA common
And likewise for all other schemas.