Advertisement
Nurrohman_rex

Untitled

Mar 2nd, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. table store_promocode
  2. id
  3. promocode_name -> varchar
  4. promocode_nominal -> int
  5. promocode_expiredin -> date
  6. promocode_maximalredeem ->int
  7. promocode_isactive -> boolean -> default (true)
  8. promocode_brandid -> nullable
  9. promocode_productid -> nullable
  10. created_at -> nullable
  11. updated_at -> nullable
  12.  
  13. store_promo_records
  14. id
  15. promorecord_orderid
  16. promorecord_promoid
  17. promorecord_nominal
  18. promorecord_userid
  19. created_at -> nullable
  20. updated_at -> nullable
  21.  
  22. store_orders
  23. - order_total_promo -> nullable
  24. - order_promoid -> nullable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement