Home
niruban
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
(255)
last_name
string
(255)
phone
string
(50)
role
integer
password
string
(255)
softDeletes
softDeletes
timestamps
timestamps
members
id
increments
user_id
FK
bigInteger
name
string
(255)
serial_no
string
(100)
date
date
gender
integer
age
integer
mobile
string
(50)
marital_status
boolean
address
text
monthly_plan
integer
plan_id
integer
goal
integer
height
string
(50)
weight
string
(50)
timestamps
timestamps
softDeletes
softDeletes
plans
id
increments
name
string
(255)
type
bigInteger
monthly_fees
decimal
(10,2)
quarterly_fees
decimal
(10,2)
yearly_fees
decimal
(10,2)
gym_fees
decimal
(10,2)
bronze_fees
decimal
(10,2)
silver_fees
decimal
(10,2)
gold_fees
decimal
(10,2)
softDeletes
softDeletes
timestamps
timestamps
member_fees_transactions
id
increments
user_id
bigInteger
member_id
bigInteger
amount
decimal
(10,2)
description
string
(255)
transaction_type
integer
timestamps
timestamps
send_sms
id
increments
member_id
bigInteger
message
text
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01