# StepMigrationOptions

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

<https://docs.seedcord.org/packages/plugin-kysely-postgres/0.1.4/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`.
