Table of Contents
Table 2: The One with the Unnecessary Columns
Columns:
| id (int, PK) | name | description | is_active (bool) | created_at (timestamp) | modified_at (timestamp) | created_by (varchar) | modified_by (varchar) |
|---|---|---|---|---|---|---|---|
| 1 | Unnecessary Column | This column exists only to take up space. | 1 | 2023-02-20 14:30:00 | 2023-02-20 14:30:00 | admin | admin |