pub const NO_ACTION: ColumnMarker;Expand description
NO ACTION action: Similar to RESTRICT (default behavior).
ยงExample
#[column(references = User::id, on_delete = NO_ACTION)]
user_id: i32,pub const NO_ACTION: ColumnMarker;NO ACTION action: Similar to RESTRICT (default behavior).
#[column(references = User::id, on_delete = NO_ACTION)]
user_id: i32,