-- migrate:up CREATE TABLE PathNode ( id integer primary key, title text, description text ); -- migrate:down -- DROP TABLE PathNode;