For Replication Server 15.0, unsigned datatypes are supported and can be specified in the replication definitions.
For versions of Replication Server earlier than 15.0, these datatypes cannot be specified, and Table 2-3 identifies the replication definition datatypes that should be used.
Replication Server 15.0 unsigned datatypes |
Replication definition datatypes |
---|---|
unsigned bigint |
NUMERIC (20) |
unsigned int |
NUMERIC (10) |
unsigned smallint |
INT |
unsigned tinyint |
TINYINT |