有多个表,表中有相同字段如何确定col修改的是哪个表的字段?
alter table table_name rename column old_colum_name to new_column_name;