remove default from a column in mysql code example Example: how to remove default in mysql ALTER TABLE "table_name" ALTER COLUMN "name_column" DROP DEFAULT;