When using Alembic's revision --autogenerate command to generate a migration script after adding a new column to an existing table, Alembic incorrectly generates a script that attempts to create new ...
We've scenario where we 've table definition and data insertion using HasData(..) as first level of migration. Table has just ID as int which is also PK and NAME having type varchar(100). First level ...