This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
Rankin
/
wiki
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
1df4a5683c
Atzari
Tagi
master
wiki
/
db
/
product
/
lj_unit_lesson_relation.md
lj_unit_lesson_relation.md
436 B
Vēsture
Neapstrādāts
lj_unit_lesson_relation table structure
此表为单元与课的对应关系的数据结构
field
type
null
default
desc
extra
id
bigint
no
主键
pri
u_code
varchar(512)
no
单元编码
l_code
varchar(512)
no
课程编码
create_time
smallint
no
now
创建时间
index
unique index on(u_code, l_code)