Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 alpha SDK. For the stable version, see npm.

groupChangesByTable

groupChangesByTable(changes): Map<string, SchemaChange[]>

Defined in: schema/ast/compare.ts:390

Groups schema changes by table for easier processing.

SchemaChange[]

Array of schema changes

Map<string, SchemaChange[]>

Map of table name to changes for that table