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

Sql: ALTER TABLE `log` DROP `Text`

Back.