Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_emailconfirmation_id_seq'::regclass) |
|
|
|||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| sent | timestamptz | 35,6 | √ | null |
|
|
|||||
| key | varchar | 64 | null |
|
|
||||||
| email_address_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_emailconfirmation_pkey | Primary key | Asc | id |
| account_emailconfirmation_email_address_id_5b7f8c58 | Performance | Asc | email_address_id |
| account_emailconfirmation_key_f43612bd_like | Performance | Asc | key |
| account_emailconfirmation_key_key | Must be unique | Asc | key |