get_schema
Retrieve column schema for a database table, including column names, data types, nullability, and constraints. Understand table structure quickly.
Instructions
Get the column schema for a specific database table, including column names, data types, nullability, and constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to inspect |