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
As a first step of a migration tool we can evaluate the introduction of an explicit migration mechanism, where the user write itself the up/down methods of the migration using the driver directly anche the framework only applies the in a secure way.
A second step could be the one where the platform infers the migration from the model, but it requires a strict connection between model and database schema (introspection/generation).
The text was updated successfully, but these errors were encountered:
As a first step of a migration tool we can evaluate the introduction of an explicit migration mechanism, where the user write itself the up/down methods of the migration using the driver directly anche the framework only applies the in a secure way.
A second step could be the one where the platform infers the migration from the model, but it requires a strict connection between model and database schema (introspection/generation).
The text was updated successfully, but these errors were encountered: