forked from science-ation/science-ation
6c0e0cb0ca
Updated register_participants_emergencycontact.php to link emergency contacts directly to the users, and allow multiple emergency contacts for a single user. Added the users_id field to the emergencycontact table, allowing that direct link.
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE `emergencycontact` ADD `users_id` INT NULL DEFAULT NULL AFTER `registrations_id`;
|