Skip to content
1 min read · 58 words

Interface: VectorMigrationContext

Defined in: src/batteries/vector/migrate.ts:12

The context passed to each migration's up/down — exposes the schema builder.

Properties

PropertyTypeDescriptionDefined in
schemaVectorSchemaBuilderSchema facade for performing collection DDL within the migration.src/batteries/vector/migrate.ts:14