mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +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.