create table if not exists boards ( id serial primary key, b_name text, b_link text, b_description text );