feat: 更新数据库迁移脚本,添加用户、租户及内容相关表的详细注释

This commit is contained in:
2025-12-29 09:56:37 +08:00
parent ad52371028
commit 62262bbac2
4 changed files with 293 additions and 252 deletions

View File

@@ -59,4 +59,4 @@ type Notification struct {
Content string `json:"content"`
Read bool `json:"read"`
Time string `json:"time"`
}
}