ALTER TABLE `administrator` 
ADD `userid` int(10) unsigned NOT NULL default '0',
ADD PRIMARY KEY  (`userid`);