We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 MemberItemPurchase, ItemList, MemberItems, MemberGameInfoStages, GiftDepository, Notices, GameEvents, Coupon, CouponMember, MemberAccoutBlockBlockLog, ServerInfo, StatData 테이블의 Primary Key에 대해 Default Value( newid() )가 적용되어있지 않습니다.
npm에 있는 uuid 참고하셔서 uuid로 디폴트값 셋팅해주시면 좋을것 같습니다.
또, CreatedAt, UpdatedAt에 대한 설정이 일부 안 되있는것 같습니다. 이것도 기본값을 현재 시간으로 해주세요.
The text was updated successfully, but these errors were encountered:
sherry92
JungwooKim92
No branches or pull requests
현재 MemberItemPurchase, ItemList, MemberItems, MemberGameInfoStages, GiftDepository, Notices, GameEvents, Coupon, CouponMember, MemberAccoutBlockBlockLog, ServerInfo, StatData 테이블의 Primary Key에 대해 Default Value( newid() )가 적용되어있지 않습니다.
npm에 있는 uuid 참고하셔서 uuid로 디폴트값 셋팅해주시면 좋을것 같습니다.
또, CreatedAt, UpdatedAt에 대한 설정이 일부 안 되있는것 같습니다. 이것도 기본값을 현재 시간으로 해주세요.
The text was updated successfully, but these errors were encountered: