TABLES view and SHOW TABLES command: New columns in output (Preview)¶
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 name |
Data type |
Description |
|---|---|---|
ROW_TIMESTAMP_ON |
TEXT |
Describes whether the table includes a row timestamp.
|
When this behavior change bundle is enabled, the output of the SHOW TABLES command includes the following new column:
Column name |
Data type |
Description |
|---|---|---|
ROW_TIMESTAMP |
TEXT |
Describes whether the table includes a row timestamp.
|
Ref: 2168