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
Hey we've got this weird issue where migrations don't create composite primary keys the same way they used to. We used to be able to migrate nullable primary keys but now they don't get created correctly anymore.
Our production table on SingleStore Cloud:
Our staging and local table:
Our migration (which hasn't changed):
This is the case for all our pivot tables which have a nullable column.
I'm suspecting the driver because the local environment hasn't been updated in months and still experienced this change/issue.
Production isn't impacted (for now) but having to manually run queries to fix the columns every time we use migrate:fresh kinda sucks. Let met know if you need more info to debug.