| base_id |
uuid |
NO |
gen_random_uuid() |
PK |
| base_schema |
jsonb |
NO |
|
Full sync configuration |
| base_status |
text |
NO |
|
active, paused, removed, etc. |
| created_time |
timestamp |
YES |
now() |
|
| workspace_id |
bigint |
YES |
0 |
FK to workspaces |
| created_by |
bigint |
YES |
0 |
FK to users |
| last_modified_by |
bigint |
YES |
0 |
FK to users |
| last_modified_time |
timestamp |
YES |
now() |
|
| triggers |
jsonb |
YES |
[] |
Scheduled/webhook trigger definitions |
| min_switch_on_time |
timestamp |
YES |
now() - interval '10 seconds' |
Cooldown before re-enabling |
| options |
jsonb |
NO |
{} |
|
| parent_folders |
jsonb |
YES |
|
Folder hierarchy path |
| base_resource_id |
varchar |
YES |
|
Human-readable resource ID |