Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('user_reports_userreport_id_seq'::regclass) |
|
|
|||||
| event_id | uuid | 2147483647 | null |
|
|
||||||
| name | varchar | 128 | null |
|
|
||||||
| varchar | 254 | null |
|
|
|||||||
| comments | text | 2147483647 | null |
|
|
||||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| issue_id | int4 | 10 | √ | null |
|
|
|||||
| project_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_reports_userreport_pkey | Primary key | Asc | id |
| user_reports_userreport_created_94346a90 | Performance | Asc | created |
| user_reports_userreport_issue_id_474c6f4f | Performance | Asc | issue_id |
| user_reports_userreport_project_id_2625dd63 | Performance | Asc | project_id |
| user_reports_userreport_project_id_event_id_926e3495_uniq | Must be unique | Asc/Asc | project_id + event_id |