migrations-generator

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

MIT License

Downloads
3.1M
Stars
3.3K
Committers
22

Bot releases are hidden (Show)

migrations-generator - Fix for Laravel 5.5 Latest Release

Published by Xethron about 7 years ago

migrations-generator - Fix for Laravel 5.4

Published by Xethron over 7 years ago

migrations-generator - Final Laravel 4 Release

Published by Xethron almost 8 years ago

This is the final release adding fixes for Laravel 4. All new releases will be for Laravel 5

migrations-generator - First Laravel 5 release

Published by Xethron almost 8 years ago

Move the Laravel 5 branch into master and create the first release

migrations-generator -

Published by Xethron about 10 years ago

  • Support for Laravel 4.2
  • Support for named foreign keys
  • Fix error with --ignore option
migrations-generator - Bugfixes for Char, Decimal, Float, Double and Foreign Keys

Published by Xethron over 10 years ago

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