You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate Laravel Migrations from an existing database, including indexes and foreign keys!
11
11
12
-
This package is cloned from https://github.com/Xethron/migrations-generatorand updated to support Laravel 5.6 and above, with more features.
12
+
This package is a modified version of https://github.com/Xethron/migrations-generatorthat has been updated to support Laravel 5.6 and beyond, along with additional features.
13
13
14
14
## Supported Database
15
15
@@ -162,21 +162,19 @@ public function up()
162
162
163
163
Note that the new `column` is always added at the end of the created `table` which means the ordering of the column generated in migration will differ from what we have from the schema.
164
164
165
-
Supported DB:
165
+
Supported database with custom types:
166
166
167
167
-[x] PostgreSQL
168
168
-[x] SQL Server
169
169
170
170
## Thank You
171
171
172
-
Thanks to Bernhard Breytenbach for his great work. This package is cloned from https://github.com/Xethron/migrations-generator.
173
-
174
-
Thanks to Jeffrey Way for his amazing Laravel-4-Generators package. This package depends greatly on his work.
172
+
Thanks to Bernhard Breytenbach for his great work. This package is based on https://github.com/Xethron/migrations-generator.
0 commit comments