getMigrationsPath(), "Prepare"); } /** * Get database to use for migrations table. * @return string Database identifier. */ public function getMigrationsDatabase(): string { return "default"; } /** * @return string Done migrations table name. */ public function getMigrationsTable(): string { return "_migrations"; } }