Skip to content

Error "There is no unique constraint matching the given key for the referenced table" after run "drizzle-kit migrate" #2519

Closed Answered by jdkcoder
jdkcoder asked this question in Q&A
Discussion options

You must be logged in to vote

Adding .unique() after $defaultFn() solved my problem. I forgot that :'(

id: text(`id`).primaryKey().$defaultFn(() => ulid()).unique()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jdkcoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant