Home
bloodBank
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
softDeletes
softDeletes
name
string
(100)
phone
string
(100)
email
string
(100)
password
string
(100)
date_of_birth
date
last_donation_date
date
rest_code
integer
api_token
string
(191)
blood_type_id
FK
integer
city_id
integer
timestamps
timestamps
blood_types
id
increments
softDeletes
softDeletes
name
string
(100)
timestamps
timestamps
cities
id
increments
softDeletes
softDeletes
name
string
(191)
governorate_id
FK
integer
timestamps
timestamps
governorates
id
increments
softDeletes
softDeletes
name
string
(191)
timestamps
timestamps
posts
id
increments
softDeletes
softDeletes
title
string
(255)
img
string
(225)
content
longText
category_id
integer
timestamps
timestamps
categories
id
increments
softDeletes
softDeletes
name
string
(150)
timestamps
timestamps
client_post
id
increments
softDeletes
softDeletes
cleint_id
FK
integer
post_id
FK
integer
timestamps
timestamps
donation_requests
id
increments
softDeletes
softDeletes
name
string
(191)
phone
string
(191)
hospital_name
string
(191)
hospital_address
text
patient_age
integer
blood_bags_count
smallInteger
details
text
latitude
decimal
(10,8)
longitude
decimal
(10,8)
blood_type_id
FK
integer
city_id
integer
client_id
FK
integer
timestamps
timestamps
notifications
id
increments
softDeletes
softDeletes
title
string
(191)
content
mediumText
donation_request_id
FK
integer
client_id
FK
integer
timestamps
timestamps
contacts
id
increments
softDeletes
softDeletes
name
string
(191)
email
string
(191)
phone
string
(191)
subject
string
(191)
message
text
timestamps
timestamps
settings
id
increments
softDeletes
softDeletes
site_name
string
(191)
logo
string
(191)
icon
string
(191)
email
string
(191)
descriprion
text
keywords
text
status
enum
fb
string
(191)
tw
string
(191)
ytube
string
(191)
in
string
(191)
whats_app
string
(191)
notification_settings_text
text
timestamps
timestamps
blood_type_client
id
increments
softDeletes
softDeletes
blood_type_id
FK
integer
client_id
FK
integer
timestamps
timestamps
client_governorate
id
increments
softDeletes
softDeletes
client_id
FK
integer
governorate_id
FK
integer
timestamps
timestamps
client_notification
id
increments
softDeletes
softDeletes
client_id
FK
integer
notification_id
FK
integer
is_read
tinyInteger
timestamps
timestamps
×
Comments for bloodBank
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01