I set lastMaintenance to null

Here is my table definition. See that nullable values are allowed for the column last_maintenance.

This is the result I got when the row was inserted

EntityDml -> findInsertColumns#216. null values seem to be skipped, but in my case it would be valid to insert null.
