user_reports_userreport


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
email varchar 254 null
comments text 2147483647 null
created timestamptz 35,6 null
issue_id int4 10 null
issues_issue.id user_reports_userreport_issue_id_474c6f4f_fk_issues_issue_id R
project_id int4 10 null
projects_project.id user_reports_userrep_project_id_2625dd63_fk_projects_ R

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

Relationships