Framework
SchemaMetadata
Interface: SchemaMetadata
Schema metadata persisted per model. Stored at: _model:{ns}::{model}:_meta
Properties
| Property | Type | Description |
|---|---|---|
checksum | string | Deterministic FNV-1a 32-bit checksum of schema structure |
fields | Record<string, FieldMetadata> | Field definitions |
migratedAt | string | Last migration timestamp (ISO string) |
migrationHistory | string[] | List of applied migration names |
relations | Record<string, RelationMetadata> | Relation definitions |
version | number | Schema version number (incremented on each change) |
