Interface: VectorMigrationContext
Defined in: src/batteries/vector/migrate.ts:12
The context passed to each migration's up/down — exposes the schema builder.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
schema | VectorSchemaBuilder | Schema facade for performing collection DDL within the migration. | src/batteries/vector/migrate.ts:14 |