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
Migrations will report "what to do" in order to bring something up to spec, but they don't report "why."
For some casees, (ie add column or create table) this is straightforward - the thing didn't exist previously. But for alter, we should have enough information to determine why a migration is necessary - "the constraint is spelled wrong" is distinct from "the types are wrong."
The text was updated successfully, but these errors were encountered:
Migrations will report "what to do" in order to bring something up to spec, but they don't report "why."
For some casees, (ie
add column
orcreate table
) this is straightforward - the thing didn't exist previously. But foralter
, we should have enough information to determine why a migration is necessary - "the constraint is spelled wrong" is distinct from "the types are wrong."The text was updated successfully, but these errors were encountered: