Give the column a default value in the properties.
The ORM always uses all columns, it doesn't rely on RDBMS features to fill in missing columns (like MySQL's default value on a column), since some don't support such a feature.
So don't use defaults in the DB, define the defaults in the model.