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
commands in wrong order.
It's trying to run ALTER TABLE stores ADD CONSTRAINT stores_SubDomain_unique UNIQUE(SubDomain);
before creating the column! major bug
Expected behavior
commands should be in right order.
Environment & setup
No response
The text was updated successfully, but these errors were encountered:
What version of
drizzle-orm
are you using?^0.30.6
What version of
drizzle-kit
are you using?^0.20.14
Describe the Bug
commands in wrong order.
It's trying to run ALTER TABLE
stores
ADD CONSTRAINTstores_SubDomain_unique
UNIQUE(SubDomain
);before creating the column! major bug
Expected behavior
commands should be in right order.
Environment & setup
No response
The text was updated successfully, but these errors were encountered: