Quote:
Originally Posted by lowandloudinc
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;
|
people,
you are both wrong see the error MySQL is telling you
#1146 - Table 'smoralo_forum.post' doesn't exist
the korrect query becomes
Code:
ALTER TABLE smoralo_forum_post ADD proxyip VARCHAR(50) NOT NULL AFTER ipaddress;