ALTER TABLE `user_profile` ADD `expandProjectDetails` tinyint(1) NOT NULL;
ALTER TABLE project ADD `stateOfMindReason` varchar(255) DEFAULT NULL;