diff --git a/docs/cql/ddl.rst b/docs/cql/ddl.rst index 684be564c5..db986f37c7 100644 --- a/docs/cql/ddl.rst +++ b/docs/cql/ddl.rst @@ -1017,11 +1017,11 @@ For example: CREATE TABLE customer_data ( cust_id uuid, - cust_first-name text, - cust_last-name text, + "cust_first-name" text, + "cust_last-name" text, cust_phone text, - cust_get-sms text, - PRIMARY KEY (customer_id) + "cust_get-sms" text, + PRIMARY KEY (cust_id) ) WITH cdc = { 'enabled' : 'true', 'preimage' : 'true' }; .. _cql-caching-options: