feat: sync initial schema migration

This commit is contained in:
2026-01-09 14:01:09 +08:00
parent b88fec229c
commit 0fdd071306
5 changed files with 449 additions and 98 deletions

View File

@@ -64,7 +64,7 @@ type mediaAssetQuery struct {
CreatedAt field.Time
UpdatedAt field.Time
DeletedAt field.Field
Hash field.String // File SHA-256 hash
Hash field.String // 文件 MD5 哈希
fieldMap map[string]field.Expr
}