Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequelize DB Model 구현 관련 이슈입니다. #16

Open
Edwin222 opened this issue Nov 11, 2017 · 0 comments
Open

Sequelize DB Model 구현 관련 이슈입니다. #16

Edwin222 opened this issue Nov 11, 2017 · 0 comments
Assignees

Comments

@Edwin222
Copy link
Collaborator

현재 MemberItemPurchase, ItemList, MemberItems, MemberGameInfoStages, GiftDepository, Notices, GameEvents, Coupon, CouponMember, MemberAccoutBlockBlockLog, ServerInfo, StatData 테이블의 Primary Key에 대해 Default Value( newid() )가 적용되어있지 않습니다.

npm에 있는 uuid 참고하셔서 uuid로 디폴트값 셋팅해주시면 좋을것 같습니다.

또, CreatedAt, UpdatedAt에 대한 설정이 일부 안 되있는것 같습니다. 이것도 기본값을 현재 시간으로 해주세요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants