engine_db_tables
Check a table's columns, keys, and storage engine, or list all tables. Accepts table names with or without prefix; shows if a generated ID is required before INSERT.
Instructions
Columns, keys and storage engine of a table. Without name - the list of the tables. Accepts the real name (ms_store) or the bare one (store). A gen line means the table needs a generated id before an INSERT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| reload | No |