Diff -- drift_sense.ALERT_CURSOR

O Operator
Diff

drift_sense.ALERT_CURSOR

on local at 2026-07-11 18:25:02

Added
+6
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 0cf3f88b5187
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1CREATE TABLE `ALERT_CURSOR` (
2 `source_kind` enum('file','schema') NOT NULL,
3 `last_seen_id` bigint(20) unsigned NOT NULL DEFAULT '0',
4 `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
5 PRIMARY KEY (`source_kind`)
6) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4