• Laravel
  • PHP
  • Migrations Generator – Generate migrations from an existing database

    Changelog

    Changelog for Laravel Migrations Generator

    20 November 2016: v2.0.0

    • Support for Laravel 5

    20 November 2016: v1.3.0

    • Add options –defaultIndexNames and –defaultFKNames to use Laravel’s default generated names
    • –no-interaction support
    • Migrate table field comments
    • Add connection to migrations if its not the default
    • Bugfix:
      • –ignore doesn’t ignoring the first table in the list
      • Remove backticks from index names #17
      • Drop foreign keys used incorrect key name #34
      • Remove table prefix from migrations
      • Escape table names and args
      • Map JSON columns as text
      • Boolean default results in empty string

    25 July: v1.2.2

    • Support for Laravel 4.2
    • Support for named foreign keys
    • Fix error with –ignore option

    29 May: v1.2.1

    • Fixed problem with char fields showing up as varchar
    • Allow decimal, float, and double to be unsigned
    • Allow cascading on foreign key update/delete

    16 May: v1.2.0

    • Now fully supports for enum fields
    • Add support for bit fields as Boolean (Laravel Migration Limitation)

    10 May: v1.1.1

    • Fix crash when migrating tables that use enum
    • Added Tests
    • Major refactoring of the code

    24 March: v1.1.0

    • Ability to add entries into the Migrations Table, so that they won’t be run as they already exist.
    • Convert Blobs to Binary fields
    • Minor Code Changes

    Github: https://github.com/Xethron/migrations-generator

    Để lại một bình luận

    Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

    1 mins