pub const RESTRICT: ColumnMarker;
RESTRICT action: Prevent delete/update if referenced.
#[column(references = User::id, on_delete = RESTRICT)] user_id: i32,
See: https://sqlite.org/foreignkeys.html#fk_actions