CREATE TABLE IF NOT EXISTS libraries( id serial PRIMARY KEY, enable boolean NOT NULL, name VARCHAR (50) NOT NULL, path VARCHAR (500) NOT NULL );