fn build_alter_add_column_sql( schema_name: Option<&str>, table_name: &str, columns: &Vec<(String, String)>, ) -> String