Improvements
- Added ability to create decimal columns when generating migrations.
- Columns with names of
latitude
andlongitude
will have decimal types inferred if they do not have an explicit type set. - Nullable column detection was improved.
- Documentation for this plugin is now included in the repository.
- Zipball exports no longer include build configuration files.
- The
dry-run
option now works as expected. changeColumn()
can now addautoIncrement
to columns.unique
now works as an attribute for columns.