Ecommerce schema
Prompt
Create an ERD for an ecommerce application with users, addresses, products, categories, carts, cart_items, orders, order_items, payments, and shipments. Show primary keys, foreign keys, and one-to-many relationships.
Why this prompt works
It gives the model a realistic set of commerce entities and tells it to include the relationship details that matter in a real ERD.
Follow-up prompt
Add product variants, inventory per warehouse, and coupon tables with the relevant relationships.