userver
C++ Async Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
samples/ydb_service/ydb/migrations/0001_orders.sql
-- +goose Up
CREATE
TABLE
events (
id String,
name Utf8,
service String,
channel Int64,
created
Timestamp
,
state Json,
INDEX sample_index
GLOBAL
ON
(service, channel, created),
PRIMARY
KEY(id, name)
);
Generated on
for userver by
Doxygen
1.17.0