package model import "gorm.io/gorm" func Init(tx *gorm.DB) error { return tx.AutoMigrate( &Connection{}, ) }