We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Specified key was too long
1 parent f45c622 commit 728cb34Copy full SHA for 728cb34
1 file changed
docs/install.md
@@ -73,6 +73,10 @@ When you run `spark migrate --all`, if you get `Class "SQLite3" not found` error
73
1. Remove sample migration files in `tests/_support/Database/Migrations/`
74
2. Or install `sqlite3` php extension
75
76
+If you get `Specified key was too long` error:
77
+
78
+1. Use InnoDB, not MyISAM.
79
80
---
81
82
## Initial Setup
0 commit comments