add seeder demo
This commit is contained in:
@@ -4,7 +4,5 @@ import "gorm.io/gorm"
|
||||
|
||||
// Migration route interface
|
||||
type Seeder interface {
|
||||
Times() uint
|
||||
Table() string
|
||||
Run(*gorm.DB)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user