pub fn generate_migration_file(entity: &Entity) -> (String, String)Expand description
Generate the migration file for a single entity.
Contains one #[migration] function per version transition.
Import path uses super::super::models:: since migration files live
in migrations/ while model files live in models/.