Commit 3c8e202aac8807765d044dfefc25189703a6a8c8

Authored by 刘岱鹏
1 parent 2ce0a40b

脚本代码

Showing 1 changed file with 6 additions and 2 deletions
database/sql_log.sql
1   -
2 1 # 什么时间加的,谁加的,干什么的
3 2 #SQL语句
4 3  
... ... @@ -2485,7 +2484,11 @@ CREATE TABLE `gxb_core`.`programming_live_room` (
2485 2484 -- -------------------------------------
2486 2485  
2487 2486 -- ----------------------------
2488   --- 2017-08-30 罗銅 高校邦Y-迭代1.6相关 START
  2487 +-- 2017-08-30
  2488 +-- 罗銅 刘岱鹏
  2489 +-- 代码版本 feature/fix170831
  2490 +-- 脚本版本 201708301449
  2491 +-- START
2489 2492 -- ----------------------------
2490 2493 alter table zygj_classroom add enter_year varchar(10) not null default '' comment '入学年份';
2491 2494 alter table zygj_teacher modify teacher_type tinyint(2) NOT NULL DEFAULT '0' COMMENT '师资类型,1:讲师-企业老师,2:讲师-学校老师,3:全职讲师';
... ... @@ -2664,4 +2667,4 @@ CREATE TABLE `zygj_major` (
2664 2667 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='合作专业表';
2665 2668 -- ----------------------------
2666 2669 -- 2017-08-30 罗銅 高校邦Y-迭代1.6相关 END
2667 2670 --- ----------------------------
  2671 +-- ----------------------------
2668 2672 \ No newline at end of file
... ...