Home
k3Gas
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
customer_id
string
first_name
string
last_name
string
mobile_no
string
timestamps
timestamps
user_address
id
increments
user_id
FK
bigInteger
house_no
mediumInteger
location
string
(255)
landmark
string
timestamps
timestamps
gas_cylinder
id
increments
connection_type
string
refill_category
string
gas_in_kg
string
amount
string
timestamps
timestamps
accessories
id
increments
product_name
string
product_image
string
product_price
string
product_description
text
timestamps
timestamps
cart
id
increments
user_id
FK
bigInteger
product_id
bigInteger
product_type
string
product_name
string
product_amount
string
status
string
timestamps
timestamps
order
id
increments
user_id
FK
bigInteger
orderby_id
string
cart_id
FK
bigInteger
Product_name
string
product_amount
string
delivery_charge
string
payment_type
string
timestamps
timestamps
payment_history
id
increments
user_id
FK
bigInteger
order_id
string
transaction_id
string
amount
string
status
string
timestamps
timestamps
gas_refill
id
increments
refill_category
string
available_gas_kg
string
gas_description
string
timestamps
timestamps
delivery_boy
id
increments
name
string
mobile_no
string
email_id
string
status
string
timestamps
timestamps
delivery_charge
id
increments
delivery_price
string
timestamps
timestamps
delivery
id
increments
user_id
FK
bigInteger
order_id
FK
bigInteger
delivery_boy_id
string
status
string
timestamps
timestamps
×
Comments for k3Gas
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01