2 ADD begdate date DEFAULT NULL,
3 ADD enddate date DEFAULT NULL,
4 ADD occurrence int(11) DEFAULT 0,
5 ADD referredby varchar(255) DEFAULT NULL,
6 ADD extrainfo varchar(255) DEFAULT NULL;
8 ALTER TABLE patient_data
9 ADD squad int(11) NOT NULL DEFAULT 0,
10 ADD fitness int(11) NOT NULL DEFAULT 0;