We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a942c7d commit 8a215a8Copy full SHA for 8a215a8
README.md
@@ -44,6 +44,11 @@ Check out Chung Tran's blog post for a quick step by step introduction: [Generat
44
45
Changelog for Laravel Migrations Generator
46
47
+### 29 May: v1.2.1
48
+* Fixed problem with char fields showing up as varchar
49
+* Allow decimal, float, and double to be unsigned
50
+* Allow cascading on foreign key update/delete
51
+
52
### 16 May: v1.2.0
53
* Now fully supports for enum fields
54
* Add support for bit fields as Boolean (Laravel Migration Limitation)
0 commit comments