Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('text_blasts_id_seq'::regclass) |
|
|
||||||||
| name | text | 2147483647 | √ | null |
|
|
||||||||
| body | text | 2147483647 | √ | null |
|
|
||||||||
| list_id | int4 | 10 | √ | null |
|
|
||||||||
| sent_at | timestamp | 29,6 | √ | null |
|
|
||||||||
| finished_sending_at | timestamp | 29,6 | √ | null |
|
|
||||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
||||||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
||||||||
| direct_communication | bool | 1 | √ | null |
|
|
||||||||
| total_clicks | int4 | 10 | √ | null |
|
|
||||||||
| total_bounces | int4 | 10 | √ | null |
|
|
||||||||
| total_unsubscribes | int4 | 10 | √ | null |
|
|
||||||||
| parent_inbound_text_id | int4 | 10 | √ | null |
|
|
||||||||
| scheduled_for | timestamp | 29,6 | √ | null |
|
|
||||||||
| member_count | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| text_blasts_pkey | Primary key | Asc | id |
| index_text_blasts_on_list_id | Performance | Asc | list_id |

