Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mailing_test_cases_id_seq'::regclass) |
|
|
||
| mailing_test_id | int4 | 10 | null |
|
|
|||
| template | text | 2147483647 | √ | null |
|
|
||
| created_at | timestamp | 29,6 | √ | null |
|
|
||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mailing_test_cases_pkey | Primary key | Asc | id |
| index_mailing_test_cases_on_mailing_test_id | Performance | Asc | mailing_test_id |
