Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('performance_transactiongroup_id_seq'::regclass) |
|
|
|||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| transaction | varchar | 1024 | null |
|
|
||||||
| op | varchar | 255 | null |
|
|
||||||
| method | varchar | 255 | √ | null |
|
|
|||||
| project_id | int4 | 10 | null |
|
|
||||||
| search_vector | tsvector | 2147483647 | √ | null |
|
|
|||||
| 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 |