卡桑德拉:在'<missing'处缺少')'
试图创建下表:
CREATE TABLE customTableSchema(
id UUID PRIMARY KEY,
table_id UUID,
schema text,
created_at timestamp,
last_modified_at timestamp,
);
想出了这个错误:
SyntaxException: line 4:8 missing ')' at '<missing '
回答
schemaCassandra 查询语言中的is 保留关键字,因此您不能使用它(请参阅文档中的此表)。