liyue
DTDrizzle Team
•Created by liyue on 4/13/2023 in #help
Unique Key Schema
I am trying to create an unique key on a table using a custom schema, the generated sql migration file does not produce the correct output and when I execute it the error
relation "users" does not exist
is thrown.
Here is the code:
https://codesandbox.io/p/sandbox/competent-faraday-xk9b2q?selection=%5B%7B%22endColumn%22%3A72%2C%22endLineNumber%22%3A19%2C%22startColumn%22%3A72%2C%22startLineNumber%22%3A19%7D%5D&file=%2Fsrc%2Fdata%2Fmigrations%2F0000_military_la_nuit.sql
I am using the same example from the drizzle-orm postgres sql docs, the schema.ts file is:
I didn't find in the documentation how to add the schema to the uniqueIndex
method4 replies