{
  "kind": "diagrams.info/diagram",
  "version": 2,
  "elements": {
    "d91ccd4c-e5d4-481c-88cf-b572f80400ac": {
      "type": "table",
      "shape": "rectangle",
      "content": "customers",
      "tableRows": [
        {
          "id": "c632cdaa-89b5-44fa-80fb-d2f34d488465",
          "name": "id",
          "dataType": "integer",
          "key": "PK"
        },
        {
          "id": "ffb1e0cb-16eb-4a77-b023-56bf9fb4a161",
          "name": "email",
          "dataType": "varchar",
          "key": "none"
        },
        {
          "id": "f19d3b8e-50fc-4918-bfe4-dfdb3578dc7a",
          "name": "full_name",
          "dataType": "varchar",
          "key": "none"
        },
        {
          "id": "47d83734-6d7a-4d1a-ae2f-cd20bfa283d4",
          "name": "created_at",
          "dataType": "timestamp",
          "key": "none"
        }
      ],
      "position": {
        "x": 60,
        "y": 60
      },
      "size": {
        "width": 240,
        "height": 184
      },
      "style": {
        "backgroundColor": "#1f2937",
        "borderColor": "#3b82f6",
        "textColor": "#e5e7eb",
        "borderStyle": "solid",
        "fontSize": 13,
        "textAlign": "left",
        "verticalAlign": "top"
      },
      "id": "d91ccd4c-e5d4-481c-88cf-b572f80400ac",
      "zIndex": 1
    },
    "8f68fd85-613d-42c8-936a-a602fb290438": {
      "type": "table",
      "shape": "rectangle",
      "content": "orders",
      "tableRows": [
        {
          "id": "27bfc51d-67a9-49f2-ba18-edc2812fd324",
          "name": "id",
          "dataType": "integer",
          "key": "PK"
        },
        {
          "id": "1918880a-0e64-4cdf-b6c6-f65a254555c5",
          "name": "customer_id",
          "dataType": "integer",
          "key": "FK"
        },
        {
          "id": "9bae1ca4-0cca-4cc4-add8-3dbc9b600d2b",
          "name": "status",
          "dataType": "varchar",
          "key": "none"
        },
        {
          "id": "b02865b4-c8fe-4230-8a98-868099e43ec9",
          "name": "placed_at",
          "dataType": "timestamp",
          "key": "none"
        },
        {
          "id": "f3e33696-00e1-45c0-8bf0-1b69c24bd85a",
          "name": "total_cents",
          "dataType": "integer",
          "key": "none"
        }
      ],
      "position": {
        "x": 380,
        "y": 60
      },
      "size": {
        "width": 240,
        "height": 214
      },
      "style": {
        "backgroundColor": "#1f2937",
        "borderColor": "#3b82f6",
        "textColor": "#e5e7eb",
        "borderStyle": "solid",
        "fontSize": 13,
        "textAlign": "left",
        "verticalAlign": "top"
      },
      "id": "8f68fd85-613d-42c8-936a-a602fb290438",
      "zIndex": 2
    },
    "8c604526-b32a-4bb2-a209-12e82d4cc1c0": {
      "type": "table",
      "shape": "rectangle",
      "content": "products",
      "tableRows": [
        {
          "id": "7095b4cd-6944-4af7-85ef-1f3eaf4c428a",
          "name": "id",
          "dataType": "integer",
          "key": "PK"
        },
        {
          "id": "458d5782-a18f-4686-b046-4a2ed4a13af5",
          "name": "sku",
          "dataType": "varchar",
          "key": "none"
        },
        {
          "id": "6967dca3-30f0-4c10-8452-8f04e23c6985",
          "name": "name",
          "dataType": "varchar",
          "key": "none"
        },
        {
          "id": "15fb3b9c-ebf3-456b-b7bc-2a8f38baa5eb",
          "name": "price_cents",
          "dataType": "integer",
          "key": "none"
        }
      ],
      "position": {
        "x": 700,
        "y": 60
      },
      "size": {
        "width": 240,
        "height": 184
      },
      "style": {
        "backgroundColor": "#1f2937",
        "borderColor": "#3b82f6",
        "textColor": "#e5e7eb",
        "borderStyle": "solid",
        "fontSize": 13,
        "textAlign": "left",
        "verticalAlign": "top"
      },
      "id": "8c604526-b32a-4bb2-a209-12e82d4cc1c0",
      "zIndex": 3
    },
    "880e92a9-402c-4c02-b070-5b938d92c843": {
      "type": "table",
      "shape": "rectangle",
      "content": "order_items",
      "tableRows": [
        {
          "id": "f647fadb-ccc2-48c1-8967-eefb99f9563c",
          "name": "id",
          "dataType": "integer",
          "key": "PK"
        },
        {
          "id": "4aeccfeb-ed73-4cdb-a620-8e3edd6be1c5",
          "name": "order_id",
          "dataType": "integer",
          "key": "FK"
        },
        {
          "id": "53475805-76c1-47fe-b34c-f6f245bf2650",
          "name": "product_id",
          "dataType": "integer",
          "key": "FK"
        },
        {
          "id": "7cc50754-cfd0-4665-a4bd-7155c01154f8",
          "name": "quantity",
          "dataType": "integer",
          "key": "none"
        },
        {
          "id": "1e3d7e3a-1a6d-4682-98db-1081c050025e",
          "name": "unit_price_cents",
          "dataType": "integer",
          "key": "none"
        }
      ],
      "position": {
        "x": 60,
        "y": 290
      },
      "size": {
        "width": 240,
        "height": 214
      },
      "style": {
        "backgroundColor": "#1f2937",
        "borderColor": "#3b82f6",
        "textColor": "#e5e7eb",
        "borderStyle": "solid",
        "fontSize": 13,
        "textAlign": "left",
        "verticalAlign": "top"
      },
      "id": "880e92a9-402c-4c02-b070-5b938d92c843",
      "zIndex": 4
    },
    "a8812864-6771-4d1f-bc5d-f50f2cbf2638": {
      "type": "table",
      "shape": "rectangle",
      "content": "addresses",
      "tableRows": [
        {
          "id": "622b93a0-84ef-4f0b-857e-e812303a9244",
          "name": "id",
          "dataType": "integer",
          "key": "PK"
        },
        {
          "id": "245d42f9-64a5-4b0e-91e6-a8f7d204c7f2",
          "name": "customer_id",
          "dataType": "integer",
          "key": "FK"
        },
        {
          "id": "c5c926f2-d92b-4ea8-8f35-721355acf1b4",
          "name": "line1",
          "dataType": "varchar",
          "key": "none"
        },
        {
          "id": "d5798a20-8b29-4e03-9ac9-ddaa1811c02e",
          "name": "city",
          "dataType": "varchar",
          "key": "none"
        },
        {
          "id": "8095113d-2070-418c-8967-9668b81a4ba8",
          "name": "country",
          "dataType": "varchar",
          "key": "none"
        }
      ],
      "position": {
        "x": 700,
        "y": 290
      },
      "size": {
        "width": 240,
        "height": 214
      },
      "style": {
        "backgroundColor": "#1f2937",
        "borderColor": "#3b82f6",
        "textColor": "#e5e7eb",
        "borderStyle": "solid",
        "fontSize": 13,
        "textAlign": "left",
        "verticalAlign": "top"
      },
      "id": "a8812864-6771-4d1f-bc5d-f50f2cbf2638",
      "zIndex": 5
    }
  },
  "connections": {
    "d2e777c6-5d33-44cd-b045-e97f3bdb2787": {
      "id": "d2e777c6-5d33-44cd-b045-e97f3bdb2787",
      "sourceId": "8f68fd85-613d-42c8-936a-a602fb290438",
      "targetId": "d91ccd4c-e5d4-481c-88cf-b572f80400ac",
      "type": "row-to-row",
      "sourceAnchor": {
        "side": "right",
        "position": 0.5
      },
      "targetAnchor": {
        "side": "left",
        "position": 0.5
      },
      "style": {
        "color": "#ffffff",
        "width": 2,
        "style": "solid",
        "sourceArrow": false,
        "targetArrow": false
      },
      "sourceRowId": "1918880a-0e64-4cdf-b6c6-f65a254555c5",
      "targetRowId": "c632cdaa-89b5-44fa-80fb-d2f34d488465"
    },
    "e42a4078-1021-4fce-8f54-1b08594f2198": {
      "id": "e42a4078-1021-4fce-8f54-1b08594f2198",
      "sourceId": "880e92a9-402c-4c02-b070-5b938d92c843",
      "targetId": "8f68fd85-613d-42c8-936a-a602fb290438",
      "type": "row-to-row",
      "sourceAnchor": {
        "side": "right",
        "position": 0.5
      },
      "targetAnchor": {
        "side": "left",
        "position": 0.5
      },
      "style": {
        "color": "#ffffff",
        "width": 2,
        "style": "solid",
        "sourceArrow": false,
        "targetArrow": false
      },
      "sourceRowId": "4aeccfeb-ed73-4cdb-a620-8e3edd6be1c5",
      "targetRowId": "27bfc51d-67a9-49f2-ba18-edc2812fd324"
    },
    "17e89a4b-0cea-4045-8e7a-c0f7d028e097": {
      "id": "17e89a4b-0cea-4045-8e7a-c0f7d028e097",
      "sourceId": "880e92a9-402c-4c02-b070-5b938d92c843",
      "targetId": "8c604526-b32a-4bb2-a209-12e82d4cc1c0",
      "type": "row-to-row",
      "sourceAnchor": {
        "side": "right",
        "position": 0.5
      },
      "targetAnchor": {
        "side": "left",
        "position": 0.5
      },
      "style": {
        "color": "#ffffff",
        "width": 2,
        "style": "solid",
        "sourceArrow": false,
        "targetArrow": false
      },
      "sourceRowId": "53475805-76c1-47fe-b34c-f6f245bf2650",
      "targetRowId": "7095b4cd-6944-4af7-85ef-1f3eaf4c428a"
    },
    "a14f9c88-32fc-4633-8072-82e593c8188b": {
      "id": "a14f9c88-32fc-4633-8072-82e593c8188b",
      "sourceId": "a8812864-6771-4d1f-bc5d-f50f2cbf2638",
      "targetId": "d91ccd4c-e5d4-481c-88cf-b572f80400ac",
      "type": "row-to-row",
      "sourceAnchor": {
        "side": "right",
        "position": 0.5
      },
      "targetAnchor": {
        "side": "left",
        "position": 0.5
      },
      "style": {
        "color": "#ffffff",
        "width": 2,
        "style": "solid",
        "sourceArrow": false,
        "targetArrow": false
      },
      "sourceRowId": "245d42f9-64a5-4b0e-91e6-a8f7d204c7f2",
      "targetRowId": "c632cdaa-89b5-44fa-80fb-d2f34d488465"
    }
  },
  "gridSettings": {
    "visible": true,
    "snapToGrid": true,
    "gridSize": 10
  }
}