pub fn build_delete_column(
table: &str,
column: &str,
column_type: Option<&ColumnType>,
) -> Vec<BuiltQuery>Expand description
Build SQL to delete a column, optionally with DROP TYPE for enum columns (PostgreSQL)
pub fn build_delete_column(
table: &str,
column: &str,
column_type: Option<&ColumnType>,
) -> Vec<BuiltQuery>Build SQL to delete a column, optionally with DROP TYPE for enum columns (PostgreSQL)