Home
Payment
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
branch_details
id
increments
branch_name
string
branch_address
string
courses_details
id
increments
course_name
string
course_fee
integer
course_duration
smallInteger
payment_history
id
increments
enrollment_id
FK
bigInteger
payment_method_id
FK
bigInteger
value
integer
enrollment
id
increments
user_id
FK
bigInteger
branch_id
FK
bigInteger
course_id
FK
bigInteger
start_date
datetime
end_date
datetime
user
id
increments
user_name
string
email
string
phone_no
integer
role_type
enum
payment_method
id
increments
parent_id
FK
bigInteger
name
string
slug
string
×
Comments for Payment
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01