Sfoglia il codice sorgente

升级记录表

master
huangjiajun 2 settimane fa
parent
commit
cde2ce240f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/model/user_upgrade_level.go

+ 1
- 1
src/model/user_upgrade_level.go Vedi File

@@ -5,7 +5,7 @@ import (
)

type UserUpgradeLevel struct {
Id int `json:"id" xorm:"not null pk default 0 INT(11)"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 INT(11)"`
Level int `json:"level" xorm:"default 0 INT(11)"`
CreateTime time.Time `json:"create_time" xorm:"DATETIME"`


Caricamento…
Annulla
Salva