테이블에 코멘트를 넣는 방법은 제가 이전 블로그에 소개를 해드렸구요.
https://islet4you.tistory.com/entry/Postgres-table-comment-추가하는-방법
테이블의 컬럼에 코멘트를 넣는 방법입니다.
사용예는 위의 이미지와 같습니다.
comment on column tableName.columnName is '코멘트';
postgres Sequence 생성하기 (0) | 2021.11.29 |
---|---|
PostgreSQL 날짜 포맷 함수 (0) | 2021.11.19 |
unique index 생성 (0) | 2021.11.18 |
Postgres table comment 추가하는 방법 (0) | 2021.11.18 |
PostgreSQL Primary Key 추가하는 방법 (0) | 2021.11.18 |