mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 21:02:33 +08:00
修改数据库表
This commit is contained in:
@@ -10,12 +10,6 @@ const (
|
||||
InstallData = "OK"
|
||||
)
|
||||
|
||||
type Setting struct {
|
||||
Id int `json:"id" xorm:"pk autoincr not null"`
|
||||
Name string `json:"name" xorm:"not null unique"`
|
||||
Data string `json:"data" xorm:"Text"`
|
||||
}
|
||||
|
||||
type SettingSmtp struct {
|
||||
Host string `json:"host"`
|
||||
Port int `json:"port"`
|
||||
|
Reference in New Issue
Block a user