명령어(Bash)

pg_dump -t '{스키마명.테이블명}' --schema-only {데이터베이스명} -U {ROLE명}

# 예제
pg_dump -t 'public.tb_txt' --schema-only postgres -U postgres