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

@@ -74,4 +74,4 @@ type WithdrawForm struct {
// However, if the originals were in `content/dto` and `user/dto` and we moved them to `v1/dto` (this package),
// then we just have them defined in `content.go` (dto) and `user.go` (dto).
// So aliases are not needed if they are in the same package.
// So aliases are not needed if they are in the same package.