Field doesn't have a default value
Trying to insert a row without providing value for a NOT NULL column that has no default.
Provide a value for all NOT NULL columns. Add DEFAULT value to column definition. Use NULL if column allows it.