Replies: 2 comments 1 reply
-
Positive content, I think we should make some fixed trade-offs
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1、Each table, except for intermediate tables, should have create_time and update_time fields.
2、create_user and update_user fields are optional.
3、User table:
time_joined -> join_time
last_login -> last_login_time
user_uuid -> uuid
create_time
update_time
4、func.now() defaults to UTC time, but it should actually be the server time or Shanghai timezone.
Beta Was this translation helpful? Give feedback.
All reactions