Single-warehouse inventory (the baseline)
Who uses it: Developer building a first inventory system for one location
Why this works: When there's only one location, quantity can live on the product row itself — the simplest possible inventory schema. The moment a second warehouse appears, you split quantity into a separate stock table.
