get_table_structure
Retrieve the full schema of a specified SQLite table, including column names, data types, and constraints.
Instructions
Get the structure of a specified table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| db_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |