hoony's web study

728x90
반응형


테이블에 코멘트를 넣는 방법은 제가 이전 블로그에 소개를 해드렸구요. 
https://islet4you.tistory.com/entry/Postgres-table-comment-추가하는-방법

 

Postgres table comment 추가하는 방법

PostgreSQL 에서 Table에 comment 를 추가하는 방법 comment on table table_Name is 'comment'; 위와 같이 하시면 테이블에 코멘트가 추가됩니다.

islet4you.tistory.com

테이블의 컬럼에 코멘트를 넣는 방법입니다.

사용예는 위의 이미지와 같습니다. 

comment on column tableName.columnName is '코멘트';
728x90

'DBMS > Postgres' 카테고리의 다른 글

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

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading