Answers for "how to add default constraint in table in mysql"

SQL
5

how to add default constraint in mysql

ALTER TABLE "name_table" ALTER "name_column" 
SET DEFAULT value_default;
Posted by: Guest on August-07-2020

Code answers related to "how to add default constraint in table in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language