MCPcopy Create free account
hub / github.com/binkuolo/fastapi / Meta

Class Meta

models/base.py:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 fields.OneToOneField("base.User", related_name="wechat", on_delete=fields.CASCADE)
31
32 class Meta:
33 table_description = "用户微信"
34 table = "user_wechat"
35
36
37class User(TimestampMixin):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected