Changeset [7c3ef699d6a608a42928f7c677c2acfeb2e55cf1] by Andrew Ho
July 7th, 2009 @ 09:40 PM
Explicitly informed CakePHP about a non-conventional (in terms of name standards) foreign key constraint
This was the CakePHP equivalent of:
ALTER TABLE patients
ADD CONSTRAINT patients_vf_testing_site_fkey
FOREIGN KEY (vf_testing_site)
REFERENCES vf_testing_sites(site_code);
Committed by Andrew Ho
- M www/app/models/patient.php
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A basic HIV Electronic Medical Record (EMR) system using CakePHP.