Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Failure

Solutions

Challenges

AMID conflict

  • Regenarate

  • Replace all objectReference

PK conflict (Single PK only for now)

  • Regenaret if UUID

  • Regenarate if FVP

  • Input from the user

  • Replace all FK

  • How to handle composite PK?

Unique conflict

  • Regenarate if UUIDRegenarate if FVP

  • Input from the user

  • Set null if nullable

FVP Unique conflict (Root entities only for now)

  • Regenarate if FVP

  • Input from the user

  • Set null if nullable

FK conflict

  • Set null if nullable

NULL conflict

  • Regenarate if UUID

  • Regenarate if FVP and root

  • Input from the user

Wrong type

  • Regenarate if UUID

  • Regenarate if FVP and root

  • Input from the user

  • Set null if nullable

Wrong length

  • Input from the user

  • Trim extra

  • Set null if nullable

...