Home
Bachelor
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Products
id
increments
user_id
FK
integer
name
string
description
string
image
string
ean
string
meta
text
timestamps
timestamps
Tags
id
increments
name
string
user_id
FK
integer
timestamps
timestamps
Users
id
increments
name
string
email
string
password
string
role_id
FK
integer
timestamps
timestamps
Roles
id
increments
name
string
Product_Tag
product_id
FK
integer
tag_id
FK
integer
Files
id
increments
name
string
path
string
type
string
user_id
FK
integer
parent_id
FK
integer
timestamps
timestamps
File_Product
file_id
FK
integer
product_id
FK
integer
Company
id
increments
name
string
description
text
address
string
phone
string
email
string
user_id
FK
integer
meta
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01