Quote:
Originally Posted by MickDoneDee
ALTER TABLE post ADD proxyip VARCHAR(50) not null AFTER ipaddress;
You forgot to add the semi-colon to the end of the query statement which closes the statement and tells MySQL to execute the statement.
|
i did add it : just like this
Step 1.
Run the following SQL code;
ALTER TABLE post ADD proxyip VARCHAR(50) not null AFTER ipaddress;