### lj_price table structure > 此表为出售价格的类型 | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----|:-----| | id | bigint | no | | 主键 | pri | | type | smallint | no | | 类型 | | | name | varchar(256) | no | | 名字 | | | duration | int | no | | 有效期, 单位: day | | | status | smallint | no | | 状态 | | | create_time | timestamp | no | now | 创建时间 | | | update_time | timestamp | no | now | 更新时间 | | | ##### index > unique index (type, duration)