database show
Print the live database schema as human-readable text, read directly from the database through the configured
provider. This is the online counterpart to state show: where that reads
the recorded snapshot offline, database show introspects the live database itself, which is useful for seeing the real current
schema, or for diffing it against state show.
nschema database shownschema database show --scope app # limit to a schema or an objectOptions
Section titled “Options”-s,--scope <address>— limit the output to a schema (app) or a single object (app.orders). May be repeated.