DevOps2018-Promotions / promotions

The promotions resource is a representation of a special promotion or sale that is running against a product or perhaps the entire store. Some examples are "buy 1 get 1 free", "20% off" etc.
MIT License
2 stars 2 forks source link

Issue24 #27

Closed Marcus9527 closed 6 years ago

Marcus9527 commented 6 years ago

Change database into Promotion. In current stage, only four columns are established, including: production_id, name, product_id, discount_ratio.