db_describe_table
Get a database table's schema: column names, data types, nullability, and defaults. Use this information to write precise SQL queries and understand data structures.
Instructions
Get the schema of a table: columns, types, nullability, defaults
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name |