3장. 테이블·행·열·타입
id, email, status, 금액, 시간을 적절한 type으로 만든다. 돈을 floating point로 저장하지 않는다. timestamptz는 instant, 표시 timezone은 application/context가 결정한다.
NULL은 빈 문자열·0이 아니다. NOT NULL, default, check를 업무 의미에 맞춘다.
WEBBOOK CHAPTER
id, email, status, 금액, 시간을 적절한 type으로 만든다. 돈을 floating point로 저장하지 않는다. timestamptz는 instant, 표시 timezone은 application/context가 결정한다.
NULL은 빈 문자열·0이 아니다. NOT NULL, default, check를 업무 의미에 맞춘다.