-
Notifications
You must be signed in to change notification settings - Fork 1
DB Schema
이상헌 edited this page Oct 7, 2021
·
14 revisions
< 변동 사항 >
-
오타 수정
(기존) Posts_Commnets
(변경) Posts_Comments
-
Table 의 누락된 P.K 값 추가
-
sequelize 에서 자동 생성되는 값에 따른 변동 (모든 테이블 변동)
(기존) Posts 테이블의 P.K 값 : Post_id
(변경) Posts 테이블의 P.K 값 : id
(추가) 모든 테이블 마다 createdAt, updatedAt 값 추가
< 변동 사항 >
- API 문서 업데이트에 따라 전면 재작업