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. Table 1-3 identifies the replication definition datatypes that should be used.

Table 1-3: Unsigned integer replication definition datatype mapping

RepServer 15.0 unsigned datatypes

Replication definition datatypes

unsigned bigint

NUMERIC (20)

unsigned int

NUMERIC (10)

unsigned smallint

INT

unsigned tinyint

TINYINT