Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/binkuolo/fastapi
/ Meta
Class
Meta
models/base.py:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
wechat: fields.OneToOneRelation[UserWechat]
53
54
class
Meta:
55
table_description =
"用户表"
56
table =
"user"
57
58
59
class
Role(TimestampMixin):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected