pub fn build_alter_add_column_sql( full_table_name: &str, columns: &Vec<(String, String)>, if_not_exists: bool, ) -> String