pub const SET_NULL: ColumnMarker;
SET NULL action: Set referencing columns to NULL.
#[column(references = User::id, on_delete = SET_NULL)] user_id: Option<i32>,
See: https://sqlite.org/foreignkeys.html#fk_actions