该 store 表列出了系统中的所有商店。所有库存都分配给特定商店,员工和客户都分配有 “主商店”。
store
该 store 表使用外键引用 staff 和 address 表,并被 staff、customer 和 inventory 表引用。
staff
address
customer
inventory
store_id: 一个代理主键,唯一标识商店。
store_id
manager_staff_id: 一个外键,标识该商店的经理。
manager_staff_id
address_id: 一个外键,标识该商店的地址。
address_id
last_update: 行创建或最近更新的时间。
last_update