Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('sources_id_seq'::regclass) |
|
|
|||||
| name | varchar | 100 | null |
|
|
||||||
| url | varchar | 500 | null |
|
|
||||||
| type | source_types | 2147483647 | null |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| is_active | bool | 1 | √ | null |
|
|
|||||
| last_checked | timestamp | 29,6 | √ | null |
|
|
|||||
| check_interval | int4 | 10 | √ | null |
|
|
|||||
| credentials | json | 2147483647 | √ | null |
|
|
|||||
| source_metadata | json | 2147483647 | √ | null |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| sources_pkey | Primary key | Asc | id |
| ix_sources_name | Performance | Asc | name |
| ix_sources_url | Performance | Asc | url |

