jmeeuynz_demo
Connected
fm_scan_logs
| Column | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int unsigned | NULL | PRI | |
| user_id | int unsigned | NULL | ||
| action | varchar(100) | NULL | ||
| file_path | text | NULL | ||
| threat_type | varchar(100) | NULL | ||
| threat_count | int | NULL | ||
| fixed_count | int | NULL | ||
| deleted_count | int | NULL | ||
| scan_result | text | NULL | ||
| ip_address | varchar(45) | NULL | ||
| created_at | timestamp | CURRENT_TIMESTAMP |