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

46 lines
1.3 KiB
Markdown

# public.instance_ai_resources
## Columns
| Name | Type | Default | Nullable | Children | Parents | Comment |
| ---- | ---- | ------- | -------- | -------- | ------- | ------- |
| createdAt | timestamp(3) with time zone | CURRENT_TIMESTAMP(3) | false | | | |
| id | varchar(255) | | false | | | |
| metadata | json | | true | | | |
| updatedAt | timestamp(3) with time zone | CURRENT_TIMESTAMP(3) | false | | | |
| workingMemory | text | | true | | | |
## Constraints
| Name | Type | Definition |
| ---- | ---- | ---------- |
| PK_45b5b0b6f715dae4292b86603d8 | PRIMARY KEY | PRIMARY KEY (id) |
| 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" |
## Indexes
| Name | Definition |
| ---- | ---------- |
| PK_45b5b0b6f715dae4292b86603d8 | CREATE UNIQUE INDEX "PK_45b5b0b6f715dae4292b86603d8" ON public.instance_ai_resources USING btree (id) |
## Relations
```mermaid
erDiagram
"public.instance_ai_resources" {
timestamp_3__with_time_zone createdAt
varchar_255_ id
json metadata
timestamp_3__with_time_zone updatedAt
text workingMemory
}
```
---
> Generated by [tbls](https://github.com/k1LoW/tbls)