Sunday, 15 September 2013

can't add a integer column to an existing table

can't add a integer column to an existing table

I'm trying to add a column to an existing table, of type integer with a
constraint of 11 number
I'm running this command:
ALTER TABLE pages ADD COLUMN order INTEGER(11);
but I'm getting an ERROR 1064 (42000)

No comments:

Post a Comment