Home
blood_bank
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
timestamps
timestamps
phone
string
email
string
blood_type_id
FK
integer
name
string
password
string
d_o_b
date
last_donation_date
date
city_id
FK
integer
pin_code
integer
api_token
string
(60)
blood_types
id
increments
timestamps
timestamps
name
string
cities
id
increments
timestamps
timestamps
name
string
governorate_id
FK
integer
governorates
id
increments
timestamps
timestamps
name
string
posts
id
increments
timestamps
timestamps
title
string
image
string
content
text
category_id
FK
integer
categories
id
increments
timestamps
timestamps
name
string
client_post
id
increments
timestamps
timestamps
client_id
FK
integer
post_id
FK
integer
donation_requests
id
increments
timestamps
timestamps
name
string
hospital_name
string
phone
string
city_id
FK
integer
blood_type_id
FK
integer
age
smallInteger
bags_num
integer
hospital_address
string
details
string
client_id
FK
integer
longitude
decimal
(10,8)
latitude
decimal
(10,8)
notifications
id
increments
timestamps
timestamps
title
string
content
string
donation_request_id
FK
integer
client_notification
id
increments
timestamps
timestamps
is_read
boolean
client_id
FK
integer
notification_id
FK
integer
settings
id
increments
timestamps
timestamps
about_app
text
phone
string
notification_setting_detail
text
email
string
fb_link
string
tw_link
string
insta_link
string
youtube_link
string
blood_type_client
id
increments
timestamps
timestamps
blood_type_id
FK
integer
client_id
FK
integer
client_governorate
id
increments
timestamps
timestamps
client_id
FK
integer
governorate_id
FK
integer
contacts
id
increments
timestamps
timestamps
phone
string
email
string
subject
text
message
text
×
Comments for blood_bank
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01