System Table Support for bigdatetime and bigtime

The rs_columns, rs_datatypes, and rs_objects system tables are extended to support the replication of the bigdatetime and bigtime datatypes.

rs_columns

Column

Datatype

Description

coltype

tinyint

Datatype of the column or parameter:

  • 35 – bigdatetime

  • 36 – bigtime

rs_datatype

Column

Datatype

Description

base_coltype

tinyint

ID of base datatype for the datatype. Can be:

  • 35 – bigdatetime

  • 36 – bigtime

rs_objects

Column

Datatype

Description

attributes

int

Mask, can be one or more of the following:

  • 0x02 – replication definition has bigdatetime or bigtime columns and can be propagated only to Replication Server 15.5 or later.