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