multi-tenant-ready-org-id-from-day-one
Adding an organizations table and scoping every query by org_id from day one is a small upfront cost that preserves multi-tenancy as a future option without a rewrite. Skipping it for a single-org first deployment forces schema migrations and query rewrites if the product later serves multiple organizations. Recommended default for any internal tool with SaaS potential.