huangjiajun pirms 1 nedēļas
vecāks
revīzija
cfe28ea2bf
1 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. +6
    -5
      src/model/playlet_total.go

+ 6
- 5
src/model/playlet_total.go Parādīt failu

@@ -5,9 +5,10 @@ import (
)

type PlayletTotal struct {
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"INT(11)"`
Date int `json:"date" xorm:"default 0 INT(11)"`
Time time.Time `json:"time" xorm:"DATETIME"`
Total int `json:"total" xorm:"default 0 INT(11)"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"INT(11)"`
Date int `json:"date" xorm:"default 0 INT(11)"`
Time time.Time `json:"time" xorm:"DATETIME"`
Total int `json:"total" xorm:"default 0 INT(11)"`
ShortId string `json:"short_id" xorm:"default '0' VARCHAR(255)"`
}

Notiek ielāde…
Atcelt
Saglabāt