Kim Young Jin
DTDrizzle Team
•Created by Kim Young Jin on 1/5/2024 in #help
PostgreSQL "type serial does not exist"
Hi @solo thanks for replying. My drive is postgres.
Steps to reproduce:
Just create a schema with an id fileld that is of type "big serial", like this:
topicid: bigserial("topicid", { mode: "number" }).primaryKey().notNull()
and then db push
it to the postgres db4 replies