sql 修改列名

alter table <table_name> change column <old_column_name>  <new_column_name> <new_column_type>;
文章目录