This commit is contained in:
jxxghp
2025-08-19 11:53:59 +08:00
parent 15833f94cf
commit 4bc24f3b00
16 changed files with 20 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ class User(Base):
用户表
"""
# ID
id = get_id_column('user')
id = get_id_column()
# 用户名,唯一值
name = Column(String, index=True, nullable=False)
# 邮箱