-- migrate:up create table NodeExercise ( id integer primary key, ex_type text, content text ); -- migrate:down -- DROP TABLE NodeExercise;