Error when database runs in strict mode

Issue #27 open
Torben Hansen created an issue

When using a database server that runs in strict mode, an error occurs for the field result, since it does not have a default value.

Solution is to either remove NOT NULL for the field or to set a default value in TCA for it.

Comments (2)

  1. Log in to comment