Enum type gets lost
Setup:
I have a server-side db schema definition which I push with
bunx drizzle-kit push:sqlite
and pull on the website with bunx drizzle-kit introspect:sqlite
in my schema definition I have the following table
but on the website, the pulled schema looks like this:
where the enum type got lost.
Should I use another command to push and pull, or how can I fix this issue?0 Replies