|
Hi,
I get the following error.
SQLSTATE[42000]: Syntax error or access violation: 1064 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 ‘-2147483648) NOT NULL COMMENT ‘Resource Code’,
`version` varchar(-2147483648)
When debug on pdo on. i see it creates a varchar(-2147483648) field which is impossible i think.
Anybody know how to fix it.
I tried 1.6 and 1.7
|