serial type invalid in psql
im trying to use serial type for my id column to enable auto-incremental id, but when migrating the schema it throws error saying
type "serial" doesnt exist
0 Replies
type "serial" doesnt exist