🔐 Magento_Captcha · engine innodb
captcha_log
Count Login Attempts
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| type | varchar(32) | no | Type | |
| value | varchar(255) | no | Value | |
| count | int unsigned | no | 0 | Count |
| updated_at | timestamp | yes | Update Time |
Keys & indexes
Primary key: type, value