LogoRobo.js
Framework

SchemaMetadata

Interface: SchemaMetadata

Schema metadata persisted per model. Stored at: _model:{ns}::{model}:_meta

Properties

PropertyTypeDescription
checksumstringDeterministic FNV-1a 32-bit checksum of schema structure
fieldsRecord<string, FieldMetadata>Field definitions
migratedAtstringLast migration timestamp (ISO string)
migrationHistorystring[]List of applied migration names
relationsRecord<string, RelationMetadata>Relation definitions
versionnumberSchema version number (incremented on each change)

On this page