-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Hey guys. Not everyone likes/uses mysql. So, being one of the few, I found this error:
[PDOException]
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "("
LINE 1: ...YING (50) NOT NULL DEFAULT '', "editable" BOOLEAN (1) NOT NU...
When trying to run migrate on a postgres database.
getting rid of the (1) should do the trick. Isn't needed on mysql either.
In the file 20150126111319_settings_initial.php there are two boolean fields.
I removed the 'limit' setting (limit => 1) on both fields and then I was able to run the migration.