We must provide a numeric default value for all columns which are stored as integer, otherwise the DataHandler falls back to an empty string which is rejected by MySQL in strict mode.
Noticed that a similar fix already was merged to master from another PR (#195), so (finally) closing this PR now, this fix is included in release v9.14.2.
We must provide a numeric default value for all columns which are stored as integer, otherwise the DataHandler falls back to an empty string which is rejected by MySQL in strict mode.