mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 19:45:09 +02:00
2.2 KiB
2.2 KiB
public.processed_data
Columns
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| workflowId | varchar(36) | false | public.workflow_entity | |||
| context | varchar(255) | false | ||||
| createdAt | timestamp(3) with time zone | CURRENT_TIMESTAMP(3) | false | |||
| updatedAt | timestamp(3) with time zone | CURRENT_TIMESTAMP(3) | false | |||
| value | text | false |
Constraints
| Name | Type | Definition |
|---|---|---|
| processed_data_context_not_null | n | NOT NULL context |
| processed_data_createdAt_not_null | n | NOT NULL "createdAt" |
| processed_data_updatedAt_not_null | n | NOT NULL "updatedAt" |
| processed_data_value_not_null | n | NOT NULL value |
| processed_data_workflowId_not_null | n | NOT NULL "workflowId" |
| FK_06a69a7032c97a763c2c7599464 | FOREIGN KEY | FOREIGN KEY ("workflowId") REFERENCES workflow_entity(id) ON DELETE CASCADE |
| PK_ca04b9d8dc72de268fe07a65773 | PRIMARY KEY | PRIMARY KEY ("workflowId", context) |
Indexes
| Name | Definition |
|---|---|
| PK_ca04b9d8dc72de268fe07a65773 | CREATE UNIQUE INDEX "PK_ca04b9d8dc72de268fe07a65773" ON public.processed_data USING btree ("workflowId", context) |
Relations
erDiagram
"public.processed_data" }o--|| "public.workflow_entity" : "FOREIGN KEY (#quot;workflowId#quot;) REFERENCES workflow_entity(id) ON DELETE CASCADE"
"public.processed_data" {
varchar_36_ workflowId FK
varchar_255_ context
timestamp_3__with_time_zone createdAt
timestamp_3__with_time_zone updatedAt
text value
}
"public.workflow_entity" {
varchar_128_ name
boolean active
json nodes
json connections
timestamp_3__with_time_zone createdAt
timestamp_3__with_time_zone updatedAt
json settings
json staticData
json pinData
character_36_ versionId
integer triggerCount
varchar_36_ id
json meta
varchar_36_ parentFolderId FK
boolean isArchived
integer versionCounter
text description
varchar_36_ activeVersionId FK
json nodeGroups
varchar sourceWorkflowId
}
Generated by tbls