Allow SQL column to only be updated if NULL
tldr: Is it possible to create a constraint that enforces: only allow update to column if its current value is NULL.
tldr: Is it possible to create a constraint that enforces: only allow update to column if its current value is NULL.