Guest User

Untitled

a guest
Oct 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. PromoCode:
  2. tableName: order_promo_codes
  3. actAs:
  4. SoftDelete:
  5. columns:
  6. promo_code: { type: string(255) }
  7. min_spend: { type: decimal(9), scale: 2 }
  8. discount: { type: integer(3), notnull: true }
  9. deleted_code_name: { type: string(255) }
Add Comment
Please, Sign In to add comment