jan created EMPIREDB-251:
----------------------------
Summary: Add Support for TINYINT, MEDIUMINT Integer Types for MySQL
Key: EMPIREDB-251
URL: https://issues.apache.org/jira/browse/EMPIREDB-251
Project: Empire-DB
Issue Type: Improvement
Components: CodeGenerator
Affects Versions: empire-db-2.4.5
Reporter: jan
Assignee: jan
Priority: Minor
Fix For: empire-db-2.4.6
MySQL supports the SQL standard integer types INTEGER (or INT) and SMALLINT. As
an extension to the standard, MySQL also supports the integer types TINYINT,
MEDIUMINT, and BIGINT. The following table shows the required storage and range
for each integer type.
http://dev.mysql.com/doc/refman/5.7/en/integer-types.html
BIGINT is already supported by DBDDLGenerator. Adding support for TINYINT and
MEDIUMINT to MySQLDDLGenerator would be useful.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)