get_table_columns
Get detailed column information, including names, types, and nullability, for any table in a SQL Server database. Provide database and table name to retrieve the schema.
Instructions
Get detailed column information for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name | |
| table | Yes | Table name (can include schema) |