lj_tag.md 471 B

lj_tag table structure

此表为课程及周边标签的分类

field type null default desc extra
id bigint no 主键 pri
name varchar(256) no 名字
sort int no tag排序
status smallint no 状态
create_time timestamp no now 创建时间
update_time timestamp no now 更新时间
index

unique index (name)