mirror of https://github.com/Xhofe/alist
chore: set addition type as text
parent
adf0178bb7
commit
dd46e99e66
|
@ -8,7 +8,7 @@ type Account struct {
|
||||||
Index int `json:"index"` // use to sort
|
Index int `json:"index"` // use to sort
|
||||||
Driver string `json:"driver"`
|
Driver string `json:"driver"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
Addition string `json:"addition"` // Additional information, defined in the corresponding driver
|
Addition string `json:"addition" gorm:"type:text"` // Additional information, defined in the corresponding driver
|
||||||
Remark string `json:"remark"`
|
Remark string `json:"remark"`
|
||||||
Modified time.Time `json:"modified"`
|
Modified time.Time `json:"modified"`
|
||||||
Sort
|
Sort
|
||||||
|
|
Loading…
Reference in New Issue