fn build_alter_add_column_sql( table_name: &str, database: &str, schema: &str, columns: &Vec<(String, String)>, ) -> String