Drizzle-kit: Uncomment code below and paste pk name manually?

Trying to work with composite primary key. As shown down below in one of my tables. It wants me to do something manually seen in the image.
(table) => {
return {
pk: primaryKey({
columns: [table.provider_id, table.provider_user_id],
}),
};
}
(table) => {
return {
pk: primaryKey({
columns: [table.provider_id, table.provider_user_id],
}),
};
}
In the migration it returns a workaround for the meanwhile, but what does it mean to say with 2. Uncomment code below and paste pk name manually?
No description
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server