db_describe
Get column details including name, type, nullable status, defaults, and constraints for database tables in PostgreSQL, MySQL, and SQLite.
Instructions
Column details for a table: name, type, nullable, default, constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | ||
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |