Hi,
I have a model that has a database field that is a blob.
When in the action controller I do:
database_record->my_blob = null;
Then an empty blob gets saved to the database.
How do I save null to the database in my nullable column?
Hi,
I have a model that has a database field that is a blob.
When in the action controller I do:
database_record->my_blob = null;
Then an empty blob gets saved to the database.
How do I save null to the database in my nullable column?