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

Class Meta

models/base.py:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 note = fields.CharField(null=True, max_length=255, description="备注")
94
95 class Meta:
96 table_description = "用户操作记录表"
97 table = "access_log"
98
99
100class SystemParams(TimestampMixin):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected