Skip to main content

apply_property

Function apply_property 

Source
pub fn apply_property(
    columns: &mut [ColumnDef],
    table: &str,
    column: &str,
    property: ColumnProperty<'_>,
) -> Result<(), String>