template_phase.sql 3.0 KB

1234567891011121314
  1. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('1001', '自我介绍', '轮流进行简单的自我介绍', '1', '0', '2020-11-04 12:10:11', '2021-02-03 16:02:01');
  2. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('1002', '默契问答', '回答默契问题,测试你们默契度如何,是否合拍', '2', '0', '2020-11-05 15:35:54', '2021-02-03 16:02:09');
  3. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('1003', '自由交流', '聊一聊兴趣爱好,或者刚才的默契问答?', '3', '0', '2020-11-05 18:18:56', '2021-02-03 16:02:16');
  4. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('1004', '最终选择', '你对TA的印象如何呢?选择留下或者离开', '4', '0', '2020-11-06 15:25:05', '2021-02-03 16:02:25');
  5. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('1005', '配对成功', NULL, '5', '0', '2020-11-06 17:06:35', '2020-11-14 17:34:08');
  6. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2001', '开始', NULL, '98', '0', '2020-11-18 20:01:40', '2020-11-18 20:01:40');
  7. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2002', '结束', NULL, '99', '0', '2020-11-18 20:02:10', '2020-11-18 20:02:10');
  8. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2003', '男嘉宾入场', NULL, '51', '0', '2020-11-18 20:02:54', '2020-11-18 20:02:54');
  9. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2004', '女嘉宾入场', NULL, '52', '0', '2020-11-18 20:02:54', '2020-11-18 20:02:54');
  10. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2005', '选择心动女生', NULL, '53', '0', '2020-11-18 20:02:54', '2020-11-18 20:02:54');
  11. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2006', '女嘉宾提问', NULL, '54', '0', '2020-11-18 20:02:54', '2020-11-18 20:02:54');
  12. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2007', '男嘉宾提问', NULL, '55', '0', '2020-11-18 20:02:54', '2020-11-18 20:02:54');
  13. INSERT INTO `buyao`.`template_phase` (`template_phase_id`, `name`, `rule`, `type`, `app_version`, `gmt_create`, `gmt_modified`) VALUES ('2008', '最终选择', NULL, '56', '0', '2020-11-18 20:02:54', '2020-11-18 20:02:54');