Hi
How do I ad auto_increment to the extra field so that it looks just like this?
[
seamedia.in ]
I tried running a sql query:
SELECT * FROM `blog_posts` WHERE 1
ALTER TABLE `post_id` AUTO_INCREMENT
the error is:
#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 'ALTER TABLE `post_id` AUTO_INCREMENT LIMIT 0, 30' at line 2
Thanks