Home
blood-bank
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
blood_type_id
integer
city_id
integer
date_of_birth
date
name
string
email
string
phone
string
password
string
last_donation_date
date
pin_code
integer
api_token
string
(60)
timestamps
timestamps
blood_types
id
increments
name
string
timestamps
timestamps
cities
id
increments
name
string
governorate_id
integer
timestamps
timestamps
governorates
id
increments
name
string
timestamps
timestamps
posts
id
increments
category_id
integer
title
string
content
text
image
string
timestamps
timestamps
categories
id
increments
name
string
timestamps
timestamps
donation_requests
id
increments
client_id
integer
blood_type_id
integer
city_id
integer
patient_name
string
patient_phone
string
patient_age
integer
hospital_name
string
hospital_address
string
blood_cysts
integer
details
text
latitude
decimal
(10,8)
longitude
decimal
(10,8)
timestamps
timestamps
notifications
id
increments
donatoin_request_id
integer
title
string
content
text
timestamps
timestamps
contacts
id
increments
name
string
email
string
phone
string
subject
string
message
text
timestamps
timestamps
settings
id
increments
notification_text
text
about_app
text
email
string
phone
string
fb_link
string
tw_link
string
insta_link
string
youtube_link
string
timestamps
timestamps
client_post
id
increments
client_id
integer
post_id
integer
timestamps
timestamps
client_notification
id
increments
client_id
integer
notification_id
integer
is_read
boolean
timestamps
timestamps
client_governorate
id
increments
client_id
integer
governorate_id
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01