...
Failure | Solutions | Challenges |
---|---|---|
AMID conflict |
|
|
PK conflict (Single PK only for now) |
|
|
Unique conflict |
| |
FVP Unique conflict (Root entities only for now) |
| |
FK conflict |
| |
NULL conflict |
| |
Wrong type |
| |
Wrong length |
|
...
As we are only exporting the participant module and tag module for now we can ignore the other system templates for now. We need to consider the AKTOR
and TAG
entities
entities for this section and ignore AMID/PK
conflicts for all sub-entities. For the AKTOR
and TAG
entities, we should add some additional options for handling AMID/PK/Unique/FVP Unique conflicts.
...