Open
Description
IIRC, roughly the workflow is the following when calling copy_dm_to()
:
- create empty tables on DB
- set keys
- insert data
I would like to copy only empty tables, to prepare a DB for later insertion of data.
The result after the call is the desired one: the tables are there and key relations are all set, but the function runs into a dbAppendTable()-call which fails.
I think even if there is another preferrable method for doing this, we could make this work.
Metadata
Metadata
Assignees
Labels
No labels