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:
678e2feb54
Branches
Tags
master
wiki
/
db
/
product
/
lj_package_item_relation.md
lj_package_item_relation.md
444 B
History
Raw
lj_package_item_relation table structure
此表为课程包与商品的对应关系表
field
type
null
default
desc
extra
id
varchar(512)
no
主键
pri
item_id
varchar(512)
no
dis_price
double(16,2)
null
打进课程包的价格
gmt_created
timestamp
no
now
创建时间
index
unique index (combo_id, item_id)