Home
xports
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
username
string
password
string
active
boolean
role
string
superior_user_id
integer
balance_total
integer
balance_actual
integer
commission_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
rua
string
bairro
string
cidade
string
commissions
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
commission_details
id
increments
commission_id
FK
integer
num_bets_start
integer
num_bets_end
integer
value
double
timestamps
timestamps
softDeletes
softDeletes
settings
id
increments
data_trava
datetime
max_multiplier
double
max_prize
decimal
(10,2)
min_games_on_bet
integer
max_games_on_bet
integer
max_bet_value
decimal
(10,2)
bets_on_game_per_day
integer
min_odd_per_bet
double
cancel_bet_time
integer
timestamps
timestamps
softDeletes
softDeletes
leagues
id
increments
name
string
country_code
string
(3)
hidden
boolean
modified
boolean
timestamps
timestamps
softDeletes
softDeletes
games
id
increments
home
string
away
string
league_id
FK
integer
odd_id
FK
integer
country_code
string
(3)
status
enum
start_time
datetime
modified
boolean
hidden
boolean
timestamps
timestamps
softDeletes
softDeletes
odds
id
increments
home
string
draw
string
away
string
timestamps
timestamps
softDeletes
softDeletes
bets
id
increments
token
string
client_name
string
validated
boolean
validated_by
FK
integer
validated_at
datetime
bet_value
integer
prize_value
integer
odd
string
status
enum
timestamps
timestamps
softDeletes
softDeletes
odd_settings
id
increments
timestamps
timestamps
softDeletes
softDeletes
company
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
rua
string
bairro
string
cidade
string
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01