Expand description
CLI implementation for the inno schema subcommand.
Extracts table schema from SDI metadata in MySQL 8.0+ tablespaces and
reconstructs human-readable CREATE TABLE DDL. For pre-8.0 tablespaces,
provides a best-effort inference from INDEX page structure.
Structs§
- Schema
Options - Options for the
inno schemasubcommand.
Functions§
- execute
- Extract schema and reconstruct DDL from tablespace metadata.