detect_audit_columns
Scan MSSQL databases to identify audit trail columns like creation/modification timestamps and user tracking fields for compliance and tracking purposes.
Instructions
Identify common audit trail patterns (created/modified dates, user tracking)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| schema | No | Schema name (default: dbo) |