Home
OLS
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
area_id
integer
name
string
(32)
user_name
string
(32)
password
string
(64)
phone
integer
cash_balance
integer
winning_balance
integer
user_type
string
(32)
timestamps
timestamps
softDeletes
softDeletes
areas
id
increments
area_name
string
(32)
area_code
string
status
string
(32)
timestamps
timestamps
softDeletes
softDeletes
winning_balance
id
increments
from_user_id
integer
to_user_id
integer
amount
integer
timestamps
timestamps
softDeletes
softDeletes
cash_balance
id
increments
from_user_id
integer
to_user_id
integer
balance
integer
timestamps
timestamps
softDeletes
softDeletes
lotteries
id
increments
winning_number
string
(32)
lotterie_type
string
(32)
timestamps
timestamps
softDeletes
softDeletes
two_digits
id
increments
digits
integer
amount
integer
timestamps
timestamps
user_id
FK
integer
softDeletes
softDeletes
three_digits
id
increments
timestamps
timestamps
softDeletes
softDeletes
digits
integer
primary_amount
integer
secondary_amount
integer
user_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01