Expand description
Schema snapshot types for diff-based migration generation.
Dialect-resolved representations of database schemas used for
comparison. Unlike ColumnSchema
(which stores Rust type strings), snapshots store resolved
DataType values.
Structs§
- Column
Snapshot - A snapshot of a single column’s resolved schema.
- Schema
Snapshot - A snapshot of an entire database schema (multiple tables).
- Table
Snapshot - A snapshot of a single table’s resolved schema.