describe
Get the column structure of a SQLite table using PRAGMA table_info. Input the table name to retrieve data types and column info.
Instructions
Describe the structure of a SQLite table (PRAGMA table_info).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |