mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
chore: set addition type as text
This commit is contained in:
parent
adf0178bb7
commit
dd46e99e66
@ -8,7 +8,7 @@ type Account struct {
|
||||
Index int `json:"index"` // use to sort
|
||||
Driver string `json:"driver"`
|
||||
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"`
|
||||
Modified time.Time `json:"modified"`
|
||||
Sort
|
||||
|
Loading…
x
Reference in New Issue
Block a user