Home
bloodbank
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
name
string
(255)
phone
string
email
string
blood_type_id
integer
last_donation_date
date
city_id
integer
pin_code
string
password
string
timestamps
timestamps
boold_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
titel
string
image
string
content
text
category_id
integer
timestamps
timestamps
client_post
id
increments
client_id
integer
post_id
string
timestamps
timestamps
donation_requests
id
increments
patient_name
string
patient_phone
string
city_id
string
hospital_name
string
blood_type_id
integer
patient_age
string
bags_num
integer
hospital_address
string
details
text
client_id
integer
longitude
decimal
(10,8)
latitude
decimal
(10,8)
timestamps
timestamps
notifications
id
increments
titel
string
content
string
donation_request_id
integer
timestamps
timestamps
client_notification
id
increments
is_read
boolean
timestamps
timestamps
settings
id
increments
timestamps
timestamps
notification_settings_text
text
about_app
string
phone
string
email
string
fb_link
string
tw_link
string
insta_link
string
contacts
id
increments
name
string
email
string
phone
string
subject
string
message
text
timestamps
timestamps
client_governorate
id
increments
client_id
integer
governorate_id
integer
timestamps
timestamps
blood_type_client
id
increments
blood_id
integer
client_id
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01