Home
gobazar
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
upazila_id
integer
union_id
integer
record_id
mediumInteger
username
string
(20)
password
string
(100)
user_type
tinyInteger
timestamps
timestamps
created_by
bigInteger
updated_by
bigInteger
created_by_ip
string
(15)
updated_by_ip
string
(15)
softDeletes
softDeletes
locations
id
increments
parent_id
mediumInteger
name
string
(191)
type
tinyInteger
categories
id
increments
parent_id
mediumInteger
name
string
(100)
type
tinyInteger
is_show
tinyInteger
sorting
smallInteger
timestamps
timestamps
created_by
bigInteger
created_by_ip
string
(15)
updated_by
bigInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
units
id
increments
name
string
(25)
timestamps
timestamps
created_by
bigInteger
created_by_ip
string
(15)
updated_by
bigInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
sub_categories
id
increments
parent_id
integer
name
string
(100)
timestamps
timestamps
created_by
bigInteger
created_by_ip
string
(15)
updated_by
bigInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
products
id
increments
upazila_id
smallInteger
union_id
mediumInteger
supplier_id
integer
category_id
mediumInteger
sub_category_id
integer
unit_id
mediumInteger
name
string
(100)
picture
string
(100)
created_by
mediumInteger
created_by_ip
string
(15)
updated_by
mediumInteger
updated_by_ip
string
(15)
timestamps
timestamp
softDeletes
softDeletes
orders
id
increments
union_id
mediumInteger
order_id
bigInteger
client_id
mediumInteger
total_amount
double
discount
double
net_amount
double
status
tinyInteger
shipping_address
text
created_by
bigInteger
timestamps
timestamps
created_by_ip
string
(15)
updated_by
bigInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
inventories
id
increments
order_id
bigInteger
product_id
mediumInteger
client_id
mediumInteger
supplier_id
mediumInteger
type
tinyInteger
debit
double
credit
double
selling_price
double
status
tinyInteger
timestamps
timestamps
created_by
bigInteger
created_by_ip
string
(15)
updated_by
mediumInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
product_rate
id
increments
upazila_id
smallInteger
union_id
smallInteger
supplier_id
mediumInteger
product_id
mediumInteger
rate
double
timestamps
timestamps
created_by
bigInteger
created_by_ip
string
(15)
updated_by
mediumInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
supplier_types
id
increments
name
string
(150)
timestamps
timestamps
created_by
mediumInteger
created_by_ip
string
(15)
updated_by
mediumInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
suppliers
id
increments
upazila_id
mediumInteger
union_id
mediumInteger
supplier_types
mediumInteger
name
string
(150)
shop_name
string
(150)
mobile
string
(15)
email
string
(100)
address
text
timestamps
timestamps
created_by
mediumInteger
created_by_ip
string
(15)
updated_by
mediumInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
delivery_members
id
increments
upazila_id
mediumInteger
union_id
mediumInteger
name
string
(100)
email
string
(50)
mobile
string
(15)
address
text
timestamps
timestamps
created_by
mediumInteger
created_by_ip
string
(15)
updated_by
mediumInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
clients
id
increments
upazila_id
mediumInteger
union_id
mediumInteger
name
string
(150)
email
string
(50)
mobile
string
(15)
address
text
timestamps
timestamps
created_by
mediumInteger
created_by_ip
string
(15)
updated_by
mediumInteger
updated_by_ip
string
(15)
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01