Implement session creation
This commit is contained in:
10
pkg/model/ent/schema/codesSequence.go
Normal file
10
pkg/model/ent/schema/codesSequence.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"entgo.io/ent"
|
||||
)
|
||||
|
||||
// Provides a DBMS independent way of obtaining unique values
|
||||
type CodesSequence struct {
|
||||
ent.Schema
|
||||
}
|
||||
Reference in New Issue
Block a user