Sequelize DB Model 구현 관련 이슈입니다.
Opened this issue · 0 comments
Edwin222 commented
현재 MemberItemPurchase, ItemList, MemberItems, MemberGameInfoStages, GiftDepository, Notices, GameEvents, Coupon, CouponMember, MemberAccoutBlockBlockLog, ServerInfo, StatData 테이블의 Primary Key에 대해 Default Value( newid() )가 적용되어있지 않습니다.
npm에 있는 uuid 참고하셔서 uuid로 디폴트값 셋팅해주시면 좋을것 같습니다.
또, CreatedAt, UpdatedAt에 대한 설정이 일부 안 되있는것 같습니다. 이것도 기본값을 현재 시간으로 해주세요.