Releases: bennett-treptow/laravel-migration-generator
Releases · bennett-treptow/laravel-migration-generator
Hotfix - Quoted Spaces in virtualAs / storedAs
Hotfix - Fix quoted spaces causing issues (#36) * Add new storedAs and virtualAs lookups * Fix enclosed spaces causing parsing issues
storedAs and virtualAs Modifiers
storedAs
and virtualAs
should now be generating for columns.
Bugfix - Use line() instead of newLine() to be L7 backwards compatible
3.1.8 Remove ->newLine() to be backwards compatible with Laravel <7 (#34)
Bugfix - Remove redundant index modifiers for foreign key indices
3.1.7 HOTFIX - Remove FK indices from columns that are redundant (#30)
Bugfix - `useCurrent` on `timestamps()` method
useCurrentOnUpdate
also implemented
Hotfix to generator call
Hotfix Generator Call (#25) * Fix optional parameter before required parameter * HOTFIX - fix generate command call to generator
Fix PHP8 Required Param after Optional
3.1.4 Fix optional parameter before required parameter (#23)
Remove [Timestamp:format] Token
A timestamp format other than Y_m_d_his would cause migrations to not be properly used by the framework.
Fix Enum values that have spaces
Enum values that had spaces in them were throwing undefined index errors per issue #17 . This release will fix that issue.
Make config publishable
Previously disabled publishing config -- it has been re-enabled.