Home
POS
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
categories
id
increments
name
string
description
mediumText
image
string
timestamps
timestamps
softDeletes
softDeletes
products
id
increments
category_id
FK
bigInteger
title
string
description
mediumText
regular_price
integer
sku
string
quantity
integer
timestamps
timestamps
softDeletes
softDeletes
product_pictures
id
increments
product_id
FK
bigInteger
picture
string
timestamps
timestamps
branches
id
increments
name
string
address
mediumText
status
integer
timestamps
timestamps
softDeletes
softDeletes
cashieres
id
increments
branch_id
FK
bigInteger
username
string
password
string
timestamps
timestamps
softDeletes
softDeletes
customers
id
increments
branch_id
FK
bigInteger
name
string
mobile
string
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01