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 'order INT(10);
UPDATE users SET users.order =
users.id' at line 1 (SQL:
ALTER TABLE users ADD order INT(10);
UPDATE users SET users.order =
users.id )