Framework
SchemaHistoryEntry
Interface: SchemaHistoryEntry
Schema history entry for visual diff support. Stored at: _flashcore:schema-history:{namespace} (append-only array)
Properties
| Property | Type | Description |
|---|---|---|
appliedAt | string | When this version was applied (ISO string) |
appliedBy | "auto" | "migration" | How this change was applied |
changes | SchemaChange[] | Changes applied in this version |
checksum | string | Combined checksum at this version |
migrationName? | string | Migration name if applied by migration |
version | number | Version number at this point in history |
