Currently, changefeed logs only log the timestamp at which a schema change on a watched table occurred. We should log the table ID/name so that if the changefeed watches multiple tables, it's obvious which one had the schema change. This would be especially useful if multiple watched tables had schema changes around the same time.
Currently, changefeed logs only log the timestamp at which a schema change on a watched table occurred. We should log the table ID/name so that if the changefeed watches multiple tables, it's obvious which one had the schema change. This would be especially useful if multiple watched tables had schema changes around the same time.
Jira issue: CRDB-45171