Compare commits
2 Commits
3dc530db91
...
d69d6ee2b7
Author | SHA1 | Date | |
---|---|---|---|
d69d6ee2b7 | |||
1ed1085d0f |
@ -348,5 +348,5 @@ type BundleExport struct {
|
|||||||
type BundleBalanceLayout struct {
|
type BundleBalanceLayout struct {
|
||||||
gorm.Model
|
gorm.Model
|
||||||
UserId uint64 `gorm:"column:user_id;not null;unique"`
|
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