Following SQL table definition is illustrated one of create table statement from my MYSQL database which is developed by a former developer of my company.
DRO
In all three of the following cases:
price DOUBLE NULL; price DOUBLE DEFAULT NULL; price DOUBLE NULL DEFAULT NULL;
price is a double and can be null and its default value is null.
price