I have a form where a field is nullable, It looks like livewire is not creating the correct SQL statement to save the record:
SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '' for column callcenter.time_switches.announcement_id at row 1 (SQL: update time_switches set announcement_id = , time_switches.updated_at = 2022-12-08 06:57:57 where id = 1)
shouldn't it read set announcement_id = null?