View Issue Details

IDProjectCategoryView StatusLast Update
0006947SymmetricDSImprovementpublic2025-06-16 16:50
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status assignedResolutionopen 
Product Version3.16.0 
Target Version3.16.4 
Summary0006947: Map the MySQL INT UNSIGNED data type to BIGINT
DescriptionCurrently, a MySQL INT UNSIGNED data type gets mapped to an INTEGER in the XML. This can cause synchronization issues because a MySQL INT UNSIGNED has a maximum value of 3,054,835,476, while an INTEGER has a maximum value of 2,147,483,647. Map MySQL INT UNSIGNED to BIGINT instead.
Tagsdata type, ddl/schema, dialect: mysql/mariadb

Activities

Issue History

Date Modified Username Field Change
2025-06-16 16:37 emiller New Issue
2025-06-16 16:37 emiller Status new => assigned
2025-06-16 16:37 emiller Assigned To => emiller
2025-06-16 16:37 emiller Tag Attached: data type
2025-06-16 16:37 emiller Tag Attached: ddl/schema
2025-06-16 16:37 emiller Tag Attached: dialect: mysql/mariadb
2025-06-16 16:50 emiller Note Added: 0003101