| Column | Type | Actions |
|---|---|---|
| id | int(11) | |
| project_id | int(11) | |
| file_path | varchar(500) | |
| line_number | int(11) | |
| bug_type | enum('syntax','security','performance','logic','deprecated','style','undefined','other') | |
| severity | enum('critical','high','medium','low') | |
| bug_message | text | |
| bug_line | text | |
| suggestion | text | |
| fixed | tinyint(1) | |
| fixed_at | datetime | |
| created_at | datetime |