Replication Server 15.0 unsigned datatype mapping

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.

Table 2-3: Unsigned integer replication definition datatype mapping

Replication Server 15.0 unsigned datatypes

Replication definition datatypes

unsigned bigint

NUMERIC (20)

unsigned int

NUMERIC (10)

unsigned smallint

INT

unsigned tinyint

TINYINT