CREATE TABLE IF NOT EXISTS visitors ( id SERIAL PRIMARY KEY, created_at TIMESTAMP NOT NULL DEFAULT NOW() );