====== 列の修正 ====== プライマリキーに設定し、デフォルト値にno_nameを設定するように修正する場合 alter table tb_name modify col_name varchar(32) primary key default "no-name" ;