We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281a49c commit 0aa23d7Copy full SHA for 0aa23d7
1 file changed
README.md
@@ -75,11 +75,13 @@ change primary key values.
75
76
[--skip-columns=<columns>]
77
Do not perform the replacement on specific columns. Use commas to
78
- specify multiple columns.
+ specify multiple columns. Table-qualified column names ("table.column")
79
+ are supported to apply the skip to a specific table only.
80
81
[--include-columns=<columns>]
82
Perform the replacement on specific columns. Use commas to
83
84
+ are supported to apply the inclusion to a specific table only.
85
86
[--precise]
87
Force the use of PHP (instead of SQL) for all columns. By default, the command
0 commit comments