event_push_summary_stream_ordering
1 row
This data as json, CSV (advanced)
| Link | rowid ▼ | Lock | stream_ordering |
|---|---|---|---|
| 1 | 1 | X | 19773 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE event_push_summary_stream_ordering ( Lock CHAR(1) NOT NULL DEFAULT 'X' UNIQUE, stream_ordering BIGINT NOT NULL, CHECK (Lock='X') );