Home
entegrecms
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
1_users
id
increments
app_id
FK
integer
root
tinyInteger
fullname
string
(60)
phone
string
(50)
email
string
(100)
password
string
(255)
status
tinyInteger
1_apps
id
increments
server_id
integer
protocol_pull_id
integer
protocol_push_id
integer
code
string
(50)
invoice_date
date
payment_period
integer
status
tinyInteger
1_servers
id
increments
type
string
(25)
slug
string
(50)
detail
longText
ip
string
(50)
port
integer
login
string
(50)
password
string
(255)
limit
integer
status
tinyInteger
1_services
id
increments
currency_id
decimal
(8,4)
type
string
(25)
default_language_id
integer
name
string
(50)
color
string
(10)
price
decimal
(8,4)
range
integer
rules
longText
config
longText
logo_xs
string
(50)
logo_s
string
(50)
logo_m
string
(50)
secret
tinyInteger
status
tinyInteger
1_companies
id
increments
app_id
FK
integer
name
string
(255)
slogan
string
(255)
logo
string
(50)
phone
string
(50)
vat
integer
2_suppliers
id
increments
code
string
(50)
name
string
(50)
person
string
(50)
phone
string
(25)
email
string
(50)
status
tinyInteger
2_products
id
increments
catalogue_id
integer
supplier_id
integer
code
string
(100)
1_currencies
id
increments
code
string
(10)
define
string
(10)
symbol
string
(10)
show
string
(10)
status
tinyInteger
value
decimal
(18,4)
update
tinyInteger
update_type
string
(20)
2_product_price
id
increments
product_id
integer
app_service_id
integer
currency_id
integer
price
decimal
(8,4)
discount_type
string
(15)
discount_value
decimal
(8,4)
1_language
id
increments
code
string
(10)
name
string
(25)
status
tinyInteger
2_product_details
id
increments
language_id
integer
app_service_id
integer
description_template_id
integer
description
longText
2_product_names
id
increments
language_id
string
(255)
app_service_id
integer
name
string
(255)
2_product_status
id
increments
product_id
integer
app_service_id
integer
start
datetime
stop
datetime
2_product_stock
id
increments
product_id
integer
app_service_id
integer
stock
integer
2_catalogues
id
increments
app_id
integer
name
text
infos
json
1_infos
id
increments
app_id
integer
service_id
integer
protocol_pull_id
integer
protocol_push_id
integer
name
string
(50)
rules
longText
config
longText
error
tinyInteger
status
tinyInteger
language_id
integer
×
Exporting error!
There is an error with the foreign key contraints, please check if reference of column "app_id" in table "1_companies" is still correct.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01