ALTER TABLE `ufutx_ios_version` ADD COLUMN `is_prod` tinyint(4) NOT NULL DEFAULT 0 COMMENT '是否正式 0:测试 1:正式' AFTER `platform`;