DEFAULT TEXT sql code example Example: how to add default constraint in mysql ALTER TABLE "name_table" ALTER "name_column" SET DEFAULT value_default;