1
This commit is contained in:
parent
4939c916ef
commit
1ed1085d0f
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user