Bläddra i källkod

package_relation

huodongdong 7 år sedan
förälder
incheckning
b7ae751336
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. 4 2
      db/product/lj_package_item_relation.md

+ 4 - 2
db/product/lj_package_item_relation.md

@@ -5,9 +5,11 @@
 | field | type | null | default | desc | extra |
 |----|:-----|:-------|:------|:-----|:-----|
 | id | varchar(512) | no | | 主键 | pri |
+| package_id | varchar(512) | no | | 课程包id | |
 | item_id | varchar(512) | no | | | |
-| dis_price | double(16,2) | null | | 打进课程包的价格 | |
+| sort | int | no | | 顺序 | |
+| status | smallint | no | | 状态 | |
 | gmt_created | timestamp | no | now | 创建时间 | | |
 
 ##### index
-> unique index (combo_id, item_id)
+> unique index (package_id, item_id)