改用mysql

This commit is contained in:
amb
2026-09-02 11:19:49 +08:00
parent 410bd30b2e
commit 73c4d83f42
24 changed files with 831 additions and 258 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class DocumentCategory(UUIDPrimaryKeyMixin, TimestampMixin, Base):
comment="分类名称",
)
path: Mapped[str] = mapped_column(
Text,
String(500),
default="/",
nullable=False,
comment="物化路径,如 /01_公司层/04_岗位AI角色/",