SchemaMigrationExecutorOptions
age-schema-client / SchemaMigrationExecutorOptions
Interface: SchemaMigrationExecutorOptions
Defined in: src/schema/migration-executor.ts:139
Schema migration executor options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
vertexTablePrefix? | string | Table prefix for vertex tables Default 'v_' | src/schema/migration-executor.ts:144 |
edgeTablePrefix? | string | Table prefix for edge tables Default 'e_' | src/schema/migration-executor.ts:150 |