fix
parent
2404a44b89
commit
fc44776a06
|
|
@ -163,8 +163,10 @@ create table course_rel_courseware
|
||||||
courseware_document varchar(512) null comment '课件文档(文件名或路径)',
|
courseware_document varchar(512) null comment '课件文档(文件名或路径)',
|
||||||
courseware_id bigint null comment '课件id',
|
courseware_id bigint null comment '课件id',
|
||||||
course_id bigint null comment '课程id',
|
course_id bigint null comment '课程id',
|
||||||
sort int null comment '排序'
|
sort int null comment '排序',
|
||||||
) comment '课程关联课件表';
|
class_hour_duration_unit varchar(10) default '小时' null comment '课时时长单位'
|
||||||
|
)
|
||||||
|
comment '课程关联课件表';
|
||||||
|
|
||||||
create table courseware_management
|
create table courseware_management
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue