fluxer/fluxer_devops/cassandra/migrations/20251021172928_visionary_slots_v2.cql
2026-01-01 21:05:54 +00:00

6 lines
126 B
SQL

CREATE TABLE IF NOT EXISTS fluxer.visionary_slots (
slot_index int,
user_id bigint,
PRIMARY KEY ((slot_index))
);