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.

schemasAreEqual

schemasAreEqual(source, target): boolean

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

Checks if two schemas are identical (no changes).

SchemaAST

First schema

SchemaAST

Second schema

boolean

true if schemas are semantically identical