# MigrationTarget

`type` in `plugin-kysely-postgres` · v0.2.1

<https://docs.seedcord.org/packages/plugin-kysely-postgres/0.2.1/types/migration-target>

Target migration identifier used to indicate no migrations should be run. Uses Kysely's built-in `NO_MIGRATIONS` constant.

## Declaration

```ts
type MigrationTarget = string | NoMigrations;
```
