Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Database Schema

Ariel Vallese edited this page Nov 26, 2015 · 3 revisions

Database Schema

For comprehension purpose the simplified Entity Relationship Diagram is provided:

Simplified Schema ERD

Remember that you can locate the schema definition in the migrations directory

Update

A foreign key appointments.vacancy_id referring to vacancy.id was added in order to know the published availability that holds certain appointments.

Clone this wiki locally