-- MySQL 5.x:若列已存在请跳过 ALTER TABLE `collection_station` ADD COLUMN `use_https` int(11) DEFAULT '0' COMMENT '是否HTTPS 0否1是' AFTER `port`;