v0.47.0
Added
- Added
column_orderconfig option (shared across all drivers). Set to"name"to sort generated model columns alphabetically, producing deterministic output regardless of the order migrations were applied to the database. Defaults to"ordinal"(previous behaviour: database physical column order). (thanks @cbarber)
Changed
- Change the closure in
RunInTxto passbob.Transactioninstead ofbob.Executor
New Contributors
Full Changelog: v0.46.0...v0.47.0