package models // @provider type migrationsModel struct{} func (m *migrationsModel) Prepare() error { return nil }