CREATE TABLE nodewords (
type text NOT NULL,
id text NOT NULL,
name text NOT NULL,
content text NULL,
PRIMARY KEY(type, id, name)
);

Comments

Robrecht Jacques’s picture

Status: Active » Fixed

Fixed in 4.6.

I had no way to test it, but seems pretty obvious.

Robrecht Jacques’s picture

Status: Fixed » Closed (fixed)