Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('passwordresetdata_id_seq'::regclass) |
|
|
|||||
created | timestamp | 29,6 | null |
|
|
||||||
expires | timestamp | 29,6 | null |
|
|
||||||
reason | varchar | 255 | √ | null |
|
|
|||||
token | varchar | 255 | √ | null |
|
|
|||||
builtinuser_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
passwordresetdata_pkey | Primary key | Asc | id |
index_passwordresetdata_builtinuser_id | Performance | Asc | builtinuser_id |
index_passwordresetdata_token | Performance | Asc | token |