- Added support for passing
Model
classes to thereturning()
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 todrop_table()
method which allows you to
conditionally drop any user-defined sequences when dropping the table.