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,See: https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-FK