CREATE TABLE node ( id integer primary key, title text, description text, pathId integer references path(id) );