diff --git a/demos/er.html b/demos/er.html index 6b23d6b32..027c2e277 100644 --- a/demos/er.html +++ b/demos/er.html @@ -125,6 +125,21 @@
+ erDiagram
+ _customer_order {
+ bigint id PK
+ bigint customer_id FK
+ text shipping_address
+ text delivery_method
+ timestamp_with_time_zone ordered_at
+ numeric total_tax_amount
+ numeric total_price
+ text payment_method
+ }
+
+