{
  "name": "Create a table in Postgres and insert data",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        260,
        290
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        290
      ]
    },
    {
      "id": null,
      "name": "Postgres",
      "type": "n8n-nodes-base.postgres",
      "position": [
        460,
        290
      ]
    },
    {
      "id": null,
      "name": "Postgres1",
      "type": "n8n-nodes-base.postgres",
      "position": [
        860,
        290
      ]
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "Postgres1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Postgres": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Postgres",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}