lj_item_price table structure
此表为课程产品的出售价格
field |
type |
null |
default |
desc |
extra |
id |
bigint |
no |
|
主键 |
pri |
item_id |
bigint |
no |
|
商品id |
|
price_id |
int |
no |
|
价格类型 |
|
price |
double(16,2) |
no |
0 |
价格 |
|
status |
smallint |
no |
|
状态 |
|
create_time |
smallint |
no |
now |
创建时间 |
|
update_time |
timestamp |
no |
now |
更新时间 |
|
index unique on(item_id, type)