Merge branch 'dev-lzh-09051' into dev

This commit is contained in:
lzh 2025-10-17 15:55:43 +08:00
commit d69d6ee2b7

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"`
}