Explorar el Código

升级记录表

master
huangjiajun hace 2 semanas
padre
commit
cde2ce240f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/model/user_upgrade_level.go

+ 1
- 1
src/model/user_upgrade_level.go Ver fichero

@@ -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"`


Cargando…
Cancelar
Guardar