This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Rankin
/
wiki
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3d118dfde8
Branches
Tags
master
wiki
/
db
/
lj_lesson.md
lj_lesson.md
532 B
History
Raw
lj_lesson table structure
此表为课存储对应的数据结构
field
type
null
default
desc
extra
id
bigint
no
主键
pri
lid
varchar(512)
no
课编码
uni
title
varchar(1024)
yes
null
标题
digest
text
yes
null
课摘要
status
smallint
no
状态
create_time
smallint
no
now
创建时间
update_time
timestamp
no
now
更新时间
index
unique index lid