You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that the bug I'm about to report hasn't been filed before.
What version of drizzle-orm are you using?
0.38.2
What version of drizzle-kit are you using?
0.30.1
Other packages
No response
Describe the Bug
I am creating a composite primary key on the fields: id, assetId, and inGameName. It never adds the primary key when pushing, I always have to add it manually.
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.38.2
What version of
drizzle-kit
are you using?0.30.1
Other packages
No response
Describe the Bug
I am creating a composite primary key on the fields: id, assetId, and inGameName. It never adds the primary key when pushing, I always have to add it manually.
The text was updated successfully, but these errors were encountered: