Browse Source

add created

pull/2700/head
lewis 2 years ago
parent
commit
162cb01f01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/cloudbrain_temp.go

+ 1
- 1
models/cloudbrain_temp.go View File

@@ -22,7 +22,7 @@ type CloudbrainTemp struct {
JobType string `xorm:"INDEX NOT NULL DEFAULT 'DEBUG'"`
Status string `xorm:"INDEX NOT NULL DEFAULT 'TEMP'"`
QueryTimes int `xorm:"INDEX NOT NULL DEFAULT 0"`
CreatedUnix timeutil.TimeStamp `xorm:"INDEX"`
CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
DeletedAt time.Time `xorm:"deleted"`
}


Loading…
Cancel
Save