TABLES view and SHOW TABLES command: New columns in output

Attention

This behavior change is in the 2026_02 bundle.

For the current status of the bundle, refer to Bundle history.

When this behavior change bundle is enabled, the output of the TABLES view, in the INFORMATION SCHEMA, includes the following new column:

Column nameData typeDescription
ROW_TIMESTAMP_ONTEXT

Describes whether the table includes a row timestamp.

  • YES if the table includes row timestamp
  • NO otherwise

When this behavior change bundle is enabled, the output of the SHOW TABLES command includes the following new column:

Column nameData typeDescription
ROW_TIMESTAMPTEXT

Describes whether the table includes a row timestamp.

  • ON if the table includes row timestamp
  • OFF otherwise

Ref: 2168