回收站,软删除(三天自动清空),以及默认链接三十分钟失效
This commit is contained in:
@@ -55,6 +55,7 @@ class DocumentCategory(UUIDPrimaryKeyMixin, TimestampMixin, Base):
|
||||
deleted_at: Mapped[str | None] = mapped_column(
|
||||
String(32),
|
||||
nullable=True,
|
||||
index=True,
|
||||
comment="进入回收站时间(NULL=未删除),3 天后自动清理",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user