Skip to content

Database Schema

Kusal Damsara edited this page Jun 15, 2025 · 1 revision

🗃️ Database Schema

This system uses a MySQL database to store all data. Key tables include:

  • patients
  • doctors
  • appointments
  • users
  • pharmacy
  • billing

Tip: Use the SQL dump file included in the repo (hospital.sql) to initialize your database.

Future versions will include ER diagrams and schema documentation.

Clone this wiki locally