123
  1. ALTER TABLE `ta_check_answer`
  2. ADD COLUMN `card_title` varchar(255) NULL COMMENT '卡片名称(小程序端,新建定位时显示的名称)' AFTER `user_name`;