卡桑德拉:在 '<missing ' 处缺少 ')'

Bio*_*des 3 cql cassandra cqlsh scylla

试图创建下表:

    CREATE TABLE customTableSchema(
        id UUID PRIMARY KEY,
        table_id UUID,
        schema text,
        created_at timestamp,
        last_modified_at timestamp,
    );
Run Code Online (Sandbox Code Playgroud)

想出了这个错误:

SyntaxException: line 4:8 missing ')' at '<missing '
Run Code Online (Sandbox Code Playgroud)

Ale*_*Ott 7

schemaCassandra 查询语言中的is 保留关键字,因此您不能使用它(请参阅文档中的此表)。