You've already forked golang-base-project
Initial commit
This commit is contained in:
9
models/session.go
Normal file
9
models/session.go
Normal file
@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type Session struct {
|
||||
gorm.Model
|
||||
Identifier string
|
||||
UserID uint
|
||||
}
|
Reference in New Issue
Block a user