DB/Postgresql
Postgresql 칼럼 추가 방법
goodsaem
2021. 8. 16. 11:52
apt_info 테이블에 acode 칼럼을 추가하는 방법 입니다.
alter table apt_info add column acode varchar(13);