Skip to content

Commit 0aa23d7

Browse files
Regenerate README file (#218)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 281a49c commit 0aa23d7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ change primary key values.
7575

7676
[--skip-columns=<columns>]
7777
Do not perform the replacement on specific columns. Use commas to
78-
specify multiple columns.
78+
specify multiple columns. Table-qualified column names ("table.column")
79+
are supported to apply the skip to a specific table only.
7980

8081
[--include-columns=<columns>]
8182
Perform the replacement on specific columns. Use commas to
82-
specify multiple columns.
83+
specify multiple columns. Table-qualified column names ("table.column")
84+
are supported to apply the inclusion to a specific table only.
8385

8486
[--precise]
8587
Force the use of PHP (instead of SQL) for all columns. By default, the command

0 commit comments

Comments
 (0)