list_default_constraints
Retrieve default value constraints and their definitions from SQL Server databases to manage data integrity and schema documentation.
Instructions
List all default value constraints and their definitions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| schema | No | Schema name (default: dbo) | |
| tableName | No | Filter by specific table name |