Closed 2018007956 closed 2 months ago
docker ps
docker exec -it [container_name or id] bash
ALTER TABLE [table]
DROP COLUMN [attribute];
\d [table]
SELECT [attribute] FROM [table];
\q
exit
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Overview
Change Log
docker ps
docker exec -it [container_name or id] bash
ALTER TABLE [table]
DROP COLUMN [attribute];
\d [table]
또는SELECT [attribute] FROM [table];
\q
: psql 세션 종료exit
: Docker 컨테이너 나가기Result
Issue Tags