diff --git a/demos/er.html b/demos/er.html index 6b23d6b329..027c2e2772 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 
+      }
+    
+
+