Error: 42000
1090
You can't delete all columns with ALTER TABLE; use DROP TABLE instead

Sql: ALTER TABLE `roster_invoice` DROP `DatePaid`

Back.