features: added spatie/laravel-backup package
Update MigrateGenerateCommand.php
Update MigrateGenerateCommand.php
fixes: removed unnecessary condition
fixes: fixed PgSQLRepository::getProcedures() query
@kitloong Using postgres on different machine, table name list is sorted differently. Causing unsorted table name on migration file which caused tracking changes difficult.
features: sort tables before generate
features: added AppendGridField
Merge remote-tracking branch 'origin/master'
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes # (issue)
composer run-script check --timeout=0
and no errors were reportedUpdate UsersTableSeeder.php