feat: update toolchain
This commit is contained in:
10
backend/app/model/user_posts.go
Normal file
10
backend/app/model/user_posts.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"quyun/database/table"
|
||||
)
|
||||
|
||||
var tblUserPostsUpdateMutableColumns = tblUserPosts.MutableColumns.Except(
|
||||
table.UserPosts.CreatedAt,
|
||||
table.UserPosts.UpdatedAt,
|
||||
)
|
||||
Reference in New Issue
Block a user