Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('deployments_projectimport_id_seq'::regclass) |
|
|
||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
message | text | 2147483647 | null |
|
|
|||||
status | varchar | 10 | null |
|
|
|||||
file | varchar | 100 | null |
|
|
|||||
created_by_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
deployments_projectimport_pkey | Primary key | Asc | id |
deployments_projectimport_created_by_id_83865c1b | Performance | Asc | created_by_id |