# StepMigrationOptions

`interface` in `plugin-kysely-postgres` · v0.4.2

<https://docs.seedcord.org/packages/plugin-kysely-postgres/0.4.2/interfaces/step-migration-options>

Behavior configuration for step-based migrations.

```ts
interface StepMigrationOptions
```

## Properties

### steps

```ts
readonly steps: number | undefined
```

Number of steps to apply when direction is `up` or `down`.
