lj_package.md 538 B

package table structure

此表为课程包存储对应的数据结构

field type null default desc extra
id varchar(255) no 主键 pri
code varchar(255) no 编码
name varchar(255) yes null 课程名
sort int no 0 排序字段
status smallint no 状态
gmt_created timestamp no now 创建时间
gmt_modified timestamp no now 更新时间
index

index merchant_id