Home
dashboard
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
customers
id
increments
first_name
string
last_name
string
email
string
phone_number
string
gender
enum
image
string
products
id
increments
product_name
string
brand
string
price
integer
nogotiable
boolean
descriptions
string
image
string
invoices
id
increments
date
date
address
string
sub_total
decimal
discount
decimal
total
decimal
customer_id
FK
bigInteger
status
enum
invoices_details
id
increments
rate
decimal
qty
integer
Amount
decimal
invoice_id
FK
bigInteger
product_id
FK
bigInteger
events
id
increments
title
string
time
timestampsTz
member
integer
location
string
date
date
schedules
id
increments
date
date
time
time
location
string
tasks
id
increments
task_name
string
start_date
date
end_date
date
member
integer
status
enum
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01