|
Change Attribute Type CONSTRAINT_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.TableConstraints |
From |
To |
|
Change Attribute Type TABLE_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type CONSTRAINT_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.TableConstraints |
From |
To |
|
Change Attribute Type TABLE_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type COLUMN_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLUMN_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type UNIQUE_CONSTRAINT_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to UNIQUE_CONSTRAINT_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type DATA_FREE : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to DATA_FREE : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type COLUMN_DEFAULT : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLUMN_DEFAULT : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type ORDINAL_POSITION : TableField<org.jooq.Record,java.lang.Integer> to ORDINAL_POSITION : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type TABLE_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type DEFAULT_CHARACTER_SET_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to DEFAULT_CHARACTER_SET_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Schemata |
From |
To |
|
Change Attribute Type TABLES : org.jooq.util.mysql.information_schema.tables.Tables to TABLES : Tables in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type NUMERIC_PRECISION : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to NUMERIC_PRECISION : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type CHARACTER_OCTET_LENGTH : TableField<org.jooq.Record,java.lang.Integer> to CHARACTER_OCTET_LENGTH : TableField<Record,Long> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type TABLE_CONSTRAINTS : org.jooq.util.mysql.information_schema.tables.TableConstraints to TABLE_CONSTRAINTS : TableConstraints in class org.jooq.util.mysql.information_schema.Tables |
From |
To |
|
Change Attribute Type TABLE_COLLATION : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_COLLATION : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type PACKED : TableField<org.jooq.Record,java.lang.String> to PACKED : TableField<Record,byte[]> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type INDEX_COMMENT : org.jooq.TableField<org.jooq.Record,java.lang.String> to INDEX_COMMENT : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type TABLE_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type TABLE_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type REFERENTIAL_CONSTRAINTS : org.jooq.util.mysql.information_schema.tables.ReferentialConstraints to REFERENTIAL_CONSTRAINTS : ReferentialConstraints in class org.jooq.util.mysql.information_schema.Tables |
From |
To |
|
Change Attribute Type DELETE_RULE : org.jooq.TableField<org.jooq.Record,java.lang.String> to DELETE_RULE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type TABLE_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type COLUMNS : org.jooq.util.mysql.information_schema.tables.Columns to COLUMNS : Columns in class org.jooq.util.mysql.information_schema.Tables |
From |
To |
|
Change Attribute Type REFERENCED_TABLE_SCHEMA : TableField<org.jooq.Record,java.lang.String> to REFERENCED_TABLE_SCHEMA : TableField<Record,byte[]> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type TABLE_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.TableConstraints |
From |
To |
|
Change Attribute Type CHARACTER_OCTET_LENGTH : TableField<org.jooq.Record,org.jooq.types.ULong> to CHARACTER_OCTET_LENGTH : TableField<Record,Long> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type TABLE_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type UNIQUE_CONSTRAINT_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to UNIQUE_CONSTRAINT_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type UPDATE_TIME : org.jooq.TableField<org.jooq.Record,java.sql.Timestamp> to UPDATE_TIME : TableField<Record,Timestamp> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type MATCH_OPTION : org.jooq.TableField<org.jooq.Record,java.lang.String> to MATCH_OPTION : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type UNIQUE_CONSTRAINT_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to UNIQUE_CONSTRAINT_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type TABLE_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type KEY_COLUMN_USAGE : org.jooq.util.mysql.information_schema.tables.KeyColumnUsage to KEY_COLUMN_USAGE : KeyColumnUsage in class org.jooq.util.mysql.information_schema.Tables |
From |
To |
|
Change Attribute Type NUMERIC_PRECISION : TableField<org.jooq.Record,java.lang.Integer> to NUMERIC_PRECISION : TableField<Record,UInteger> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type TABLE_ROWS : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to TABLE_ROWS : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type SPECIFIC_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to SPECIFIC_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type CONSTRAINT_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type COLLATION : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLLATION : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type DATA_TYPE : org.jooq.TableField<org.jooq.Record,java.lang.String> to DATA_TYPE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type NUMERIC_SCALE : TableField<org.jooq.Record,java.lang.Integer> to NUMERIC_SCALE : TableField<Record,Long> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type SPECIFIC_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to SPECIFIC_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type CHECKSUM : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to CHECKSUM : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type REFERENTIAL_CONSTRAINTS : org.jooq.util.mysql.information_schema.tables.ReferentialConstraints to REFERENTIAL_CONSTRAINTS : ReferentialConstraints in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type CONSTRAINT_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type ROW_FORMAT : org.jooq.TableField<org.jooq.Record,java.lang.String> to ROW_FORMAT : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type EXTRA : org.jooq.TableField<org.jooq.Record,java.lang.String> to EXTRA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type CONSTRAINT_TYPE : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_TYPE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.TableConstraints |
From |
To |
|
Change Attribute Type NUMERIC_SCALE : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to NUMERIC_SCALE : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type COLUMNS : org.jooq.util.mysql.information_schema.tables.Columns to COLUMNS : Columns in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type TABLE_TYPE : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_TYPE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type INDEX_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to INDEX_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type STATISTICS : org.jooq.util.mysql.information_schema.tables.Statistics to STATISTICS : Statistics in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type CONSTRAINT_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type AVG_ROW_LENGTH : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to AVG_ROW_LENGTH : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type CHARACTER_MAXIMUM_LENGTH : TableField<org.jooq.Record,java.lang.Integer> to CHARACTER_MAXIMUM_LENGTH : TableField<Record,Long> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type INDEX_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to INDEX_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type CONSTRAINT_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type REFERENCED_COLUMN_NAME : TableField<org.jooq.Record,java.lang.String> to REFERENCED_COLUMN_NAME : TableField<Record,byte[]> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type SPECIFIC_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to SPECIFIC_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type CATALOG_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to CATALOG_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Schemata |
From |
To |
|
Change Attribute Type COMMENT : org.jooq.TableField<org.jooq.Record,java.lang.String> to COMMENT : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type CHECK_TIME : org.jooq.TableField<org.jooq.Record,java.sql.Timestamp> to CHECK_TIME : TableField<Record,Timestamp> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type POSITION_IN_UNIQUE_CONSTRAINT : TableField<org.jooq.Record,java.lang.Long> to POSITION_IN_UNIQUE_CONSTRAINT : TableField<Record,byte[]> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type COLUMN_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLUMN_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type TABLE_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type INDEX_TYPE : org.jooq.TableField<org.jooq.Record,java.lang.String> to INDEX_TYPE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type COLUMN_KEY : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLUMN_KEY : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type CONSTRAINT_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.TableConstraints |
From |
To |
|
Change Attribute Type ENGINE : org.jooq.TableField<org.jooq.Record,java.lang.String> to ENGINE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type COLUMN_TYPE : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLUMN_TYPE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type PARAMETERS : org.jooq.util.mysql.information_schema.tables.Parameters to PARAMETERS : Parameters in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type KEY_COLUMN_USAGE : org.jooq.util.mysql.information_schema.tables.KeyColumnUsage to KEY_COLUMN_USAGE : KeyColumnUsage in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type CARDINALITY : TableField<org.jooq.Record,java.lang.Long> to CARDINALITY : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type TABLE_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.TableConstraints |
From |
To |
|
Change Attribute Type PARAMETER_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to PARAMETER_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type COLUMN_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLUMN_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type CONSTRAINT_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type MAX_DATA_LENGTH : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to MAX_DATA_LENGTH : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type REFERENCED_TABLE_NAME : TableField<org.jooq.Record,java.lang.String> to REFERENCED_TABLE_NAME : TableField<Record,byte[]> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type DATA_LENGTH : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to DATA_LENGTH : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type PARAMETER_MODE : org.jooq.TableField<org.jooq.Record,java.lang.String> to PARAMETER_MODE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type TABLE_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type CREATE_OPTIONS : org.jooq.TableField<org.jooq.Record,java.lang.String> to CREATE_OPTIONS : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type NON_UNIQUE : TableField<org.jooq.Record,java.lang.Long> to NON_UNIQUE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type SCHEMATA : org.jooq.util.mysql.information_schema.tables.Schemata to SCHEMATA : Schemata in class org.jooq.util.mysql.information_schema.tables.Schemata |
From |
To |
|
Change Attribute Type IS_NULLABLE : org.jooq.TableField<org.jooq.Record,java.lang.String> to IS_NULLABLE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type NULLABLE : org.jooq.TableField<org.jooq.Record,java.lang.String> to NULLABLE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type REFERENCED_TABLE_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to REFERENCED_TABLE_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type DATA_TYPE : org.jooq.TableField<org.jooq.Record,java.lang.String> to DATA_TYPE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type TABLE_SCHEMA : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_SCHEMA : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type SUB_PART : org.jooq.TableField<org.jooq.Record,java.lang.Long> to SUB_PART : TableField<Record,Long> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type TABLE_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type INDEX_LENGTH : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to INDEX_LENGTH : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type TABLE_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type ROUTINE_TYPE : org.jooq.TableField<org.jooq.Record,java.lang.String> to ROUTINE_TYPE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type SQL_PATH : TableField<org.jooq.Record,java.lang.String> to SQL_PATH : TableField<Record,byte[]> in class org.jooq.util.mysql.information_schema.tables.Schemata |
From |
To |
|
Change Attribute Type CREATE_TIME : org.jooq.TableField<org.jooq.Record,java.sql.Timestamp> to CREATE_TIME : TableField<Record,Timestamp> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type DTD_IDENTIFIER : org.jooq.TableField<org.jooq.Record,java.lang.String> to DTD_IDENTIFIER : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type STATISTICS : org.jooq.util.mysql.information_schema.tables.Statistics to STATISTICS : Statistics in class org.jooq.util.mysql.information_schema.Tables |
From |
To |
|
Change Attribute Type VERSION : TableField<org.jooq.Record,org.jooq.types.ULong> to VERSION : TableField<Record,Integer> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type COLLATION_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLLATION_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type CHARACTER_MAXIMUM_LENGTH : TableField<org.jooq.Record,org.jooq.types.ULong> to CHARACTER_MAXIMUM_LENGTH : TableField<Record,Long> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type COLUMN_COMMENT : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLUMN_COMMENT : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type CHARACTER_SET_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to CHARACTER_SET_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type AUTO_INCREMENT : org.jooq.TableField<org.jooq.Record,org.jooq.types.ULong> to AUTO_INCREMENT : TableField<Record,ULong> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type ORDINAL_POSITION : TableField<org.jooq.Record,java.lang.Long> to ORDINAL_POSITION : TableField<Record,UInteger> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |
|
Change Attribute Type COLLATION_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to COLLATION_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type TABLE_COMMENT : org.jooq.TableField<org.jooq.Record,java.lang.String> to TABLE_COMMENT : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Tables |
From |
To |
|
Change Attribute Type CHARACTER_SET_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to CHARACTER_SET_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Parameters |
From |
To |
|
Change Attribute Type UPDATE_RULE : org.jooq.TableField<org.jooq.Record,java.lang.String> to UPDATE_RULE : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.ReferentialConstraints |
From |
To |
|
Change Attribute Type TABLE_CONSTRAINTS : org.jooq.util.mysql.information_schema.tables.TableConstraints to TABLE_CONSTRAINTS : TableConstraints in class org.jooq.util.mysql.information_schema.tables.TableConstraints |
From |
To |
|
Change Attribute Type PARAMETERS : org.jooq.util.mysql.information_schema.tables.Parameters to PARAMETERS : Parameters in class org.jooq.util.mysql.information_schema.Tables |
From |
To |
|
Change Attribute Type SCHEMA_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to SCHEMA_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Schemata |
From |
To |
|
Change Attribute Type SCHEMATA : org.jooq.util.mysql.information_schema.tables.Schemata to SCHEMATA : Schemata in class org.jooq.util.mysql.information_schema.Tables |
From |
To |
|
Change Attribute Type SEQ_IN_INDEX : TableField<org.jooq.Record,java.lang.Long> to SEQ_IN_INDEX : TableField<Record,UInteger> in class org.jooq.util.mysql.information_schema.tables.Statistics |
From |
To |
|
Change Attribute Type ORDINAL_POSITION : TableField<org.jooq.Record,org.jooq.types.ULong> to ORDINAL_POSITION : TableField<Record,UInteger> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type PRIVILEGES : org.jooq.TableField<org.jooq.Record,java.lang.String> to PRIVILEGES : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Columns |
From |
To |
|
Change Attribute Type DEFAULT_COLLATION_NAME : org.jooq.TableField<org.jooq.Record,java.lang.String> to DEFAULT_COLLATION_NAME : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.Schemata |
From |
To |
|
Change Attribute Type CONSTRAINT_CATALOG : org.jooq.TableField<org.jooq.Record,java.lang.String> to CONSTRAINT_CATALOG : TableField<Record,String> in class org.jooq.util.mysql.information_schema.tables.KeyColumnUsage |
From |
To |