Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ALTER TABLE yoga_test.patient_info CHANGE user_name patient_initials varchar(255 ); ALTER TABLE yoga_test.patient_info DROP device_mac_address; ALTER TABLE yoga_test.

patient_info CHANGE facetime_email facetime_email varchar( 200); ALTER TABLE yoga_test.patient_info DROP FOREIGN KEY patient_info_ibfk_1; ALTER TABLE yoga_test.patient_info CHANGE therapist1_id therapist_id mediumint(8 ) unsigned not null; ALTER TABLE yoga_test.patient_info ADD CONSTRAINT FK_patient_therapist FOREIGN KEY patient_info(therapist_id) references thera pist_info(therapist_id); ALTER TABLE yoga_test.patient_info DROP FOREIGN KEY patient_info_ibfk_2; ALTER TABLE yoga_test.patient_info DROP therapist2_id; ALTER TABLE yoga_test.patient_info tient_initials; ALTER TABLE yoga_test.patient_info ALTER TABLE yoga_test.patient_info ALTER TABLE yoga_test.patient_info ALTER TABLE yoga_test.patient_info ADD trial_no varchar(7) default null AFTER pa ADD ADD ADD ADD site text AFTER iPad_number; initial text AFTER site; three_month text AFTER initial; six_month text AFTER three_month;

You might also like