package initdb import "gorm.io/gorm" // New initializes the default database records. func New(database *gorm.DB) error { return InitUser(database) }