Closed jensschuppe closed 5 years ago
In 07d80b4d7b71c1476b618bab9f94b4e4ac15eb87, NOT NULL was set to TRUE, which is
NOT NULL
TRUE
Proposed fix is to set NOT NULL for request and reply columns to FALSE.
request
reply
FALSE
Actually, request seems to not have to be NOT NULL - but should be in sync with the Drupal module's latest update hook.
In 07d80b4d7b71c1476b618bab9f94b4e4ac15eb87,
NOT NULL
was set toTRUE
, which isProposed fix is to set
NOT NULL
forrequest
andreply
columns toFALSE
.