Compare commits

...

2 Commits

Author SHA1 Message Date
lzh
d69d6ee2b7 Merge branch 'dev-lzh-09051' into dev 2025-10-17 15:55:43 +08:00
lzh
1ed1085d0f 1 2025-10-17 15:48:41 +08:00

View File

@ -348,5 +348,5 @@ type BundleExport struct {
type BundleBalanceLayout struct {
gorm.Model
UserId uint64 `gorm:"column:user_id;not null;unique"`
Data string `gorm:"column:data;not null"`
Data string `gorm:"column:data;type:longtext;not null"`
}