alter table customers
	add occupation_id int null;

alter table customers
	add occupation_note varchar(255) null;
