This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Rankin
/
wiki
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
1df4a5683c
Branches
Tags
master
wiki
/
db
/
product
/
lj_support_circle_relation.md
lj_support_circle_relation.md
433 B
Histórico
Raw
lj_support_circle_relation table structure
此表为周边与周边关系的数据结构
field
type
null
default
desc
extra
id
bigint
no
主键
pri
f_code
varchar(512)
no
课程编码
t_code
varchar(512)
no
课程编码
create_time
smallint
no
now
创建时间
index
unique index on(f_code, t_code)