Home
Blod Bank
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
states
id
increments
timestamps
timestamps
name
string
(255)
code
string
(255)
cities
id
increments
timestamps
timestamps
name
string
(255)
state_id
FK
bigInteger
blood_types
id
increments
timestamps
timestamps
name
string
(255)
clients
id
increments
timestamps
timestamps
name
string
(255)
email
string
(255)
phone
string
(255)
password
string
(255)
city_id
FK
bigInteger
birth_date
date
last_donate_date
date
blood_type_id
FK
bigInteger
pin_code
string
(255)
donations
id
increments
timestamps
timestamps
name
string
(255)
age
integer
blood_type_id
FK
bigInteger
city_id
FK
bigInteger
phone
string
(255)
description
text
hospital_adress
string
(255)
num_bags
integer
client_id
FK
bigInteger
latitude
decimal
(10,8)
longitude
decimal
(10,8)
articles
id
increments
timestamps
timestamps
title
string
(255)
description
text
image
string
(255)
client_favourites
id
increments
timestamps
timestamps
client_id
FK
bigInteger
article_id
FK
bigInteger
notifications
id
integer
timestamps
timestamps
title
string
(255)
description
text
donation_id
bigInteger
contacts
id
increments
timestamps
timestamps
phone
string
(255)
email
string
(255)
title
string
(255)
description
text
settings
id
increments
timestamps
timestamps
name
string
(255)
logo
string
(255)
email
string
(255)
phone
string
(255)
description
text
adress
string
(255)
facebook_link
string
(255)
twitter_link
string
(255)
youtube_link
string
(255)
hero_pages
id
increments
timestamps
timestamps
image
string
(255)
des
text
title
string
(255)
client_notifications
id
increments
timestamps
timestamps
client_id
FK
bigInteger
read_at
timestamp
notification_id
FK
bigInteger
client_blood_types
id
increments
timestamps
timestamps
blood_type_id
FK
bigInteger
client_id
FK
bigInteger
client_states
id
increments
timestamps
timestamps
state_id
FK
bigInteger
client_id
FK
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01