Home
blood-bank
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
name
string
email
string
date_of_birth
date
blood_type_id
FK
integer
city_id
FK
integer
last_donation_date
date
phone
string
password
string
pin_code
mediumInteger
timestamps
timestamps
blood_types
id
increments
name
string
timestamps
timestamps
governorates
id
increments
name
string
timestamps
timestamps
cities
id
increments
name
string
governorate_id
FK
integer
timestamps
timestamps
posts
id
increments
title
string
image
string
content
text
category_id
FK
integer
timestamps
timestamps
categories
id
increments
name
string
timestamps
timestamps
donation_requests
id
increments
patient_name
string
patient_age
smallInteger
blood_type_id
FK
integer
bags_num
smallInteger
hospital_name
string
latitude
decimal
(10,8)
longitude
decimal
(10,8)
city_id
FK
integer
patient_phone
string
notes
text
client_id
FK
integer
timestamps
timestamps
notifications
id
increments
title
string
content
text
donation_request_id
FK
integer
timestamps
timestamps
settings
id
increments
notification_setting
string
text
text
about_app
text
phone
string
email
string
fb_url
string
tw_url
string
insta_url
string
you_tube_url
string
timestamps
timestamps
messages
id
increments
title
string
content
text
client_id
FK
integer
timestamps
timestamps
client_post
id
increments
client_id
FK
integer
post_id
FK
integer
timestamps
timestamps
client_notification
id
increments
client_id
FK
integer
notification_id
FK
integer
is_read
boolean
timestamps
timestamps
client_governorate
id
increments
client_id
FK
integer
governorate_id
FK
integer
timestamps
timestamps
blood_type_client
id
increments
blood_type_id
FK
integer
client_id
FK
integer
timestamps
timestamps
×
Comments for blood-bank
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01