How to use DROP DEFAULT in MySQL 8?
I'm using MySQL: Server version: 8.0.36 Homebrew I'm trying to remove the default value of a column (currently set to 0), and it's erroring: ALTER TABLE comments ALTER COLUMN commentable_id integer DROP DEFAULT; ERROR 1064 (42000): You have an error…