Entity
Row Format
For Row Format item, it's possible to select some of these options:
- Default
- Dynamic
- Fixed
- Compressed
- Redundant
- Compact
Properties Character Set and Collation must be identical for parent and child tables provided that at least one parent attribute is of a text data type. If the properties are not identical, a warning message is returned during model verification.
Partition tab
On the Partition Options tab, you can write SQL code to create partition. The partition will be generated in SQL code as well as in reports.
See the SQL Preview tab:
Attribute
Comments box on tab General - The text written in the Comments box on entities and attributes is generated in final DDL script.
Model Conversion from MySQL to SQL Server and Oracle
MySQL Enum data type is converted to Char data type, a check constraint for the attribute is created, the parameter is preserved (see the SQL tab of the Check Constraint Properties dialog).
Relationship
Foreign keys are supported only by tables of the InnoDB type.
Index
The following types of indexes are supported:
Fulltext indexes are supported only by tables of type MyISAM.
Trigger
Trigger Event options:
Trigger Time options:
User Data Types, Dictionary Types
In MySQL 5, User Data Types and Dictionary types are not available.
Databases
Data Types
- Implemented several Data Types with a fsp (fractional seconds precision) parameter - TIME, TIMESTAMP, DATETIME
Index
- New parameters: ALGORITHM_OPTION (DEFAULT, INPLACE, COPY), LOCK_OPTION (DEFAULT, NONE, SHARED, EXCLUSIVE)
- Support for Index Comments (tab Comment added in the Index Properties dialog)
Entities
- New parameters: STATS_AUTO_RECALC, STATS_PERSISTENT, STATS_SIMPLE_PAGES