Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Feb 7, 2025
1 parent ab61ba3 commit 35990d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ The key fields of the preceding JSON data are explained as follows:
| `payload.tableChanges.table.columns.jdbcType` | Number | The JDBC type of the column. |
| `payload.tableChanges.table.columns.comment` | String | The comment of the column. |
| `payload.tableChanges.table.columns.defaultValueExpression` | String | The default value of the column. |
| `payload.tableChanges.table.columns.enumValues` | String | The enumeration values of the column. The format is `[ 'e1', 'e2' ]`. |
| `payload.tableChanges.table.columns.enumValues` | String | The enumeration values of the column. The format is `['e1', 'e2']`. |
| `payload.tableChanges.table.columns.charsetName` | String | The character set of the column. |
| `payload.tableChanges.table.columns.length` | Number | The length of the column. |
| `payload.tableChanges.table.columns.scale` | Number | The scale of the column. |
Expand Down

0 comments on commit 35990d9

Please sign in to comment.