Migrate table from source to target
1 2 3 4 5 6 7 8 | db_migrate(
source_conn,
target_conn,
source_table,
source_schema = NULL,
target_schema = NULL,
overwrite = TRUE
)
|
source_conn |
source db connection |
target_conn |
target db connection |
source_table |
source table name |
source_schema |
source schema |
target_schema |
target schema |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.