pub fn postgres_migration_sql(
expected: &[SchemaTable],
diff: &SchemaDiff,
) -> Vec<String>Available on crate feature
postgres only.Expand description
Generates PostgreSQL migration SQL for a given schema difference.
pub fn postgres_migration_sql(
expected: &[SchemaTable],
diff: &SchemaDiff,
) -> Vec<String>postgres only.Generates PostgreSQL migration SQL for a given schema difference.