ALTER TABLE `Houses` ADD `Phase` VARCHAR NOT NULL
#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 'NOT NULL' at line 1
ALTER TABLE `Houses` ADD `Phase` VARCHAR(100) NOT NULL
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)