MySQL Support Summary

The following list summarizes objects supported under MySQL v8.x. To create any of these objects and define their properties, refer to the Defining MySQL Objects section.

The following table lists the supported data types:

Numeric

String Literals

Date and Time

Other

  • TINYINT
  • SMALLINT
  • MEDIUMINT
  • INT, INTEGER
  • BIGINT
  • DECIMAL, DEC, NUMERIC, FIXED
  • FLOAT
  • DOUBLE, DOUBLE PRECISION, REAL
  • BIT
  • CHAR
  • VARCHAR
  • BINARY
  • CHAR BYTE
  • VARBINARY

  • TINYBLOB

  • BLOB

  • BLOB and TEXT Data Types

  • MEDIUMBLOB

  • LONGBLOB

  • TINYTEXT

  • TEXT

  • MEDIUMTEXT

  • LONGTEXT

  • JSON Data Type

  • ENUM

  • Set Data Type

  • DATE
  • TIME
  • DATETIME
  • TIMESTAMP
  • YEAR
  • Geometry Type
  • POINT
  • LINESTRING
  • POLYGON
  • MULTIPOINT
  • MULTILINESTRING
  • MULTIPOLYGON
  • GEOMETRYCOLLECTION
  • GEOMETRY

Refer to MySQL database documentation for detailed information on specific MySQL objects and properties. erwin® Data Modeler documentation for the property editors provides brief descriptions of the controls on each dialog box and tab, which you can use as a point of reference while working with database design features.
As a best practice, use the MySQL ANSI ODBC driver for Reverse Engineering from Database (REDB) while using erwin® Data Modeler.
Ensure that you use MySQL v8.x.
Use MySQL certified version 8.0.23 for Amazon Aurora.
MySQL 5.x support has been deprecated .

Defining MySQL Objects

Follow these steps to create Snowflake objects and define their properties:

  1. In the Model Explorer, right-click the required object and click New.

    An instance of the object is created.
  2. Right-click the newly created instance and click Properties.

    The object's property editor opens.
  3. Set the values of all the required properties.
    For information on properties, refer to the corresponding object's property page from the above list.
  4. Click Close.
    The object is created and the required properties are set.