Versions Compared

Key

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

...

  • UUID (char(24) )
  • Version ( integer - to be used for optimistic locking)
  • PolicyHolderUUID (fk policyHolder)
  • InsureeUUID (fk Insuree)
  • ContributionPlanBundleUUID (fk_contributionPlanBundle)
  • LastPolicyUUID (fk Policy)
  • Json_ext (json)
  • DateCreated (date)
  • DateUpdated (date)
  • UserUpdatedUUID (fk users)
  • UserCreatedUUID (fk users)

...

PolicyHolderContributionPlanBundle

  • UUID (char(24) )
  • Version (integer - to be used for optimistic locking)
  • ContributionPlanBundleUUID (fk_contributionPlanBundle)
  • PolicyHolderUUID (fk policyHolder)
  • Json_ext (json)
  • DateCreated (date)
  • DateUpdated (date)
  • UserUpdatedUUID (fk users)
  • UserCreatedUUID (fk users)
  • Active (bool)
  • DateValidFrom (date)
  • DateValidTo (date)

...