Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hiifong committed Jan 20, 2025
1 parent 85f3da9 commit 83cd897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/repo/star_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (

// StarList ...
type StarList struct {
ID int64 `xorm:"pk autoincr"`
UID int64 `xorm:INDEX uid`
SID int64 `xorm:INDEX sid`
Name string
ID int64 `xorm:"pk autoincr"`
UID int64 `xorm:"INDEX NOT NULL"`
SID int64 `xorm:"INDEX NOT NULL"`
Name string `xorm:"NOT NULL"`
Desc string

CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
Expand Down

0 comments on commit 83cd897

Please sign in to comment.