Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('integration_file_upload_store_id_seq'::regclass) |
|
|
|||||
| user_id | varchar | 64 | √ | null |
|
|
|||||
| customer_id | varchar | 8 | null |
|
|
||||||
| source | datastore_integrated_apps | 2147483647 | null |
|
|
||||||
| source_file_id | varchar | 128 | √ | ''::character varying |
|
|
|||||
| status | datastore_file_status | 2147483647 | null |
|
|
||||||
| retry | int8 | 19 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| integration_file_upload_store_pkey | Primary key | Asc | id |