Skip to content

3.2.2

Compare
Choose a tag to compare
@coleifer coleifer released this 01 Apr 14:23
· 1281 commits to master since this release
  • Added support for passing Model classes to the returning() method when
    you intend to return all columns for the given model.
  • Fixed a bug when using user-defined sequences, and the underlying sequence
    already exists.
  • Added drop_sequences parameter to drop_table() method which allows you to
    conditionally drop any user-defined sequences when dropping the table.

View commits