This database schema supports the W34P Foundation’s K9 search and rescue registration system, allowing handlers to register their certified K9 teams for emergency response operations.
handlersStores information about K9 handlers/owners including contact details, experience, and organization type.
k9_dogsContains detailed information about each registered K9 including breed, specialization, and training details.
k9_health_recordsTracks health information, vaccination records, and veterinary details for each K9.
k9_photosStores K9 photos with file management information.
handler_certificationsManages uploaded certification documents for handlers.
registration_submissionsTracks form submissions and processing status.
file_uploadsComprehensive file upload tracking with integrity checking.
audit_logMaintains audit trail of all database changes.
admin_usersSystem administrators and reviewers.
k9_registration_schema.sql on your MySQL/MariaDB serveractive_k9_teams: Shows all approved and active K9 teamsregistration_summary: Daily registration statisticsinsert_k9_team(): Safely insert new handler recordsFor technical questions about the database schema, contact the development team.