db:ucs
ALTER TABLE `tb_user_order` ADD `is_return` TINYINT(2) NOT NULL DEFAULT '0' COMMENT '是否退款' AFTER `invoice_completed`;