반응형 JSON1 [PostgreSQL] 기본 데이터 타입 정리 - JSON Character types / why should we use char instead of varchar? Numeric types Boolean types Temporal types UUID for storing Universally Unique Identifiers Array for storing array strings, numbers, etc... JSON stores JSON data hstore stores key-value pair User defined data JSON JSON의 주 사용처는 서버와 웹 애플리케이션간 데이터 전송이다. 다른 형식과는 다르게 JSON은 사람이 읽을 수 있는 text 형식이다. 테이블 생성 CREATE TABLE orders ( id serial NOT NU.. DB 2020. 9. 1. 이전 1 다음 💲 추천 글 반응형