ALTER TABLE reservations ALTER COLUMN user_id DROP NOT NULL, ALTER COLUMN entered_name DROP NOT NULL, ALTER COLUMN event_id DROP NOT NULL;