Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('recommendations_id_seq'::regclass) |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| recommendation_status_id | int4 | 10 | √ | null |
|
|
|||||
| rec_text | text | 2147483647 | √ | null |
|
|
|||||
| created_by | text | 2147483647 | null |
|
|
||||||
| rec_update | text | 2147483647 | √ | null |
|
|
|||||
| crash_pk | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| recommendations_pkey | Primary key | Asc | id |
| recommendations_crash_id_key | Must be unique | Asc | crash_pk |

