Skip to content

Releases: bennett-treptow/laravel-migration-generator

Hotfix - Quoted Spaces in virtualAs / storedAs

09 Jun 15:08
a449c3b
Compare
Choose a tag to compare
Hotfix - Fix quoted spaces causing issues (#36)

* Add new storedAs and virtualAs lookups

* Fix enclosed spaces causing parsing issues

storedAs and virtualAs Modifiers

09 Jun 14:19
8ee8ce7
Compare
Choose a tag to compare

storedAs and virtualAs should now be generating for columns.

Bugfix - Use line() instead of newLine() to be L7 backwards compatible

09 Jun 13:06
6fdb0c0
Compare
Choose a tag to compare
3.1.8

Remove ->newLine() to be backwards compatible with Laravel <7 (#34)

Bugfix - Remove redundant index modifiers for foreign key indices

30 Apr 21:51
7e49996
Compare
Choose a tag to compare
3.1.7

HOTFIX - Remove FK indices from columns that are redundant (#30)

Bugfix - `useCurrent` on `timestamps()` method

28 Apr 17:04
8a09164
Compare
Choose a tag to compare

useCurrentOnUpdate also implemented

Hotfix to generator call

27 Apr 14:21
e5b4202
Compare
Choose a tag to compare
Hotfix Generator Call (#25)

* Fix optional parameter before required parameter

* HOTFIX - fix generate command call to generator

Fix PHP8 Required Param after Optional

27 Apr 13:46
f931bb8
Compare
Choose a tag to compare
3.1.4

Fix optional parameter before required parameter (#23)

Remove [Timestamp:format] Token

26 Apr 18:07
c8a34c0
Compare
Choose a tag to compare

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

26 Apr 00:57
98e11ef
Compare
Choose a tag to compare

Enum values that had spaces in them were throwing undefined index errors per issue #17 . This release will fix that issue.

Make config publishable

26 Apr 00:10
82688fa
Compare
Choose a tag to compare

Previously disabled publishing config -- it has been re-enabled.