Kitloong Laravel Migrations Generator Versions Save

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.

v6.8.0

1 year ago
  • Add Laravel 10.

v6.7.1

1 year ago
  • Use fromValue for fallback compatibility. #151

v6.7.0

1 year ago
  • Add --with-has-table to generate migrations with hasTable check. #141
  • Add --skip-log to skip migrations log.
  • Add --log-with-batch to log migrations with the default batch number.

v6.6.3

1 year ago
  • Add myclabs/php-enum:^1.6|^1.7|^1.8 to support PHP>=7.1.3. #147

v6.6.2

1 year ago
  • Generate table comment

v6.6.1

1 year ago
  • Generate anonymous migration #142

v6.6.0

1 year ago
  • Add SQLSRV new data types by @gpibarra #135
  • Update config file and stub path by @gpibarra in #131
  • Generate virtual and stored columns. #139

v6.5.1

1 year ago
  • Generate SQL Server user-defined types. #133

v6.5.0

1 year ago
  • Generate store procedures. #63
  • Update config.php placeholders.
  • Add slevomat/coding-standard rules.
  • Fix missing skip-views check.
  • Generate primary index custom name with SQL Server.

v6.4.3

1 year ago
  • Generate index with length. #109
  • Corrects fullText to fulltext.