IA/DB
[mysql] table column 명 변경
kiostory
2019. 2. 26. 23:47
alter table topic change column author author_id int(11);
alter table topic change column author author_id int(11);