-- The event table holds information about the event. -- This is typically used on the main website, page titles -- etc. CREATE TABLE event ( id SERIAL PRIMARY KEY, name varchar(64) NOT NULL, description text )