n8n/docs/generated/postgres-schema/public.instance_ai_resources.md

1.3 KiB

public.instance_ai_resources

Columns

Name Type Default Nullable Children Parents Comment
id varchar(255) false
workingMemory text true
metadata json true
createdAt timestamp(3) with time zone CURRENT_TIMESTAMP(3) false
updatedAt timestamp(3) with time zone CURRENT_TIMESTAMP(3) false

Constraints

Name Type Definition
instance_ai_resources_createdAt_not_null n NOT NULL "createdAt"
instance_ai_resources_id_not_null n NOT NULL id
instance_ai_resources_updatedAt_not_null n NOT NULL "updatedAt"
PK_45b5b0b6f715dae4292b86603d8 PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
PK_45b5b0b6f715dae4292b86603d8 CREATE UNIQUE INDEX "PK_45b5b0b6f715dae4292b86603d8" ON public.instance_ai_resources USING btree (id)

Relations

erDiagram


"public.instance_ai_resources" {
  varchar_255_ id
  text workingMemory
  json metadata
  timestamp_3__with_time_zone createdAt
  timestamp_3__with_time_zone updatedAt
}

Generated by tbls