源战役
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

3 行
136 B

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