feat: update toolchain

This commit is contained in:
Rogee
2025-05-26 10:53:26 +08:00
parent f28bc7226f
commit 51ed5685dc
17 changed files with 412 additions and 284 deletions

View File

@@ -0,0 +1,10 @@
package model
import (
"quyun/database/table"
)
var tblUserPostsUpdateMutableColumns = tblUserPosts.MutableColumns.Except(
table.UserPosts.CreatedAt,
table.UserPosts.UpdatedAt,
)