mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
The grammar requires IF NOT EXISTS to appear before USING TTL, not after. The example had 'USING TTL 86400 IF NOT EXISTS' which produces a syntax error.