how to remove default in mysql

Solutions on MaxInterview for how to remove default in mysql by the best coders in the world

showing results for - "how to remove default in mysql"
Lillie
19 Apr 2019
1ALTER TABLE "table_name" ALTER COLUMN "name_column" DROP DEFAULT;