On 8/20/20 2:45 PM, Noah Mehl wrote:
Basically, there are no tables created for Postgres that end in _id_seq.
No tables, or no entities?
https://www.postgresql.org/docs/current/sql-createsequence.html
https://www.postgresqltutorial.com/postgresql-serial/ https://www.postgresqltutorial.com/postgresql-identity-column/
-- Alex