-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
type:featureNew feature.New feature.
Description
When generating migrations, the generated migration code depends on the driver that is currently used. This might lead to problems when using the migration with another driver later on.
Specifically, we encountered a problem when we generated migrations with MySQL driver. The "size" property was added to primary / integer columns. This lead to problems when executing the migration with SQLite driver. When removing the "size" property, the migration worked fine with SQLite.
Should we add documentation regarding this behavior? Should we add suggestions what driver to use for generating migrations in order to ensure compatibility with most drivers / which properties to remove?
lotyp
Metadata
Metadata
Assignees
Labels
type:featureNew feature.New feature.
Type
Projects
Status
Todo