-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
企划New feature or requestNew feature or request
Description
想做一个玩家账户系统,看着注册用户慢慢增长 会是一种什么样的体验?
启发: https://phira.moe/user
discord oauth
User:
id: i32, // autoinc
name: String,
email: String,
password_digest: String,
description: String,
language: Enum,
time_registered: Timestamp,
// time_last_login: Timestamp,
Login:
id,
user_id,
ip,
time,
keepalive_timelen:
Follow:
id,
src_user_id,
dst_user_id,
Metadata
Metadata
Assignees
Labels
企划New feature or requestNew feature or request