sqlite_table_info
Inspect a SQLite table's column definitions by providing the database file path and table name.
Instructions
Return column definitions for a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | The table name to inspect. | |
| database | Yes | Path to the database file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||