get_table_schema
Retrieve the complete structure and schema details of a MariaDB database table to understand its columns, data types, and constraints for database analysis or query planning.
Instructions
Get the schema/structure of a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |