password_resets


Columns

Column Type Size Nulls Auto Default Children Parents Comments
email VARCHAR 255 null
token VARCHAR 255 null
created_at TIMESTAMP 19 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
password_resets_email_index Performance Asc email
password_resets_token_index Performance Asc token

Relationships