pub fn build_modify_column_comment(
backend: &DatabaseBackend,
table: &str,
column: &str,
new_comment: Option<&str>,
current_schema: &[TableDef],
) -> Result<Vec<BuiltQuery>, QueryError>Expand description
Build SQL for changing column comment. Note: SQLite does not support column comments natively.