mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* more differentiation between creation and update and some comments * added db helper for nullable update * integrated db helper * comments * changeset * update comment, autoformat * make new fields nullable by default we dont transmit unchanged values in the advanced creation form which means `is_nullable` will be undefined because thats the default before this pr it worked because we fell back due to `... ?? true` --------- Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>