Design a database schema for [describe your application]. Database type: [PostgreSQL / MySQL / MongoDB / other] Main entities needed: [list them, e.g. users, products, orders] Key relationships: [e.g. a user has many orders, an order has many products] Any special requirements: [e.g. soft deletes, timestamps, multi-tenancy] Provide the full schema with field names, types, constraints, and indexes. Add a brief explanation of design decisions.
💡 Has [variables]