describe_table
Inspect a specified SQLite table's schema to find column names, data types, and constraints.
Instructions
Get the schema of a specific table including column names, types, and constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the table to describe |