huangjiajun 2 mesi fa
parent
commit
6bb519cca1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/model/role.go

+ 2
- 0
src/model/role.go Vedi File

@@ -9,4 +9,6 @@ type Role struct {
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`
Logo string `json:"logo" xorm:"not null default '' VARCHAR(255)"`
Label string `json:"label" xorm:"not null default '' VARCHAR(255)"`
SeoLogo string `json:"seo_logo" xorm:"not null default '' VARCHAR(255)"`
SeoTitle string `json:"seo_title" xorm:"not null default '' VARCHAR(255)"`
}

Caricamento…
Annulla
Salva