-- liushl
ALTER TABLE beauty_contest_log ADD COLUMN
`votes` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '票数' AFTER `contest_data`;