MySQL DEFAULT Constraint

MySQL DEFAULT Constraint

The DEFAULT constraint is used to set a default value for a column.

The default value will be added to all new records, if no other value is specified.


Continue reading MySQL DEFAULT Constraint