ALTER TABLE `post` 
ADD `postid` int(10) unsigned NOT NULL auto_increment,
ADD PRIMARY KEY  (`postid`);