🔐 Magento_Security · engine innodb
password_reset_request_event
Password Reset Request Event under a security control
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| id PK | int unsigned | no | Entity ID | |
| request_type | smallint unsigned | no | Type of the event under a security control | |
| account_reference | varchar(255) | yes | An identifier for existing account or another target | |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Timestamp when the event occurs |
| ip | varchar(45) | no | Remote user IP |
Keys & indexes
Primary key: id
Indexes
- PASSWORD_RESET_REQUEST_EVENT_ACCOUNT_REFERENCE (account_reference) btree
- PASSWORD_RESET_REQUEST_EVENT_CREATED_AT (created_at) btree