When handwriting a schema and deploying it to MySQL there is no way for the migration engine to persist the enum name in the db.
When later introspecting the same db, the names of the Enums would change to the Table_column convention. Introspection could look up previous names in the schema and try to preserve those.
When handwriting a schema and deploying it to MySQL there is no way for the migration engine to persist the enum name in the db.
When later introspecting the same db, the names of the Enums would change to the Table_column convention. Introspection could look up previous names in the schema and try to preserve those.