rowshape verify
verify reads a live target’s schema (read-only) and compares it to the schema a fixture declares: tables, columns, nullability, and constraints. It writes nothing. It exits 0 when reality matches intent, 1 on drift.
rowshape verify [rowshape.yaml] [flags]| Flag | Default | Description |
|---|---|---|
--against |
— | live database URL to verify (read-only) |