For Replication Server 15.0 and later, 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.
RepServer 15.0 unsigned datatypes |
Replication definition datatypes |
---|---|
unsigned bigint |
NUMERIC (20) |
unsigned int |
NUMERIC (10) |
unsigned smallint |
INT |
unsigned tinyint |
TINYINT |