I have an instance of Low Search 4.4.3 running on an MSM enabled instance of EE 2.11.8.
It runs many Collections happily across 3 sites.
But with a new site recently added, when I go to Save any newly configured Collection, it returns a database error:
Error Number: 1048
Column 'modifier' cannot be null
INSERT INTO exp_low_search_collections (site_id, channel_id, collection_name, collection_label, language, modifier, excerpt, settings, edit_date) VALUES (10, '84', 'about', 'About', 'en', NULL, '523', '{\"0\":\"3\",\"523\":\"2\",\"524\":\"2\",\"536\":\"3\"}', 1503055683)
Filename: third_party/low_search/model.low_search.php
Line Number: 209
The relevant line in model.low_search.php is:
ee()->db->insert($this->_table, $data);
Any suggestions for fixing?