Skip to main content

apply_constraint_alteration

Function apply_constraint_alteration 

Source
pub fn apply_constraint_alteration(
    table: &str,
    name: &str,
    columns: &mut [ColumnDef],
    constraints: &mut TableConstraintSet,
    options: ConstraintAlterOptions,
) -> Result<ConstraintAlterEffects, SQLError>