package main type MigrationHeaders struct { Requirements []string } type DB interface { Execute(sql string) error }