Answers for "default value of boolean in mysql"

SQL
0

mysql set boolean default value

create table mytable (
     mybool boolean not null default 0
);
Posted by: Guest on October-05-2021

Code answers related to "default value of boolean in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language