Home
developers
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admins
id
increments
username
string
(191)
email
string
(191)
image
string
(191)
password
string
(191)
timestamps
timestamps
users
id
increments
username
string
(191)
mobile
string
(191)
email
string
(191)
image
string
(191)
experience
string
(191)
jop_description
string
(191)
birthday
string
(191)
code
string
(191)
app
enum
status
enum
password
string
(191)
timestamps
timestamps
categories
id
increments
name
string
(191)
timestamps
timestamps
user_categories
id
increments
user_id
FK
integer
category_id
FK
integer
timestamps
timestamps
questions
id
increments
title
string
(191)
note
longText
timestamps
timestamps
answers
id
increments
question_id
FK
integer
note
longText
timestamps
timestamps
users_info
id
increments
user_id
FK
integer
devise_token
text
serial_number
text
timestamps
timestamps
favourites
id
increments
user_id
FK
integer
question_id
FK
integer
articles
id
increments
title
string
(191)
note
longText
image
string
(191)
type
enum
user_id
FK
integer
status
enum
timestamps
timestamps
article_categories
id
increments
timestamps
timestamps
category_id
FK
integer
article_id
FK
integer
book_marks
id
increments
timestamps
timestamps
user_id
FK
integer
article_id
FK
integer
×
Comments for developers
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01