Friday 16 November 2018

Synchronise Data Structure

A new feature in Studio Developer is the Synchronise Data Structure function. This shows any discrepancies between the data model and the data structure.

The tool checks the following objects to ensure that they have been specialized for the selected DBMS.

Table

  • Table has an identifier
  • Lists unimplemented attributes and relationships

Column

  • Column format and length are consistent with the attribute properties and model preferences

FK Constraint

  • Delete rule is consistent with relationship properties
  • RI rules that should be Gen/DBMS enforced are defined as such

Index

  • Primary Index columns are consistent with the Entity Type Primary Identifier


No comments: