Generic connectors
generic_connectors¶
- Schema: public
- PK: none
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| id | uuid | YES | gen_random_uuid() | |
| workspace_id | int4 | YES | ||
| region | varchar | NO | ||
| app_type | varchar | YES | ||
| config | jsonb | YES | ||
| repo_url | varchar | NO | ||
| repo_branch | varchar | NO | ||
| options | jsonb | YES | ||
| created_time | timestamp | YES | now() | |
| created_by | int4 | YES | ||
| last_modified_time | timestamp | YES | now() | |
| last_modified_by | int4 | YES | ||
| deploy_steps | jsonb | YES | ||
| service_url | varchar | YES |
Key indexes¶
- None (no PK constraint)