Framework
formatSchemaChanges()
Function: formatSchemaChanges()
function formatSchemaChanges(changes, options): stringFormat schema changes for display.
Parameters
| Parameter | Type | Description |
|---|---|---|
changes | SchemaChange[] | List of schema changes |
options | { color: boolean; indent: string; } | Formatting options |
options.color? | boolean | - |
options.indent? | string | - |
Returns
string
Formatted string for display
