information_schema.tables.update_time

mysql

type: DATETIME NULL
5.7-8

mariadb

type: NULL
Note:
Time the table was last updated. On Windows, the timestamp is not updated on update, so MyISAM values will be inaccurate. In InnoDB, if shared tablespaces are used, will be NULL, while buffering can also delay the update, so the value will differ from the actual time of the last UPDATE, INSERT or DELETE.
© 2022 MariaDB
5.1-10.8

tidb

type: DATETIME NULL
Note:
The time at which the table is updated.
© 2022 PingCAP
4-6.1

postgres

cockroachdb

mssql