Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion migrate-with-more-columns-downstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In such cases, you can use the `binlog-schema` command to set a table schema for

|Parameter |Description|
|:-- |:---|
|`-master-addr` |Specifies `${advertise-addr}` of any DM-master node in the cluster where dmctl is to be connected. `${advertise-addr}` indicates the address that DM-master advertises to the outside world.|
|`--master-addr` |Specifies `${advertise-addr}` of any DM-master node in the cluster where dmctl is to be connected. `${advertise-addr}` indicates the address that DM-master advertises to the outside world.|
|`binlog-schema set`| Manually set the schema information.|
|`-s` | Specifies the source. `${source-id}` indicates the source ID of MySQL data.|
|`${task-name}`| Specifies the name of the migration task defined in the `task.yaml` configuration file of the data migration task.|
Expand Down