You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rails 3.0.3 with MySQL Ver 14.14 Distrib 5.1.41
At migration i have the following error :
Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1: ALTER TABLE carts ADD status enum
How can i solve it?
The text was updated successfully, but these errors were encountered:
I am using rails 3.0.3 with MySQL Ver 14.14 Distrib 5.1.41
At migration i have the following error :
Mysql::Error: You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near ''
at line 1: ALTER TABLE carts ADD status enum
How can i solve it?
Reply to this email directly or view it on GitHub: #34
I am using rails 3.0.3 with MySQL Ver 14.14 Distrib 5.1.41
At migration i have the following error :
Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1: ALTER TABLE
carts
ADDstatus
enumHow can i solve it?
The text was updated successfully, but these errors were encountered: