...
Code Block |
---|
[ { "type": "dbTableName", "on": "from_table_name", "with": "to_table_name" }, { "type": "dbPath", "on": ["from_path_element"], "with": ["to_path_element"] }, ] |
Type | Description | ||
---|---|---|---|
dbTableName | Replaces the name of the table in the source ( | ||
dbPath | Replaces the path to the database in the source (
|
...