sideshow.db.model.stores¶
Data models for Stores
- class sideshow.db.model.stores.Store(**kwargs)[source]¶
Represents a physical location for the business.
- archived¶
Indicates the store has been “retired” essentially, and mostly hidden from view.
- name¶
Display name for the store (must be unique!).
- store_id¶
Unique ID for the store.
- uuid¶
UUID primary key for the table.