{
  "id": "16c3ddf0-18ea-4acc-8c4b-9b5e7087d9d4",
  "prevId": "af70bb1b-cca7-4ced-84d1-51a6c5b7afda",
  "version": "7",
  "dialect": "postgresql",
  "tables": {
    "public.tweets": {
      "name": "tweets",
      "schema": "",
      "columns": {
        "id": {
          "name": "id",
          "type": "integer",
          "primaryKey": true,
          "notNull": true,
          "identity": {
            "type": "always",
            "name": "tweets_id_seq",
            "schema": "public",
            "increment": "1",
            "startWith": "1",
            "minValue": "1",
            "maxValue": "2147483647",
            "cache": "1",
            "cycle": false
          }
        },
        "run_id": {
          "name": "run_id",
          "type": "varchar(255)",
          "primaryKey": false,
          "notNull": true
        },
        "tweet_id": {
          "name": "tweet_id",
          "type": "varchar(255)",
          "primaryKey": false,
          "notNull": true
        },
        "tweet_url": {
          "name": "tweet_url",
          "type": "text",
          "primaryKey": false,
          "notNull": true
        },
        "author_username": {
          "name": "author_username",
          "type": "varchar(255)",
          "primaryKey": false,
          "notNull": true
        },
        "author_name": {
          "name": "author_name",
          "type": "varchar(255)",
          "primaryKey": false,
          "notNull": true
        },
        "author_followers": {
          "name": "author_followers",
          "type": "integer",
          "primaryKey": false,
          "notNull": false,
          "default": 0
        },
        "text": {
          "name": "text",
          "type": "text",
          "primaryKey": false,
          "notNull": true
        },
        "language": {
          "name": "language",
          "type": "varchar(10)",
          "primaryKey": false,
          "notNull": false,
          "default": "'en'"
        },
        "created_at_utc": {
          "name": "created_at_utc",
          "type": "timestamp",
          "primaryKey": false,
          "notNull": true
        },
        "captured_at_utc": {
          "name": "captured_at_utc",
          "type": "timestamp",
          "primaryKey": false,
          "notNull": true,
          "default": "now()"
        },
        "reason": {
          "name": "reason",
          "type": "text",
          "primaryKey": false,
          "notNull": true
        },
        "explicit_terms": {
          "name": "explicit_terms",
          "type": "jsonb",
          "primaryKey": false,
          "notNull": false,
          "default": "'[]'::jsonb"
        },
        "status": {
          "name": "status",
          "type": "tweet_status",
          "typeSchema": "public",
          "primaryKey": false,
          "notNull": true,
          "default": "'pending'"
        },
        "media_urls": {
          "name": "media_urls",
          "type": "jsonb",
          "primaryKey": false,
          "notNull": false,
          "default": "'[]'::jsonb"
        },
        "image_explanations": {
          "name": "image_explanations",
          "type": "jsonb",
          "primaryKey": false,
          "notNull": false,
          "default": "'[]'::jsonb"
        },
        "slack_ts": {
          "name": "slack_ts",
          "type": "varchar(255)",
          "primaryKey": false,
          "notNull": false
        },
        "errors": {
          "name": "errors",
          "type": "jsonb",
          "primaryKey": false,
          "notNull": false,
          "default": "'[]'::jsonb"
        },
        "updated_at": {
          "name": "updated_at",
          "type": "timestamp",
          "primaryKey": false,
          "notNull": true,
          "default": "now()"
        }
      },
      "indexes": {},
      "foreignKeys": {},
      "compositePrimaryKeys": {},
      "uniqueConstraints": {
        "tweets_tweet_id_unique": {
          "name": "tweets_tweet_id_unique",
          "nullsNotDistinct": false,
          "columns": [
            "tweet_id"
          ]
        }
      },
      "policies": {},
      "checkConstraints": {},
      "isRLSEnabled": false
    }
  },
  "enums": {
    "public.tweet_status": {
      "name": "tweet_status",
      "schema": "public",
      "values": [
        "pending",
        "processed",
        "notified",
        "ready_to_respond",
        "responded",
        "ignored"
      ]
    }
  },
  "schemas": {},
  "sequences": {},
  "roles": {},
  "policies": {},
  "views": {},
  "_meta": {
    "columns": {},
    "schemas": {},
    "tables": {}
  }
}