Home
Remake
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
email
string
(1024)
password
string
rememberToken
rememberToken
timestamps
timestamps
softDeletes
softDeletes
password_resets
email
string
token
string
created_at
timestamp
items
id
increments
category
string
(255)
weight
integer
condition
string
(255)
status
string
(255)
notes
text
timestamps
timestamps
softDeletes
softDeletes
specs
id
increments
item_id
FK
integer
cpu
string
(255)
ram
string
(255)
hdd
string
(255)
odd
string
(255)
gpu
string
(255)
battery
string
(255)
usb
string
(255)
lan
string
(255)
wlan
string
(255)
os
string
(255)
psu
string
(255)
screen_size
decimal
(3,1)
screen_rez
string
(255)
timestamps
timestamps
softDeletes
softDeletes
receipts
id
increments
customer_id
FK
integer
sale_id
FK
integer
warranty
string
coa
string
timestamps
timestamps
softDeletes
softDeletes
item_receipt
item_id
integer
receipt_id
integer
×
Exporting error!
There is an error with the foreign key contraints, please check if reference of column "customer_id" in table "receipts" is still correct.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01