Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
email_statistic_id | int8 | 19 | √ | null |
|
|
|||||
version | int4 | 10 | 0 |
|
|
||||||
created_by | text | 2147483647 | √ | null |
|
|
|||||
modified_by | text | 2147483647 | √ | null |
|
|
|||||
deleted_by | text | 2147483647 | √ | null |
|
|
|||||
created_at | timestamptz | 35,6 | now() |
|
|
||||||
modified_at | timestamptz | 35,6 | now() |
|
|
||||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||
year | int4 | 10 | null |
|
|
||||||
month | int4 | 10 | null |
|
|
||||||
day | int4 | 10 | null |
|
|
||||||
email_type | varchar | 255 | null |
|
|
||||||
count | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
email_statistic_pkey | Primary key | Asc | email_statistic_id |
email_statistic_uniq | Must be unique | Asc/Asc/Asc/Asc | year + month + day + email_type |