mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-12 10:51:49 +02:00
Search gists on user profile with title, visibility, language & topics (#422)
This commit is contained in:
6
internal/db/gist_topic.go
Normal file
6
internal/db/gist_topic.go
Normal file
@ -0,0 +1,6 @@
|
||||
package db
|
||||
|
||||
type GistTopic struct {
|
||||
GistID uint `gorm:"primaryKey"`
|
||||
Topic string `gorm:"primaryKey;size:50"`
|
||||
}
|
Reference in New Issue
Block a user