pub const NO_ACTION: ColumnMarker;
NO ACTION action: Similar to RESTRICT (default behavior).
#[column(references = User::id, on_delete = NO_ACTION)] user_id: i32,
See: https://sqlite.org/foreignkeys.html#fk_actions