This commit is contained in:
lzh 2025-10-17 15:48:41 +08:00
parent 4939c916ef
commit 1ed1085d0f

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