BUG: Postgres migration script generates a few syntax errors
Context: I was running migrations with drizzle-kit's migration function from
I had to make the following changes to the SQL script:
node-postgres , and kept getting a lot of errors. I had to make the following changes to the SQL script:
- Add double quotes around table, index, and other field names
- Array fields with default values just never generated the right code. So I had to manually add the default value in.
