This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
Rankin
/
wiki
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
d4f1e3d210
Větve
Značky
master
wiki
/
db
/
product
/
lj_lesson_ware_relation.md
lj_lesson_ware_relation.md
442 B
Historie
Surový
lj_lesson_ware_relation table structure
此表为课与课件的对应关系的数据结构
field
type
null
default
desc
extra
id
bigint
no
主键
pri
lesson_code
varchar(512)
no
课编码
ware_code
varchar(512)
no
课件编码
gmt_created
timestamp
no
now
创建时间
index
unique index on(l_code, w_code)