performance_transactiongroup


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('performance_transactiongroup_id_seq'::regclass)
performance_transactionevent.group_id performance_transact_group_id_92833b44_fk_performan R
created timestamptz 35,6 null
transaction varchar 1024 null
op varchar 255 null
method varchar 255 null
project_id int4 10 null
projects_project.id performance_transact_project_id_0d3abdaf_fk_projects_ R
search_vector tsvector 2147483647 null
tags jsonb 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
performance_transactiongroup_pkey Primary key Asc id
performance_transactiong_title_project_id_op_meth_48de3700_uniq Must be unique Asc/Asc/Asc/Asc transaction + project_id + op + method
performance_transactiongroup_created_cc5bd894 Performance Asc created
performance_transactiongroup_project_id_0d3abdaf Performance Asc project_id

Relationships