表结构 CREATE TABLE `serverfault_origin` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL, PRIMARY KEY (`id`)