We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b685b2 commit 1481a92Copy full SHA for 1481a92
README.md
@@ -36,6 +36,16 @@ enabling seamless integration into both legacy and modern Laravel projects (Lara
36
| 11.x | 8.2 – 8.4 | 6.0.0 | ✅ Supported |
37
| 12.x | 8.2 – 8.4 | 7.0.0 | ✅ Supported |
38
39
+## ✅ Database Compatibility
40
+
41
+| MySQL Version | Status |
42
+|---------------|-------------|
43
+| 5.7 | ✅ Supported |
44
+| 8.0 | ✅ Supported |
45
46
+> The migration generator is fully compatible with MySQL 5.7 and MySQL 8.0.
47
+> Features like `CHECK` constraints or new data types in MySQL 8 are supported.
48
49
> ⚠️ EOL versions are not actively developed but remain functional for legacy compatibility.
50
51
## ⚙ Requirements
0 commit comments