erDiagram
        title: This is a title
        accDescription_ Test a description

        CUSTOMER ||--o{ ORDER : places
        ORDER ||--|{ LINE-ITEM : contains
        CUSTOMER }|..|{ DELIVERY-ADDRESS : uses

        DELIVERY-ADDRESS {
          int customerId
          string addressLine1
          string addressLine2
          string city
          string county
          string state
          string region
          string country
          string postalCode
        }