Skip to content

Commit 728cb34

Browse files
committed
docs: add about Specified key was too long error
1 parent f45c622 commit 728cb34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ When you run `spark migrate --all`, if you get `Class "SQLite3" not found` error
7373
1. Remove sample migration files in `tests/_support/Database/Migrations/`
7474
2. Or install `sqlite3` php extension
7575

76+
If you get `Specified key was too long` error:
77+
78+
1. Use InnoDB, not MyISAM.
79+
7680
---
7781

7882
## Initial Setup

0 commit comments

Comments
 (0)