📣 Magento_SendFriend · engine innodb
sendfriend_log
Send to friend function log storage table
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| log_id PK | int unsigned | no | Log ID | |
| ip | bigint unsigned | no | 0 | Customer IP address |
| time | int unsigned | no | 0 | Log time |
| website_id | smallint unsigned | no | 0 | Website ID |
Keys & indexes
Primary key: log_id
Indexes
- SENDFRIEND_LOG_IP (ip) btree
- SENDFRIEND_LOG_TIME (time) btree