Home
ipmedt4
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
patients
id
increments
first_name
string
last_name
string
patient_number
integer
band_number
integer
triage_id
FK
integer
status_id
FK
integer
checked_in_at
timestamp
treated_at
timestamp
checked_out_at
timestamp
timestamps
timestamps
users
id
increments
employee_number
integer
first_name
string
last_name
string
email
string
password
string
timestamps
timestamps
statusses
id
increments
name
string
slug
string
timestamps
timestamps
triages
id
increments
name
string
urgency
string
description
text
max_waiting_time
time
slug
string
timestamps
timestamps
triages_comparison
id
increments
triage_a_id
FK
integer
triage_b_id
FK
integer
description
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01