pub const SET_DEFAULT: ColumnMarker;Expand description
SET DEFAULT action: Set referencing columns to their default values.
ยงExample
#[column(references = User::id, on_delete = SET_DEFAULT, default = 0)]
user_id: i32,pub const SET_DEFAULT: ColumnMarker;SET DEFAULT action: Set referencing columns to their default values.
#[column(references = User::id, on_delete = SET_DEFAULT, default = 0)]
user_id: i32,