Skip to content

Commit ebc8df4

Browse files
committed
Update README.md
1 parent 59de278 commit ebc8df4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![codecov](https://codecov.io/gh/kitloong/laravel-migrations-generator/branch/6.x/graph/badge.svg?token=U6ZRDPY6QZ)](https://codecov.io/gh/kitloong/laravel-migrations-generator)
66
[![Latest Stable Version](https://poser.pugx.org/kitloong/laravel-migrations-generator/v/stable.png)](https://packagist.org/packages/kitloong/laravel-migrations-generator)
77
[![Total Downloads](http://poser.pugx.org/kitloong/laravel-migrations-generator/downloads)](https://packagist.org/packages/kitloong/laravel-migrations-generator)
8-
[![License](https://poser.pugx.org/kitloong/laravel-migrations-generator/license.png)](https://packagist.org/packages/kitloong/laravel-migrations-generator)
8+
[![License](https://poser.pugx.org/kitloong/laravel-migrations-generator/license.png)](LICENSE)
99

1010
Generate Laravel Migrations from an existing database, including indexes and foreign keys!
1111

12-
This package is cloned from https://github.com/Xethron/migrations-generator and updated to support Laravel 5.6 and above, with more features.
12+
This package is a modified version of https://github.com/Xethron/migrations-generator that has been updated to support Laravel 5.6 and beyond, along with additional features.
1313

1414
## Supported Database
1515

@@ -162,21 +162,19 @@ public function up()
162162

163163
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.
164164

165-
Supported DB:
165+
Supported database with custom types:
166166

167167
- [x] PostgreSQL
168168
- [x] SQL Server
169169

170170
## Thank You
171171

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.
175173

176174
## Contributors
177175

178176
[![Contributors](https://contrib.rocks/image?repo=kitloong/laravel-migrations-generator)](https://github.com/kitloong/laravel-migrations-generator/graphs/contributors)
179177

180178
## License
181179

182-
The Laravel Migrations Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
180+
The Laravel Migrations Generator is open-sourced software licensed under the [MIT license](LICENSE)

0 commit comments

Comments
 (0)