CREATE TABLE nodewords (
type text NOT NULL,
id text NOT NULL,
name text NOT NULL,
content text NULL,
PRIMARY KEY(type, id, name)
);
CREATE TABLE nodewords (
type text NOT NULL,
id text NOT NULL,
name text NOT NULL,
content text NULL,
PRIMARY KEY(type, id, name)
);
Comments
Comment #1
Robrecht Jacques commentedFixed in 4.6.
I had no way to test it, but seems pretty obvious.
Comment #2
Robrecht Jacques commented