Closed razzius closed 4 years ago
SQL diff
alter table hospital_affiliation_option add column date_created TIMESTAMP default now(); alter table professional_interest_option add column date_created TIMESTAMP default now(); alter table clinical_specialty_option add column date_created TIMESTAMP default now(); alter table parts_of_me_option add column date_created TIMESTAMP default now(); alter table activity_option add column date_created TIMESTAMP default now(); alter table degree_option add column date_created TIMESTAMP default now(); alter table degree_option drop column public;
SQL diff