Home
ibid-dev
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admins
id
increments
name
string
username
string
email
string
password
string
remember_token
string
(100)
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
email
string
password
string
coins
integer
name
string
username
string
is_activated
boolean
remember_token
string
(100)
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
parent_id
integer
timestamps
timestamps
softDeletes
softDeletes
category_translations
id
increments
category_id
FK
integer
name
string
slug
string
description
string
locale
string
parameters
id
increments
category_id
FK
integer
type
enum
is_required
boolean
unit_id
integer
validation_rules
text
timestamps
timestamps
softDeletes
softDeletes
parameter_translations
id
increments
parameter_id
FK
integer
name
string
slug
string
description
string
locale
string
timestamps
timestamps
parameter_items
id
increments
parameter_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
parameter_item_translations
id
increments
parameter_item_id
integer
name
string
slug
string
description
string
locale
string
coins
id
increments
user_id
FK
integer
amount
integer
type
enum
status
enum
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01