alter table event_participants drop column accepted_at;
alter table event_participants
	add accepted_at timestamp default NULL null;



