Database – Cash Drawer to Payment Method Map (cash_drawer__payment_method)
Description
This provides a many-to-many map of cash drawers to payment methods. This determines which payment methods (eg. cash, check, card) are allowed to affect specific cash drawers.
Column | Data Type | Column Info | Value Notes | Other |
cash_drawer_id | int(11) | Associated cash drawer id | ||
payment_method_id | int(11) | ID of default payment method | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |