text stringlengths 6 9.38M |
|---|
CREATE VIEW CMDV_T_RCP_PHA_YK AS
SELECT
SEQ1_NO
, SEQ2_NO
, VLD_FLG
, REC_IDENT_INFO
, EXAM_PAY_INST
, TDFK
, SCORE_LIST
, DRGST_CD
, REQ_YM
, MLT_VOL_IDENT_INFO
, PRAC_YM
, INPUT_YM
FROM
TNDS_T_RCP_PHA_YK
WHERE
KO_FLG IN (0,2)
WITH READ ONLY
;
|
CREATE TABLE Movie(
id INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
title VARCHAR(100) NOT NULL, -- A movie has to have a title
year INT UNSIGNED NOT NULL, -- A movie has to be released at some point
rating VARCHAR(10),
company VARCHAR(50),
PRIMARY KEY(id), -- ID is a primary way to identify a movie
INDEX(title),
CHECK(year > 1878) -- Year the first movie was made
) ENGINE = INNODB;
CREATE TABLE Actor(
id INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
last VARCHAR(20),
first VARCHAR(20),
sex VARCHAR(6),
dob DATE NOT NULL, -- Every person is born at some point
dod DATE,
PRIMARY KEY(id), -- ID is a primary way to identify an actor
INDEX(first, last),
CHECK(dob <= CURDATE()),-- Can't have people born in the future
CHECK(dod IS NULL OR dob <= dod) -- Can't die before you were born
) ENGINE = INNODB;
CREATE TABLE Sales(
mid INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
ticketsSold INT UNSIGNED NOT NULL, -- If there's no sales, can just be 0
totalIncome INT UNSIGNED NOT NULL, -- If there's no sales, can just be 0
UNIQUE(mid), -- Each movie should have only 1 sales entry
FOREIGN KEY(mid) REFERENCES Movie(id) ON DELETE CASCADE ON UPDATE CASCADE -- The mid should correspond to some movie's ID. If the movie is deleted or updated, cascade the update/deletion
) ENGINE = INNODB;
CREATE TABLE Director(
id INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
last VARCHAR(20),
first VARCHAR(20),
dob DATE NOT NULL, -- Every person has to be born at some point
dod DATE,
PRIMARY KEY(id), -- ID is a primary way to identify a director
INDEX(first, last),
CHECK(dob <= CURDATE()),-- Can't have people born in the future
CHECK(dod IS NULL OR dob <= dod) -- Can't die before you were born
) ENGINE = INNODB;
CREATE TABLE MovieGenre(
mid INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
genre VARCHAR(20) NOT NULL, -- A movie has to have a genre, even if it's "Other"
FOREIGN KEY(mid) REFERENCES Movie(id) ON DELETE CASCADE ON UPDATE CASCADE -- The mid should correspond to some movie's ID. If the movie is deleted or updated, cascade the update/deletion
) ENGINE = INNODB;
CREATE TABLE MovieDirector(
mid INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
did INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
FOREIGN KEY(mid) REFERENCES Movie(id) ON DELETE CASCADE ON UPDATE CASCADE, -- The mid should correspond to some movie's ID. If the movie is deleted or updated, cascade the update/deletion
FOREIGN KEY(did) REFERENCES Director(id) ON DELETE CASCADE ON UPDATE CASCADE -- The did should correspond to some director's ID. If the director is deleted or updated, cascade the update/deletion
) ENGINE = INNODB;
CREATE TABLE MovieActor(
mid INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
aid INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
role VARCHAR(50) NOT NULL, -- You're not an actor in a movie if you don't have a role
FOREIGN KEY(mid) REFERENCES Movie(id) ON DELETE CASCADE ON UPDATE CASCADE, -- The mid should correspond to some movie's ID. If the movie is deleted or updated, cascade the update/deletion
FOREIGN KEY(aid) REFERENCES Actor(id) ON DELETE CASCADE ON UPDATE CASCADE -- The aid should correspond to some actor's ID. If the actor is deleted or updated, cascade the update/deletion
) ENGINE = INNODB;
CREATE TABLE MovieRating(
mid INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
imdb INT UNSIGNED,
rot INT UNSIGNED,
UNIQUE(mid), -- A movie shouldn't be able to have 2 rating definitions
CHECK(imdb >= 0 AND imdb <= 100), -- rating is between 0 and 100
CHECK(rot >= 0 AND rot <= 100), -- rating is between 0 and 100
FOREIGN KEY(mid) REFERENCES Movie(id) ON DELETE CASCADE ON UPDATE CASCADE -- The mid should correspond to some movie's ID. If the movie is deleted or updated, cascade the update/deletion
) ENGINE = INNODB;
CREATE TABLE Review(
name VARCHAR(20),
`time` TIMESTAMP, -- Quote the column name time since it is reserved in MySQL
mid INT UNSIGNED NOT NULL, -- ID's should not be negative, and should exist
rating INT UNSIGNED,
comment VARCHAR(500),
CHECK(rating >= 0 AND rating <= 5), -- rating is between 0 and 5
FOREIGN KEY(mid) REFERENCES Movie(id) ON DELETE CASCADE ON UPDATE CASCADE -- The mid should correspond to some movie's ID. If the movie is deleted or updated, cascade the update/deletion
) ENGINE = INNODB;
CREATE TABLE MaxPersonID(
id INT UNSIGNED NOT NULL -- ID's should not be negative, and should exist
) ENGINE = INNODB;
CREATE TABLE MaxMovieID(
id INT UNSIGNED NOT NULL -- ID's should not be negative, and should exist
) ENGINE = INNODB;
|
/* tablename: 销售订单交易类型 */
create table so_m30trantype (ctrantypeid varchar(20) null
/*交易类型*/,
pk_trantype char(20) not null
/*销售订单交易类型主键*/,
fdirecttype smallint null
/*直运类型标记*/,
fsalemode smallint null
/*销售模式*/,
bmorerows char(1) null
/*同一货物可否列多行*/,
bcanchangeout char(1) null
/*退货入库之后才能换货出库*/,
faskqtrule smallint null
/*询价规则*/,
bmodifyaskedqt char(1) null
/*询到价格是否可改*/,
bmodifyunaskedqt char(1) null
/*未询到价格是否可改*/,
flargessgetqtrule smallint null
/*赠品取价规则*/,
bmodifydiscount char(1) null
/*允许修改折扣*/,
vtrantypecode varchar(20) null
/*交易类型编码*/,
pk_group varchar(20) null
/*集团ID*/,
fmodifymny smallint null
/*调整金额影响折扣还是单价*/,
breviseprice char(1) null
/*修订询价*/,
bredorderpay char(1) null
/*红字订单支持订单收款*/,
flargessdistype smallint null
/*赠品价格分摊方式*/,
blargesspriceno char(1) null
/*赠品行价格保持不变*/,
barrangeinv char(1) null
/*只能安排一次发货*/,
barrangeout char(1) null
/*只能安排一次出库*/,
bnofindpricehit char(1) null
/*未询到价格是否提示*/,
blossrenew char(1) null
/*途损补货*/,
blrgcashflag char(1) null
/*赠品兑付*/,
naccpricerule smallint null
/*主记账单价取价规则*/,
bcopyiseprice char(1) null
/*复制是否询价*/,
constraint pk_so_m30trantype primary key (pk_trantype),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 销售订单主表 */
create table so_saleorder (csaleorderid char(20) not null
/*销售主表ID*/,
pk_org varchar(20) null
/*销售组织*/,
pk_group varchar(20) null
/*集团*/,
cbiztypeid varchar(20) null
/*业务流程*/,
ctrantypeid varchar(20) null
/*交易类型*/,
vtrantypecode varchar(20) null
/*交易类型编码*/,
vbillcode varchar(40) null
/*单据号*/,
ccustomerid varchar(20) null
/*客户*/,
dbilldate char(19) null
/*单据日期*/,
cdeptid varchar(20) null
/*部门*/,
corigcurrencyid varchar(20) null
/*原币币种*/,
cemployeeid varchar(20) null
/*业务员*/,
cpaytermid varchar(20) null
/*收款协议*/,
cinvoicecustid varchar(20) null
/*开票客户*/,
ccustbankid varchar(20) null
/*开户银行*/,
ccustbankaccid varchar(20) null
/*开户银行账号*/,
ctransporttypeid varchar(20) null
/*运输方式*/,
ndiscountrate decimal(28,8) null
/*整单折扣*/,
vrevisereason varchar(181) null
/*修订理由*/,
badvfeeflag char(1) null
/*代垫运费*/,
bfreecustflag char(1) null
/*是否散户*/,
vcreditnum varchar(20) null
/*信用证号*/,
cfreecustid varchar(20) null
/*散户*/,
billmaker varchar(20) null
/*制单人*/,
creationtime char(19) null
/*创建时间*/,
approver varchar(20) null
/*审批人*/,
taudittime varchar(19) null
/*审核日期*/,
modifiedtime char(19) null
/*修改时间*/,
fstatusflag smallint null
/*单据状态*/,
vnote varchar(181) null
/*备注*/,
boutendflag char(1) null
/*出库关闭标记*/,
binvoicendflag char(1) null
/*开票关闭标记*/,
bcostsettleflag char(1) null
/*成本结算关闭标记*/,
bsendendflag char(1) null
/*发货关闭标记*/,
npreceiverate decimal(28,8) null
/*订单收款比例*/,
npreceivequota decimal(28,8) null
/*订单收款限额*/,
bpreceiveflag char(1) null
/*收款限额控制预收*/,
npreceivemny decimal(28,8) null
/*实际预收款金额*/,
nreceivedmny decimal(28,8) null
/*实际收款金额*/,
iprintcount integer null
/*打印次数*/,
ntotalorigmny decimal(28,8) null
/*金额合计*/,
ntotalorigsubmny decimal(28,8) null
/*冲抵金额*/,
boffsetflag char(1) null
/*是否冲抵*/,
bcooptopoflag char(1) null
/*是否已协同生成采购订单*/,
bpocooptomeflag char(1) null
/*是否由采购订单协同生成*/,
vcooppohcode varchar(40) null
/*对方订单号*/,
iversion integer null
/*修订版本号*/,
trevisetime char(19) null
/*修订时???*/,
creviserid varchar(20) null
/*修订人*/,
cbalancetypeid varchar(20) null
/*结算方式*/,
cchanneltypeid varchar(20) null
/*销售渠道类型*/,
ntotalnum decimal(28,8) null
/*合计数量*/,
ntotalweight decimal(28,8) null
/*合计重量*/,
ntotalvolume decimal(28,8) null
/*合计体积*/,
vdef1 varchar(101) null
/*自定义项1*/,
vdef2 varchar(101) null
/*自定义项2*/,
vdef3 varchar(101) null
/*自定义项3*/,
vdef4 varchar(101) null
/*自定义项4*/,
vdef5 varchar(101) null
/*自定义项5*/,
vdef6 varchar(101) null
/*自定义项6*/,
vdef7 varchar(101) null
/*自定义项7*/,
vdef8 varchar(101) null
/*自定义项8*/,
vdef9 varchar(101) null
/*自定义项9*/,
vdef10 varchar(101) null
/*自定义项10*/,
vdef11 varchar(101) null
/*自定义项11*/,
vdef12 varchar(101) null
/*自定义项12*/,
vdef13 varchar(101) null
/*自定义项13*/,
vdef14 varchar(101) null
/*自定义项14*/,
vdef15 varchar(101) null
/*自定义项15*/,
vdef16 varchar(101) null
/*自定义项16*/,
vdef17 varchar(101) null
/*自定义项17*/,
vdef18 varchar(101) null
/*自定义项18*/,
vdef19 varchar(101) null
/*自定义项19*/,
vdef20 varchar(101) null
/*自定义项20*/,
modifier varchar(20) null
/*修改人*/,
pk_org_v varchar(20) null
/*销售组织最新版本*/,
cdeptvid varchar(20) null
/*部门最新版本*/,
barsettleflag char(1) null
/*收入结算关闭标记*/,
creator char(20) null
/*创建人*/,
ntotalpiece decimal(28,8) null
/*总???数*/,
dmakedate char(19) null
/*制单日期*/,
fpfstatusflag smallint null
/*审批流状态*/,
ctradewordid varchar(20) null
/*贸易术语*/,
vbillsrctype varchar(20) null
/*整单来源单据类型*/,
cbillsrcid varchar(20) null
/*整单来源单据ID*/,
nlrgtotalorigmny decimal(28,8) null
/*赠品价税合计*/,
carsubtypeid varchar(20) null
/*赠品兑付类型*/,
chreceivecustid varchar(20) null
/*收货客户*/,
chreceiveaddid varchar(20) null
/*收货地址*/,
constraint pk_so_saleorder primary key (csaleorderid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 销售订单附表 */
create table so_saleorder_b (csaleorderid varchar(20) null
/*销售订单主表*/,
csaleorderbid char(20) not null
/*销售订单附表*/,
pk_group varchar(20) null
/*集团*/,
pk_org varchar(20) null
/*销售组织*/,
dbilldate char(19) null
/*单据日期*/,
crowno varchar(20) null
/*行号*/,
ccustmaterialid varchar(20) null
/*客户物料码*/,
cmaterialvid varchar(20) null
/*物料*/,
cproductorid varchar(20) null
/*生产厂商*/,
cmaterialid varchar(20) null
/*物料最新??本*/,
cvendorid varchar(20) null
/*供应商*/,
cfactoryid varchar(20) null
/*工厂*/,
cqualitylevelid varchar(20) null
/*质量等级*/,
cunitid varchar(20) null
/*主单位*/,
cprojectid varchar(20) null
/*项目*/,
castunitid varchar(20) null
/*单位*/,
vchangerate varchar(60) null
/*换算率*/,
nnum decimal(28,8) null
/*主数量*/,
nastnum decimal(28,8) null
/*数量*/,
cqtunitid varchar(20) null
/*报价单位*/,
vqtunitrate varchar(60) null
/*报价单位换算率*/,
nqtunitnum decimal(28,8) null
/*报价单位数量*/,
ntaxrate decimal(28,8) null
/*税率*/,
nitemdiscountrate decimal(28,8) null
/*单品折扣*/,
ndiscountrate decimal(28,8) null
/*整单折扣*/,
ccurrencyid varchar(20) null
/*本位币*/,
nexchangerate decimal(28,8) null
/*折本汇率*/,
nqtorigtaxprice decimal(28,8) null
/*含税单价*/,
nqtorigprice decimal(28,8) null
/*无税单价*/,
nqtorigtaxnetprc decimal(28,8) null
/*含税净价*/,
nqtorignetprice decimal(28,8) null
/*无税净价*/,
norigprice decimal(28,8) null
/*主无税单价*/,
norigtaxprice decimal(28,8) null
/*主含税单价*/,
norignetprice decimal(28,8) null
/*主无税净价*/,
norigtaxnetprice decimal(28,8) null
/*主含税净价*/,
norigmny decimal(28,8) null
/*无税金额*/,
norigtaxmny decimal(28,8) null
/*价税合计*/,
norigdiscount decimal(28,8) null
/*折扣额*/,
nqttaxnetprice decimal(28,8) null
/*本币含税净价*/,
nqtnetprice decimal(28,8) null
/*本币无税净价*/,
nqttaxprice decimal(28,8) null
/*本币含税单价*/,
nqtprice decimal(28,8) null
/*本币无税单价*/,
nprice decimal(28,8) null
/*主本币无税单价*/,
ntaxprice decimal(28,8) null
/*主本币含税单价*/,
nnetprice decimal(28,8) null
/*主本币无税净价*/,
ntaxnetprice decimal(28,8) null
/*主本币含税净价*/,
ntax decimal(28,8) null
/*本币税额*/,
nmny decimal(28,8) null
/*本币无税金额*/,
ntaxmny decimal(28,8) null
/*本币价税合计*/,
ndiscount decimal(28,8) null
/*本币折扣额*/,
nweight decimal(28,8) null
/*重量*/,
nvolume decimal(28,8) null
/*体积*/,
npiece decimal(28,8) null
/*件数*/,
ngroupexchgrate decimal(28,8) null
/*集团本位币汇率*/,
ngroupmny decimal(28,8) null
/*集团本币无税金额*/,
ngrouptaxmny decimal(28,8) null
/*集团本币价税合计*/,
nglobalexchgrate decimal(28,8) null
/*全局本位币汇率*/,
nglobalmny decimal(28,8) null
/*全局本币无税金额*/,
nglobaltaxmny decimal(28,8) null
/*全局本币价税合计*/,
naskqtorigtaxprc decimal(28,8) null
/*询价原币含税单价*/,
naskqtorigprice decimal(28,8) null
/*询价原币无税单价*/,
naskqtorigtxntprc decimal(28,8) null
/*询价原币含税净价*/,
naskqtorignetprice decimal(28,8) null
/*询价原币无税净价*/,
cpricepolicyid varchar(20) null
/*价格政策*/,
cpriceitemid varchar(20) null
/*价格项目*/,
cpriceitemtableid varchar(20) null
/*价目表*/,
cpriceformid varchar(20) null
/*价格组成*/,
blargessflag char(1) null
/*是否赠品*/,
cprodlineid varchar(20) null
/*产品线*/,
blaborflag char(1) null
/*服务类物料*/,
bdiscountflag char(1) null
/*折扣类物料*/,
vbatchcode varchar(40) null
/*批次*/,
pk_batchcode varchar(20) null
/*批次档案*/,
dsenddate char(19) null
/*计划发货日期*/,
dreceivedate char(19) null
/*要求到货日期*/,
creceivecustid varchar(20) null
/*收货客户*/,
creceiveareaid varchar(20) null
/*收货地区*/,
creceiveaddrid varchar(20) null
/*收货地址*/,
creceiveadddocid varchar(20) null
/*收货地点*/,
csendstockorgvid varchar(20) null
/*发货库存组织*/,
csendstockorgid varchar(20) null
/*发货库存组织最新版本*/,
csendstordocid varchar(20) null
/*发货仓库*/,
csettleorgvid varchar(20) null
/*结算财务组织*/,
csettleorgid varchar(20) null
/*结算财务组织结算财务组织*/,
carorgvid varchar(20) null
/*应收组织*/,
carorgid varchar(20) null
/*应收组织最新版本*/,
ctrafficorgvid varchar(20) null
/*物流组织*/,
ctrafficorgid varchar(20) null
/*物流组织最新版本*/,
cprofitcentervid varchar(20) null
/*结算利润中心*/,
cprofitcenterid varchar(20) null
/*结算利润中心最新版本*/,
bbindflag char(1) null
/*是否??绑存货*/,
clargesssrcid varchar(20) null
/*赠品行对应来源订单行ID*/,
cbindsrcid varchar(20) null
/*捆绑件对应来源订单行ID*/,
flargesstypeflag integer null
/*赠品价格分摊方式*/,
nlargessmny decimal(28,8) null
/*赠品价格分摊前无税金额*/,
nlargesstaxmny decimal(28,8) null
/*赠品价格分摊前价税合计*/,
vbrevisereason varchar(181) null
/*修订理由*/,
cretreasonid varchar(20) null
/*退货原因ID*/,
vreturnmode varchar(181) null
/*退货责任处理方式*/,
cretpolicyid varchar(20) null
/*退货政策ID*/,
barrangedflag char(1) null
/*是否货源安排完毕*/,
carrangepersonid varchar(20) null
/*最后货源安排人*/,
tlastarrangetime char(19) null
/*最后货源安排时间*/,
vclosereason varchar(181) null
/*关闭原因*/,
cctmanageid varchar(20) null
/*合同ID*/,
cctmanagebid varchar(20) null
/*合同附表ID*/,
vctcode varchar(40) null
/*销售合同号*/,
vfirsttype varchar(20) null
/*源头单据类型*/,
vfirsttrantype varchar(20) null
/*源头交易类型*/,
vfirstcode varchar(40) null
/*源头单据号*/,
cfirstid varchar(20) null
/*源头单据主表主键*/,
cfirstbid varchar(20) null
/*源头单据表体主键*/,
vfirstrowno varchar(20) null
/*源头单据行号*/,
vsrctype varchar(20) null
/*来源单??类型*/,
vsrctrantype varchar(20) null
/*来源交易类型*/,
csrcid varchar(20) null
/*来源单据主表*/,
csrcbid varchar(20) null
/*来源单据附表*/,
vsrccode varchar(40) null
/*来源单据号*/,
vsrcrowno varchar(20) null
/*来源单据行号*/,
fretexchange integer null
/*退换货标记*/,
cexchangesrcretid varchar(20) null
/*换货来源订单*/,
bjczxsflag char(1) null
/*借出转销售*/,
vfree1 varchar(101) null
/*自由辅助属性1*/,
vfree2 varchar(101) null
/*自由辅助属性2*/,
vfree3 varchar(101) null
/*自由辅助属性3*/,
vfree4 varchar(101) null
/*自由辅助属性4*/,
vfree5 varchar(101) null
/*自由辅助属性5*/,
vfree6 varchar(101) null
/*自由辅助属性6*/,
vfree7 varchar(101) null
/*自由辅助属性7*/,
vfree8 varchar(101) null
/*自由辅助属性8*/,
vfree9 varchar(101) null
/*自由辅助属性9*/,
vfree10 varchar(101) null
/*自由辅助属性10*/,
vbdef1 varchar(101) null
/*自定义???1*/,
vbdef2 varchar(101) null
/*自定义项2*/,
vbdef3 varchar(101) null
/*自定义项3*/,
vbdef4 varchar(101) null
/*自定义项4*/,
vbdef5 varchar(101) null
/*自定义项5*/,
vbdef6 varchar(101) null
/*自定义项6*/,
vbdef7 varchar(101) null
/*自定义项7*/,
vbdef8 varchar(101) null
/*自定义项8*/,
vbdef9 varchar(101) null
/*自定义项9*/,
vbdef10 varchar(101) null
/*自定义项10*/,
vbdef11 varchar(101) null
/*自定义项11*/,
vbdef12 varchar(101) null
/*自定义项12*/,
vbdef13 varchar(101) null
/*自定义项13*/,
vbdef14 varchar(101) null
/*自定??项14*/,
vbdef15 varchar(101) null
/*自定义项15*/,
vbdef16 varchar(101) null
/*自定义项16*/,
vbdef17 varchar(101) null
/*自定义项17*/,
vbdef18 varchar(101) null
/*自定义项18*/,
vbdef19 varchar(101) null
/*自定义项19*/,
vbdef20 varchar(101) null
/*自定义项20*/,
bbsendendflag char(1) null
/*发货关闭*/,
bboutendflag char(1) null
/*出库关闭*/,
bbinvoicendflag char(1) null
/*开票关闭*/,
bbcostsettleflag char(1) null
/*成本结算关闭*/,
bbarsettleflag char(1) null
/*收入结算关闭*/,
frowstatus integer null
/*行状态*/,
vrownote varchar(181) null
/*行备注*/,
crececountryid varchar(20) null
/*收货国家/地区*/,
csendcountryid varchar(20) null
/*发货国家/地区*/,
ctaxcountryid varchar(20) null
/*报税国家/地区*/,
fbuysellflag integer null
/*购销类型*/,
btriatradeflag char(1) null
/*三角贸易*/,
ctaxcodeid varchar(20) null
/*税码*/,
ftaxtypeflag integer null
/*扣税类别*/,
ncaltaxmny decimal(28,8) null
/*计税金额*/,
corigcountryid varchar(20) null
/*原产国*/,
corigareaid varchar(20) null
/*原产地区*/,
cbuypromottypeid varchar(20) null
/*买赠促销类型*/,
cprcpromottypeid varchar(20) null
/*询价促销类型*/,
vcustombillcode varchar(40) null
/*客户订单号*/,
cbuylargessactid varchar(20) null
/*买赠活动*/,
cpricepromtactid varchar(20) null
/*价格促销活动*/,
cbuylargessid varchar(20) null
/*买赠设置*/,
csprofitcentervid varchar(20) null
/*发货利润中心*/,
csprofitcenterid varchar(20) null
/*发货利润中心最新版本*/,
blrgcashflag char(1) null
/*赠品兑付*/,
naccprice decimal(28,8) null
/*主记账单价*/,
cpromotpriceid varchar(20) null
/*促销价格表行*/,
cmffileid varchar(20) null
/*特征码*/,
nmffileprice decimal(28,8) null
/*特征价*/,
constraint pk_so_saleorder_b primary key (csaleorderbid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: so_saleorder_exe_扩展表 */
create table so_saleorder_exe (ntotalsendnum decimal(28,8) null
/*累计发货数量*/,
ntotalinvoicenum decimal(28,8) null
/*累计开票数量*/,
ntotaloutnum decimal(28,8) null
/*累计出库数量*/,
ntotalnotoutnum decimal(28,8) null
/*累计应发未出库数量*/,
ntotalsignnum decimal(28,8) null
/*累计签收数量*/,
ntranslossnum decimal(28,8) null
/*累计途损数量*/,
ntotalrushnum decimal(28,8) null
/*累计出库对冲数量*/,
ntotalestarnum decimal(28,8) null
/*累计暂估应收数量*/,
ntotalarnum decimal(28,8) null
/*累计确认应收数量*/,
ntotalcostnum decimal(28,8) null
/*累计成本结算数量*/,
ntotalestarmny decimal(28,8) null
/*累计暂估应收金额*/,
ntotalarmny decimal(28,8) null
/*累计确认应收金额*/,
ntotalpaymny decimal(28,8) null
/*累计财务核销金额*/,
norigsubmny decimal(28,8) null
/*累计冲抵金额*/,
narrangescornum decimal(28,8) null
/*累计安排委外订单数量*/,
narrangepoappnum decimal(28,8) null
/*累计安排请购单数量*/,
narrangetoornum decimal(28,8) null
/*累计安排调拨订单数量*/,
narrangetoappnum decimal(28,8) null
/*累计安排调拨申请数量*/,
narrangemonum decimal(28,8) null
/*累计安排生产订单数量*/,
narrangeponum decimal(28,8) null
/*累计安排采购订单数量*/,
ntotalplonum decimal(28,8) null
/*累计生成计划订单主数量*/,
ntotalreturnnum decimal(28,8) null
/*累计退货数量*/,
ntotaltradenum decimal(28,8) null
/*累计发出商品数量*/,
nreqrsnum decimal(28,8) null
/*预留数量*/,
csaleorderbid char(20) not null
/*扩展表主键*/,
narrangeitcnum decimal(28,8) null
/*累计安排进口合同主数量*/,
constraint pk_o_saleorder_exe primary key (csaleorderbid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 订单收款核销主实体 */
create table so_balance (csobalanceid char(20) not null
/*订单收款核销主实体*/,
csaleorderid varchar(20) null
/*销售订单主实体*/,
pk_org varchar(20) null
/*销售组织*/,
pk_org_v varchar(20) null
/*销售组织最新版本*/,
pk_group varchar(20) null
/*集团*/,
ccustomerid varchar(20) null
/*订单客户*/,
cinvoicecustid varchar(20) null
/*开票客户*/,
vbillcode varchar(40) null
/*订单号*/,
corigcurrencyid varchar(20) null
/*币种*/,
ntotalorigtaxmny decimal(28,8) null
/*价税合计*/,
ntotalpaymny decimal(28,8) null
/*订单已收款金额*/,
ntotalorigbalmny decimal(28,8) null
/*订单已核销金额*/,
cpaytermid varchar(20) null
/*收款协议*/,
cemployeeid varchar(20) null
/*业务员*/,
cdeptid varchar(20) null
/*部门*/,
carorgid varchar(20) null
/*应收组织*/,
vtrantypecode varchar(20) null
/*销售订单类型*/,
cchanneltypeid varchar(20) null
/*销售渠道类型*/,
dbilldate varchar(19) null
/*单据日期*/,
constraint pk_so_balance primary key (csobalanceid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 订单收款核销子实体 */
create table so_balance_b (csobalancebid char(20) not null
/*订单收款核销子实体*/,
pk_org varchar(20) null
/*销售组织*/,
fibaltype integer null
/*核销类型*/,
cpaybillid varchar(20) null
/*收款单主实体*/,
cpaybillrowid varchar(20) null
/*收款单子实体*/,
varbillcode varchar(40) null
/*单据号*/,
darbilldate varchar(19) null
/*单据日期*/,
norigarmny decimal(28,8) null
/*单据行金额*/,
carorigcurrencyid varchar(20) null
/*币种*/,
darbalancedate varchar(19) null
/*核销日期*/,
cprodlineid varchar(20) null
/*产品线*/,
norigordbalmny decimal(28,8) null
/*订单核销金额*/,
norigaccbalmny decimal(28,8) null
/*收款单已财务核销金额*/,
csobalanceid varchar(20) null
/*订单收款核销主实体_主键*/,
bpreceiveflag char(1) null
/*收款限额控制预收*/,
constraint pk_so_balance_b primary key (csobalancebid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 销售订单修订主表 */
create table so_orderhistory (corderhistoryid char(20) not null
/*销售订单修订主表ID*/,
csaleorderid char(20) not null
/*销售主表ID*/,
pk_org varchar(20) null
/*销售组织*/,
pk_group varchar(20) null
/*集团*/,
cbiztypeid varchar(20) null
/*业务流程*/,
ctrantypeid varchar(20) null
/*交易类型*/,
vtrantypecode varchar(20) null
/*交易类型编码*/,
vbillcode varchar(40) null
/*单据号*/,
ccustomerid varchar(20) null
/*客户*/,
dbilldate char(19) null
/*单据日期*/,
cdeptid varchar(20) null
/*部门*/,
corigcurrencyid varchar(20) null
/*原币币种*/,
cemployeeid varchar(20) null
/*业务员*/,
cpaytermid varchar(20) null
/*收款协议*/,
cinvoicecustid varchar(20) null
/*开票客户*/,
ccustbankid varchar(20) null
/*开户银行*/,
ccustbankaccid varchar(20) null
/*开户银行账号*/,
ctransporttypeid varchar(20) null
/*运输方式*/,
ndiscountrate decimal(28,8) null
/*整单折扣*/,
vrevisereason varchar(181) null
/*修订理由*/,
badvfeeflag char(1) null
/*代垫运费*/,
bfreecustflag char(1) null
/*是否散户*/,
vcreditnum varchar(20) null
/*信用证号*/,
cfreecustid varchar(20) null
/*散户*/,
billmaker varchar(20) null
/*制单人*/,
creationtime char(19) null
/*创建时间*/,
approver varchar(20) null
/*审批人*/,
taudittime varchar(19) null
/*审核日期*/,
modifiedtime char(19) null
/*修改时间*/,
fstatusflag smallint null
/*单据状态*/,
vnote varchar(181) null
/*备注*/,
boutendflag char(1) null
/*出库关闭标记*/,
binvoicendflag char(1) null
/*开票关闭标记*/,
bcostsettleflag char(1) null
/*成本结算关闭标记*/,
bsendendflag char(1) null
/*发货关闭标记*/,
npreceiverate decimal(28,8) null
/*订单收款比例*/,
npreceivequota decimal(28,8) null
/*订单收款限额*/,
bpreceiveflag char(1) null
/*收款限额控制预收*/,
npreceivemny decimal(28,8) null
/*实际预收款金额*/,
nreceivedmny decimal(28,8) null
/*实际收款金额*/,
iprintcount integer null
/*打印次数*/,
ntotalorigmny decimal(28,8) null
/*金额合计*/,
ntotalorigsubmny decimal(28,8) null
/*冲抵金额*/,
boffsetflag char(1) null
/*是否冲抵*/,
bcooptopoflag char(1) null
/*是否已协同生成采购订单*/,
bpocooptomeflag char(1) null
/*是否由采购订单协同生成*/,
vcooppohcode varchar(40) null
/*对方订单号*/,
iversion integer null
/*修订版本号*/,
trevisetime char(19) null
/*修订时间*/,
creviserid varchar(20) null
/*修订人*/,
cbalancetypeid varchar(20) null
/*结算方式*/,
cchanneltypeid varchar(20) null
/*销售渠道类型*/,
ntotalnum decimal(28,8) null
/*合计数量*/,
ntotalweight decimal(28,8) null
/*合计重量*/,
ntotalvolume decimal(28,8) null
/*合计体积*/,
vdef1 varchar(101) null
/*自定义项1*/,
vdef2 varchar(101) null
/*自定义项2*/,
vdef3 varchar(101) null
/*自定义项3*/,
vdef4 varchar(101) null
/*自定义项4*/,
vdef5 varchar(101) null
/*自定义项5*/,
vdef6 varchar(101) null
/*自定义项6*/,
vdef7 varchar(101) null
/*自定义项7*/,
vdef8 varchar(101) null
/*自定义项8*/,
vdef9 varchar(101) null
/*自定义项9*/,
vdef10 varchar(101) null
/*自定义项10*/,
vdef11 varchar(101) null
/*自定义项11*/,
vdef12 varchar(101) null
/*自定义项12*/,
vdef13 varchar(101) null
/*自定义项13*/,
vdef14 varchar(101) null
/*自定义项14*/,
vdef15 varchar(101) null
/*自定义项15*/,
vdef16 varchar(101) null
/*自定义项16*/,
vdef17 varchar(101) null
/*自定义项17*/,
vdef18 varchar(101) null
/*自定义项18*/,
vdef19 varchar(101) null
/*自定义项19*/,
vdef20 varchar(101) null
/*自定义项20*/,
modifier varchar(20) null
/*修改人*/,
pk_org_v varchar(20) null
/*销售组织最新版本*/,
cdeptvid varchar(20) null
/*部门最新版本*/,
barsettleflag char(1) null
/*收入结算关闭标记*/,
creator char(20) null
/*创建人*/,
ntotalpiece decimal(28,8) null
/*总件数*/,
dmakedate char(19) null
/*制单日期*/,
fpfstatusflag smallint null
/*审批流状态*/,
ctradewordid varchar(20) null
/*贸易术语*/,
chistrantypeid varchar(20) null
/*修订交易类型*/,
vhistrantypecode varchar(20) null
/*修订交易类型编码*/,
carsubtypeid varchar(20) null
/*赠品兑付类型*/,
chreceivecustid varchar(20) null
/*收货客户*/,
chreceiveaddid varchar(20) null
/*收货地址*/,
vbillsrctype varchar(20) null
/*整单来源单据类型*/,
cbillsrcid varchar(20) null
/*整单来源单据ID*/,
nlrgtotalorigmny decimal(28,8) null
/*赠品价税合计*/,
constraint pk_so_orderhist primary key (corderhistoryid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 销售订单修订附表 */
create table so_orderhistory_b (corderhistorybid char(20) not null
/*销售订单修订附表ID*/,
corderhistoryid varchar(20) not null
/*销售订单修订主表ID*/,
csaleorderid varchar(20) null
/*销售订单主表*/,
csaleorderbid char(20) not null
/*销售订单附表*/,
pk_group varchar(20) null
/*集团*/,
pk_org varchar(20) null
/*销售组织*/,
dbilldate char(19) null
/*单据日期*/,
crowno varchar(20) null
/*行号*/,
ccustmaterialid varchar(20) null
/*客户物料码*/,
cmaterialvid varchar(20) null
/*物料*/,
cproductorid varchar(20) null
/*生产厂商*/,
cmaterialid varchar(20) null
/*物料最新版本*/,
cvendorid varchar(20) null
/*供应商*/,
cfactoryid varchar(20) null
/*工厂*/,
cqualitylevelid varchar(20) null
/*质量等级*/,
cunitid varchar(20) null
/*主单位*/,
cprojectid varchar(20) null
/*项目*/,
castunitid varchar(20) null
/*单位*/,
vchangerate varchar(60) null
/*换算率*/,
nnum decimal(28,8) null
/*主数量*/,
nastnum decimal(28,8) null
/*数量*/,
cqtunitid varchar(20) null
/*报价单位*/,
vqtunitrate varchar(60) null
/*报价单位换算率*/,
nqtunitnum decimal(28,8) null
/*报价单位数量*/,
ntaxrate decimal(28,8) null
/*税率*/,
nitemdiscountrate decimal(28,8) null
/*单品折扣*/,
ndiscountrate decimal(28,8) null
/*整单折扣*/,
ccurrencyid varchar(20) null
/*本位币*/,
nexchangerate decimal(28,8) null
/*折本汇率*/,
nqtorigtaxprice decimal(28,8) null
/*含税单价*/,
nqtorigprice decimal(28,8) null
/*无税单价*/,
nqtorigtaxnetprc decimal(28,8) null
/*含税净价*/,
nqtorignetprice decimal(28,8) null
/*无税净价*/,
norigprice decimal(28,8) null
/*主无税单价*/,
norigtaxprice decimal(28,8) null
/*主含税单价*/,
norignetprice decimal(28,8) null
/*主无税净价*/,
norigtaxnetprice decimal(28,8) null
/*主含税净价*/,
norigmny decimal(28,8) null
/*无税金额*/,
norigtaxmny decimal(28,8) null
/*价税合计*/,
norigdiscount decimal(28,8) null
/*折扣额*/,
nqttaxnetprice decimal(28,8) null
/*本币含税净价*/,
nqtnetprice decimal(28,8) null
/*本币无税净价*/,
nqttaxprice decimal(28,8) null
/*本币含税单价*/,
nqtprice decimal(28,8) null
/*本币无税单价*/,
nprice decimal(28,8) null
/*主本币??税单价*/,
ntaxprice decimal(28,8) null
/*主本币含税单价*/,
nnetprice decimal(28,8) null
/*主本币无税净价*/,
ntaxnetprice decimal(28,8) null
/*主本币含税净价*/,
ntax decimal(28,8) null
/*本币税额*/,
nmny decimal(28,8) null
/*本币无税金额*/,
ntaxmny decimal(28,8) null
/*本币价税合计*/,
ndiscount decimal(28,8) null
/*本币折扣额*/,
nweight decimal(28,8) null
/*重量*/,
nvolume decimal(28,8) null
/*体积*/,
npiece decimal(28,8) null
/*件数*/,
ngroupexchgrate decimal(28,8) null
/*集团本位币汇率*/,
ngroupmny decimal(28,8) null
/*集团本币无税金额*/,
ngrouptaxmny decimal(28,8) null
/*集团本币价税合计*/,
nglobalexchgrate decimal(28,8) null
/*全局本位币汇率*/,
nglobalmny decimal(28,8) null
/*全局本币无税金额*/,
nglobaltaxmny decimal(28,8) null
/*全局本币价税合计*/,
naskqtorigtaxprc decimal(28,8) null
/*询价原币含税单价*/,
naskqtorigprice decimal(28,8) null
/*询价原币无税单价*/,
naskqtorigtxntprc decimal(28,8) null
/*询价原币含税净价*/,
naskqtorignetprice decimal(28,8) null
/*询价原币无税净价*/,
cpricepolicyid varchar(20) null
/*价格政策*/,
cpriceitemid varchar(20) null
/*价格项目*/,
cpriceitemtableid varchar(20) null
/*价目表*/,
cpriceformid varchar(20) null
/*价格组成*/,
blargessflag char(1) null
/*是否赠品*/,
cprodlineid varchar(20) null
/*产品线*/,
blaborflag char(1) null
/*服务类物料*/,
bdiscountflag char(1) null
/*折扣类物料*/,
vbatchcode varchar(40) null
/*批次*/,
pk_batchcode varchar(20) null
/*批次档案*/,
dsenddate char(19) null
/*计划发货日期*/,
dreceivedate char(19) null
/*要求到货日期*/,
creceivecustid varchar(20) null
/*收货客户*/,
creceiveareaid varchar(20) null
/*收货地区*/,
creceiveaddrid varchar(20) null
/*收货地址*/,
creceiveadddocid varchar(20) null
/*收货地点*/,
csendstockorgvid varchar(20) null
/*发货库存组织*/,
csendstockorgid varchar(20) null
/*发货库存组织最新版本*/,
csendstordocid varchar(20) null
/*发货仓库*/,
csettleorgvid varchar(20) null
/*结算财务组织*/,
csettleorgid varchar(20) null
/*结算财务组织结算财务组织*/,
carorgvid varchar(20) null
/*应收组织*/,
carorgid varchar(20) null
/*应收组织最新版本*/,
ctrafficorgvid varchar(20) null
/*物流组织*/,
ctrafficorgid varchar(20) null
/*物流组织最新版本*/,
cprofitcentervid varchar(20) null
/*利润中心*/,
cprofitcenterid varchar(20) null
/*利润中心最新版本*/,
bbindflag char(1) null
/*是否捆绑存货*/,
clargesssrcid varchar(20) null
/*赠品行对应来源订单行ID*/,
cbindsrcid varchar(20) null
/*捆绑件对应来源订单行ID*/,
flargesstypeflag integer null
/*赠品价格分摊方式*/,
nlargessmny decimal(28,8) null
/*赠品价格分摊前无税金额*/,
nlargesstaxmny decimal(28,8) null
/*赠品价格分摊前价税合计*/,
vbrevisereason varchar(181) null
/*修订理由*/,
cretreasonid varchar(20) null
/*退货原因ID*/,
vreturnmode varchar(181) null
/*退货责任处理方式*/,
cretpolicyid varchar(20) null
/*退货政策ID*/,
barrangedflag char(1) null
/*是否货源安排完毕*/,
carrangepersonid varchar(20) null
/*最后货源安排人*/,
tlastarrangetime char(19) null
/*最后货源安排时间*/,
vclosereason varchar(181) null
/*关闭原因*/,
cctmanageid varchar(20) null
/*合同ID*/,
cctmanagebid varchar(20) null
/*合同附表ID*/,
vctcode varchar(40) null
/*销售合同号*/,
vfirsttype varchar(20) null
/*源头单据类型*/,
vfirsttrantype varchar(20) null
/*源头交易类型*/,
vfirstcode varchar(40) null
/*源头单据号*/,
cfirstid varchar(20) null
/*源头单据主表主键*/,
cfirstbid varchar(20) null
/*源头单据表体主键*/,
vfirstrowno varchar(20) null
/*源头单据行号*/,
vsrctype varchar(20) null
/*来源单据类型*/,
vsrctrantype varchar(20) null
/*来??交易类型*/,
csrcid varchar(20) null
/*来源单据主表*/,
csrcbid varchar(20) null
/*来源单据附表*/,
vsrccode varchar(40) null
/*来源单据号*/,
vsrcrowno varchar(20) null
/*来源单据行号*/,
fretexchange integer null
/*退换货标记*/,
cexchangesrcretid varchar(20) null
/*换货来源订单*/,
bjczxsflag char(1) null
/*借出转销售*/,
vfree1 varchar(101) null
/*自由辅助属性1*/,
vfree2 varchar(101) null
/*自由辅助属性2*/,
vfree3 varchar(101) null
/*自由辅助属性3*/,
vfree4 varchar(101) null
/*自由辅助属性4*/,
vfree5 varchar(101) null
/*自由辅助属性5*/,
vfree6 varchar(101) null
/*自由辅助属性6*/,
vfree7 varchar(101) null
/*自由辅助属性7*/,
vfree8 varchar(101) null
/*自由???助属性8*/,
vfree9 varchar(101) null
/*自由辅助属性9*/,
vfree10 varchar(101) null
/*自由辅助属性10*/,
vbdef1 varchar(101) null
/*自定义项1*/,
vbdef2 varchar(101) null
/*自定义项2*/,
vbdef3 varchar(101) null
/*自定义项3*/,
vbdef4 varchar(101) null
/*自定义项4*/,
vbdef5 varchar(101) null
/*自定义项5*/,
vbdef6 varchar(101) null
/*自定义项6*/,
vbdef7 varchar(101) null
/*自定义项7*/,
vbdef8 varchar(101) null
/*自定义项8*/,
vbdef9 varchar(101) null
/*自定义项9*/,
vbdef10 varchar(101) null
/*自定义项10*/,
vbdef11 varchar(101) null
/*自定义项11*/,
vbdef12 varchar(101) null
/*自定义项12*/,
vbdef13 varchar(101) null
/*自定义项13*/,
vbdef14 varchar(101) null
/*自定义项14*/,
vbdef15 varchar(101) null
/*自定义项15*/,
vbdef16 varchar(101) null
/*自定义项16*/,
vbdef17 varchar(101) null
/*自定义项17*/,
vbdef18 varchar(101) null
/*自定???项18*/,
vbdef19 varchar(101) null
/*自定义项19*/,
vbdef20 varchar(101) null
/*自定义项20*/,
bbsendendflag char(1) null
/*发货关闭*/,
bboutendflag char(1) null
/*出库关闭*/,
bbinvoicendflag char(1) null
/*开票关闭*/,
bbcostsettleflag char(1) null
/*成本结算关闭*/,
bbarsettleflag char(1) null
/*收入结算关闭*/,
frowstatus integer null
/*行状态*/,
vrownote varchar(181) null
/*行备注*/,
crececountryid varchar(20) null
/*收货国家/地区*/,
csendcountryid varchar(20) null
/*发货国家/地区*/,
ctaxcountryid varchar(20) null
/*报税国家/地区*/,
fbuysellflag integer null
/*购销类型*/,
btriatradeflag char(1) null
/*三角贸易*/,
ctaxcodeid varchar(20) null
/*税码*/,
ftaxtypeflag integer null
/*扣税类别*/,
ncaltaxmny decimal(28,8) null
/*计税金额*/,
corigcountryid varchar(20) null
/*原产国*/,
corigareaid varchar(20) null
/*原产地区*/,
cbuypromottypeid varchar(20) null
/*买赠促销类型*/,
cprcpromottypeid varchar(20) null
/*询价促销类型*/,
vcustombillcode varchar(40) null
/*客户订单号*/,
cbuylargessactid varchar(20) null
/*买赠活动*/,
cpricepromtactid varchar(20) null
/*价格促销活动*/,
cbuylargessid varchar(20) null
/*买赠设置*/,
csprofitcentervid varchar(20) null
/*发货利润中心*/,
csprofitcenterid varchar(20) null
/*发货利润中心最新版本*/,
cmffileid varchar(20) null
/*特征码*/,
nmffileprice decimal(28,8) null
/*特征价*/,
cpromotpriceid varchar(20) null
/*促销价格表行*/,
blrgcashflag char(1) null
/*赠品兑付*/,
naccprice decimal(28,8) null
/*主记账单价*/,
constraint pk_so_orderhist_b primary key (corderhistorybid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 销售订单我的订单转储表 */
create table so_mb_myorder (csaleorderid char(20) not null
/*订单主实体*/,
pk_group varchar(20) null
/*集团*/,
dbilldate char(19) null
/*单据日期*/,
pk_org varchar(20) null
/*销售组织*/,
vbillcode varchar(40) null
/*订单号*/,
ccustomerid varchar(20) null
/*客户*/,
ntotalorigmny decimal(28,8) null
/*价税合计*/,
cemployeeid varchar(20) null
/*业务员*/,
constraint pk_so_mb_myorder primary key (csaleorderid),
ts char(19) null,
dr smallint null default 0
)
;
/* tablename: 销售订单移动分析表 */
create table so_mb_orderanaly (pk_group varchar(20) null
/*集团*/,
dbilldate char(19) null
/*单据日期*/,
pk_org varchar(20) null
/*销售组织*/,
vbillcode varchar(40) null
/*订单号*/,
ccustomerid varchar(20) null
/*客户*/,
cdeptid varchar(20) null
/*部门*/,
cemployeeid varchar(20) null
/*业务员*/,
cchanneltypeid varchar(20) null
/*渠道类型*/,
cmaterialid varchar(20) null
/*物料*/,
cprodlineid varchar(20) null
/*产品线*/,
cbrandid varchar(20) null
/*品牌*/,
nnum decimal(28,8) null
/*销售主数量*/,
norigtaxmny decimal(28,8) null
/*价税合计*/,
corigcurrencyid varchar(20) null
/*原币*/,
ntaxmny decimal(28,8) null
/*本币价税合计*/,
ngrouptaxmny decimal(28,8) null
/*集团本币价税合计*/,
csaleorderid varchar(20) null
/*销售主表ID*/,
ts char(19) null,
dr smallint null default 0
)
;
|
ALTER TABLE `users`
ADD COLUMN `last_motell` VARCHAR(255) NULL
;
INSERT INTO `addon_account` (name, label, shared) VALUES
('motell_black_money','Dirty money Motel',0)
;
INSERT INTO `addon_inventory` (name, label, shared) VALUES
('motell','Motel',0)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('motell','Motel',0)
;
CREATE TABLE `owned_motell` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`price` double NOT NULL,
`rented` int(11) NOT NULL,
`owner` varchar(60) NOT NULL,
PRIMARY KEY (`id`)
);
CREATE TABLE `motell` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`label` varchar(255) DEFAULT NULL,
`entering` varchar(255) DEFAULT NULL,
`exit` varchar(255) DEFAULT NULL,
`inside` varchar(255) DEFAULT NULL,
`outside` varchar(255) DEFAULT NULL,
`ipls` varchar(255) DEFAULT '[]',
`gateway` varchar(255) DEFAULT NULL,
`is_single` int(11) DEFAULT NULL,
`is_room` int(11) DEFAULT NULL,
`is_gateway` int(11) DEFAULT NULL,
`room_menu` varchar(255) DEFAULT NULL,
`price` int(11) NOT NULL,
PRIMARY KEY (`id`)
);
INSERT INTO `motell` (`id`, `name`, `label`, `entering`, `exit`, `inside`, `outside`, `ipls`, `gateway`, `is_single`, `is_room`, `is_gateway`, `room_menu`, `price`) VALUES
(1, 'Motel', 'Motel', '{\"y\":-673.84,\"z\":28.21,\"x\":-1477.66}', '{\"x\":151.52,\"y\":-1007.02,\"z\":-99.83}', '{\"y\":-1007.95,\"z\":-99.0,\"x\":151.38}', '{\"y\":-659.21,\"z\":28.75,\"x\":-1458.98}', '[]', NULL, 1, 1, 0, '{\"x\":151.94,\"y\":-1001.34,\"z\":-99.83}', 400000),
(2, 'Motel', 'Motel', '{\"y\":-668.4023,\"z\":28.58,\"x\":-1471.482}', '{\"x\":151.52,\"y\":-1007.02,\"z\":-99.83}', '{\"y\":-1007.95,\"z\":-99.0,\"x\":151.38}', '{\"y\":-659.21,\"z\":28.75,\"x\":-1458.98}', '[]', NULL, 1, 1, 0, '{\"x\":151.94,\"y\":-1001.34,\"z\":-99.83}', 400000),
(3, 'Motell', 'Motell', '{\"y\":-665.4546,\"z\":28.58,\"x\":-1467.514}', '{\"x\":151.52,\"y\":-1007.02,\"z\":-99.83}', '{\"y\":-1007.95,\"z\":-99.0,\"x\":151.38}', '{\"y\":-659.21,\"z\":28.75,\"x\":-1458.98}', '[]', NULL, 1, 1, 0, '{\"x\":151.94,\"y\":-1001.34,\"z\":-99.83}', 400000);
|
Create Table Users (
id number Primary Key,
email varchar2(200) Unique Not Null,
firstname varchar2(200) Not Null,
lastname varchar2(200) Not Null,
phonenumber varchar2(200),
password varchar2(500) Not Null,
pokemonid varchar2(20) Not Null
);
Create Sequence user_seq INCREMENT BY 1 START WITH 1; |
SELECT * FROM restaurant ORDER BY RAND() LIMIT 1; |
# generated via Exemples/articles.xml;
DROP TABLE IF EXISTS articles;
CREATE TABLE articles (
id VARCHAR(255) ,
refArticle VARCHAR(255) ,
PRIMARY KEY (`id`)
) ;
INSERT INTO articles (id,refArticle) VALUES (1,'HYBPk-164') ;
INSERT INTO articles (id,refArticle) VALUES (2,'BHDwm-519') ;
INSERT INTO articles (id,refArticle) VALUES (3,'LFHti-009') ;
INSERT INTO articles (id,refArticle) VALUES (4,'AJWcz-512') ;
INSERT INTO articles (id,refArticle) VALUES (5,'ZFMCd-867') ;
INSERT INTO articles (id,refArticle) VALUES (6,'SDZaU-484') ;
INSERT INTO articles (id,refArticle) VALUES (7,'KWUgT-424') ;
INSERT INTO articles (id,refArticle) VALUES (8,'QGPDQ-949') ;
INSERT INTO articles (id,refArticle) VALUES (9,'SFBRY-643') ;
INSERT INTO articles (id,refArticle) VALUES (10,'BVEVd-368') ;
|
-- phpMyAdmin SQL Dump
-- version 4.2.10
-- http://www.phpmyadmin.net
--
-- Хост: localhost
-- Время создания: Авг 31 2015 г., 17:52
-- Версия сервера: 5.6.21
-- Версия PHP: 5.6.8
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- База данных: `tickets`
--
-- --------------------------------------------------------
--
-- Структура таблицы `config`
--
CREATE TABLE IF NOT EXISTS `config` (
`id` int(11) NOT NULL,
`key` varchar(45) NOT NULL,
`value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Структура таблицы `events`
--
CREATE TABLE IF NOT EXISTS `events` (
`id` int(11) NOT NULL,
`representation_id` int(11) NOT NULL,
`date` datetime NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `events`
--
INSERT INTO `events` (`id`, `representation_id`, `date`) VALUES
(1, 1, '2015-09-30 12:00:00'),
(2, 1, '2015-09-30 15:38:22');
-- --------------------------------------------------------
--
-- Структура таблицы `event_prices`
--
CREATE TABLE IF NOT EXISTS `event_prices` (
`id` int(11) NOT NULL,
`price` int(11) NOT NULL COMMENT 'цена на цвет',
`representation_id` int(11) NOT NULL,
`seat_color_id` int(11) NOT NULL COMMENT 'id цвета места'
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `event_prices`
--
INSERT INTO `event_prices` (`id`, `price`, `representation_id`, `seat_color_id`) VALUES
(1, 1, 1, 1),
(2, 1, 1, 2),
(3, 1, 1, 3),
(4, 1, 1, 4),
(5, 1, 1, 5);
-- --------------------------------------------------------
--
-- Структура таблицы `event_seats`
--
CREATE TABLE IF NOT EXISTS `event_seats` (
`id` int(11) NOT NULL,
`seat_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`last_reservation` datetime DEFAULT NULL,
`last_reservation_session_id` varchar(255) DEFAULT NULL,
`is_purchased` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `event_seats`
--
INSERT INTO `event_seats` (`id`, `seat_id`, `event_id`, `last_reservation`, `last_reservation_session_id`, `is_purchased`) VALUES
(1, 1, 1, NULL, NULL, 0),
(2, 2, 1, NULL, NULL, 0);
-- --------------------------------------------------------
--
-- Структура таблицы `orders`
--
CREATE TABLE IF NOT EXISTS `orders` (
`id` int(11) NOT NULL,
`events_seat_id` int(11) NOT NULL,
`user_name` varchar(255) NOT NULL,
`user_email` varchar(255) NOT NULL,
`user_phone` varchar(255) DEFAULT NULL,
`date` datetime NOT NULL,
`success` tinyint(1) DEFAULT '0',
`uid` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Структура таблицы `order_history`
--
CREATE TABLE IF NOT EXISTS `order_history` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`uids` text NOT NULL,
`datetime` datetime NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `order_history`
--
INSERT INTO `order_history` (`id`, `user_id`, `uids`, `datetime`) VALUES
(1, 1, '1c57deb4fc0a,1e6552c9ebaa', '2015-08-31 19:33:00'),
(2, 1, 'a1e8b0c81030', '2015-08-20 12:40:37'),
(3, 1, 'ade0629317a7', '2015-08-21 17:20:09'),
(4, 1, '4fb5247cde9d4e1e', '2015-08-20 12:40:32'),
(5, 1, '1d4201190ea64627', '2015-08-20 18:43:17'),
(6, 1, '3d9c25e8af924d6c,34e5adeb52d04704,3687249a0a6d4abb,0dc336a53beb4cf7,93e95cf9a3fd4c7a,a6a4541ea65844f8,32c1a40a97704acc,bee410e188104316,39b434718e5a4100,e317d27d7f4949af,477c01e4a5ea4802,ac56564829284c5d,9c6db18a8eca478e,b6c7be06f2df4a07', '2015-08-21 17:19:53'),
(7, 1, '74a731d4d0dc46d4', '2015-08-21 17:43:39'),
(8, 1, '9337691c44314db1,b8f3f34f1a524317,cd0022ff9d9c4e66,bdc5b5d36d5b4123,99130cb1b7504666,a6c5caaa45d448f0', '2015-08-21 17:44:11'),
(9, 1, 'dc6f86047e96497a', '2015-08-31 20:51:32'),
(10, 1, '9866274659094264', '2015-08-31 20:51:55');
-- --------------------------------------------------------
--
-- Структура таблицы `representations`
--
CREATE TABLE IF NOT EXISTS `representations` (
`id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`description` text,
`img` varchar(255) DEFAULT NULL,
`is_active` tinyint(1) DEFAULT '1'
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `representations`
--
INSERT INTO `representations` (`id`, `title`, `description`, `img`, `is_active`) VALUES
(1, 'Представление 1 ', NULL, 'http://www.kasa-lvivcirk.com/images/bc5ec6ac-525f-498a-95f0-2d92fdeaf465.jpg', 1),
(2, 'Представление 2', NULL, 'http://www.kasa-lvivcirk.com/images/bc5ec6ac-525f-498a-95f0-2d92fdeaf465.jpg', 1);
-- --------------------------------------------------------
--
-- Структура таблицы `seats`
--
CREATE TABLE IF NOT EXISTS `seats` (
`id` int(11) NOT NULL,
`alias` varchar(25) DEFAULT NULL,
`title` varchar(255) NOT NULL,
`seat_color_id` int(11) DEFAULT NULL
) ENGINE=InnoDB AUTO_INCREMENT=1801 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `seats`
--
INSERT INTO `seats` (`id`, `alias`, `title`, `seat_color_id`) VALUES
(1, 'left-1-1', 'Ліва сторона Ряд 1 Місце 1', 5),
(2, 'left-1-2', 'Ліва сторона Ряд 1 Місце 2', 5),
(3, 'left-1-3', 'Ліва сторона Ряд 1 Місце 3', 5),
(4, 'left-1-4', 'Ліва сторона Ряд 1 Місце 4', 5),
(5, 'left-1-5', 'Ліва сторона Ряд 1 Місце 5', 5),
(6, 'left-1-6', 'Ліва сторона Ряд 1 Місце 6', 5),
(7, 'left-1-7', 'Ліва сторона Ряд 1 Місце 7', 5),
(8, 'left-1-8', 'Ліва сторона Ряд 1 Місце 8', 5),
(9, 'left-1-9', 'Ліва сторона Ряд 1 Місце 9', 5),
(10, 'left-1-10', 'Ліва сторона Ряд 1 Місце 10', 5),
(11, 'left-1-11', 'Ліва сторона Ряд 1 Місце 11', 5),
(12, 'left-1-12', 'Ліва сторона Ряд 1 Місце 12', 5),
(13, 'left-1-13', 'Ліва сторона Ряд 1 Місце 13', 5),
(14, 'left-1-14', 'Ліва сторона Ряд 1 Місце 14', 5),
(15, 'left-1-15', 'Ліва сторона Ряд 1 Місце 15', 5),
(16, 'left-1-16', 'Ліва сторона Ряд 1 Місце 16', 5),
(17, 'left-1-17', 'Ліва сторона Ряд 1 Місце 17', 5),
(18, 'left-1-18', 'Ліва сторона Ряд 1 Місце 18', 5),
(19, 'left-1-19', 'Ліва сторона Ряд 1 Місце 19', 4),
(20, 'left-1-20', 'Ліва сторона Ряд 1 Місце 20', 4),
(21, 'left-1-21', 'Ліва сторона Ряд 1 Місце 21', 4),
(22, 'left-1-22', 'Ліва сторона Ряд 1 Місце 22', 4),
(23, 'left-1-23', 'Ліва сторона Ряд 1 Місце 23', 4),
(24, 'left-1-24', 'Ліва сторона Ряд 1 Місце 24', 4),
(25, 'left-1-25', 'Ліва сторона Ряд 1 Місце 25', 4),
(26, 'left-1-26', 'Ліва сторона Ряд 1 Місце 26', 4),
(27, 'left-1-27', 'Ліва сторона Ряд 1 Місце 27', 4),
(28, 'left-1-28', 'Ліва сторона Ряд 1 Місце 28', 4),
(29, 'left-1-29', 'Ліва сторона Ряд 1 Місце 29', 4),
(30, 'left-1-30', 'Ліва сторона Ряд 1 Місце 30', 4),
(31, 'left-2-1', 'Ліва сторона Ряд 2 Місце 1', 5),
(32, 'left-2-2', 'Ліва сторона Ряд 2 Місце 2', 5),
(33, 'left-2-3', 'Ліва сторона Ряд 2 Місце 3', 5),
(34, 'left-2-4', 'Ліва сторона Ряд 2 Місце 4', 5),
(35, 'left-2-5', 'Ліва сторона Ряд 2 Місце 5', 5),
(36, 'left-2-6', 'Ліва сторона Ряд 2 Місце 6', 5),
(37, 'left-2-7', 'Ліва сторона Ряд 2 Місце 7', 5),
(38, 'left-2-8', 'Ліва сторона Ряд 2 Місце 8', 5),
(39, 'left-2-9', 'Ліва сторона Ряд 2 Місце 9', 5),
(40, 'left-2-10', 'Ліва сторона Ряд 2 Місце 10', 5),
(41, 'left-2-11', 'Ліва сторона Ряд 2 Місце 11', 5),
(42, 'left-2-12', 'Ліва сторона Ряд 2 Місце 12', 5),
(43, 'left-2-13', 'Ліва сторона Ряд 2 Місце 13', 5),
(44, 'left-2-14', 'Ліва сторона Ряд 2 Місце 14', 5),
(45, 'left-2-15', 'Ліва сторона Ряд 2 Місце 15', 5),
(46, 'left-2-16', 'Ліва сторона Ряд 2 Місце 16', 5),
(47, 'left-2-17', 'Ліва сторона Ряд 2 Місце 17', 5),
(48, 'left-2-18', 'Ліва сторона Ряд 2 Місце 18', 5),
(49, 'left-2-19', 'Ліва сторона Ряд 2 Місце 19', 5),
(50, 'left-2-20', 'Ліва сторона Ряд 2 Місце 20', 5),
(51, 'left-2-21', 'Ліва сторона Ряд 2 Місце 21', 4),
(52, 'left-2-22', 'Ліва сторона Ряд 2 Місце 22', 4),
(53, 'left-2-23', 'Ліва сторона Ряд 2 Місце 23', 4),
(54, 'left-2-24', 'Ліва сторона Ряд 2 Місце 24', 4),
(55, 'left-2-25', 'Ліва сторона Ряд 2 Місце 25', 4),
(56, 'left-2-26', 'Ліва сторона Ряд 2 Місце 26', 4),
(57, 'left-2-27', 'Ліва сторона Ряд 2 Місце 27', 4),
(58, 'left-2-28', 'Ліва сторона Ряд 2 Місце 28', 4),
(59, 'left-2-29', 'Ліва сторона Ряд 2 Місце 29', 4),
(60, 'left-2-30', 'Ліва сторона Ряд 2 Місце 30', 4),
(61, 'left-2-31', 'Ліва сторона Ряд 2 Місце 31', 4),
(62, 'left-2-32', 'Ліва сторона Ряд 2 Місце 32', 4),
(63, 'left-2-33', 'Ліва сторона Ряд 2 Місце 33', 4),
(64, 'left-2-34', 'Ліва сторона Ряд 2 Місце 34', 4),
(65, 'left-3-1', 'Ліва сторона Ряд 3 Місце 1', 5),
(66, 'left-3-2', 'Ліва сторона Ряд 3 Місце 2', 5),
(67, 'left-3-3', 'Ліва сторона Ряд 3 Місце 3', 5),
(68, 'left-3-4', 'Ліва сторона Ряд 3 Місце 4', 5),
(69, 'left-3-5', 'Ліва сторона Ряд 3 Місце 5', 5),
(70, 'left-3-6', 'Ліва сторона Ряд 3 Місце 6', 5),
(71, 'left-3-7', 'Ліва сторона Ряд 3 Місце 7', 5),
(72, 'left-3-8', 'Ліва сторона Ряд 3 Місце 8', 5),
(73, 'left-3-9', 'Ліва сторона Ряд 3 Місце 9', 5),
(74, 'left-3-10', 'Ліва сторона Ряд 3 Місце 10', 5),
(75, 'left-3-11', 'Ліва сторона Ряд 3 Місце 11', 5),
(76, 'left-3-12', 'Ліва сторона Ряд 3 Місце 12', 5),
(77, 'left-3-13', 'Ліва сторона Ряд 3 Місце 13', 5),
(78, 'left-3-14', 'Ліва сторона Ряд 3 Місце 14', 5),
(79, 'left-3-15', 'Ліва сторона Ряд 3 Місце 15', 5),
(80, 'left-3-16', 'Ліва сторона Ряд 3 Місце 16', 5),
(81, 'left-3-17', 'Ліва сторона Ряд 3 Місце 17', 5),
(82, 'left-3-18', 'Ліва сторона Ряд 3 Місце 18', 5),
(83, 'left-3-19', 'Ліва сторона Ряд 3 Місце 19', 5),
(84, 'left-3-20', 'Ліва сторона Ряд 3 Місце 20', 5),
(85, 'left-3-21', 'Ліва сторона Ряд 3 Місце 21', 5),
(86, 'left-3-22', 'Ліва сторона Ряд 3 Місце 22', 5),
(87, 'left-3-23', 'Ліва сторона Ряд 3 Місце 23', 5),
(88, 'left-3-24', 'Ліва сторона Ряд 3 Місце 24', 4),
(89, 'left-3-25', 'Ліва сторона Ряд 3 Місце 25', 4),
(90, 'left-3-26', 'Ліва сторона Ряд 3 Місце 26', 4),
(91, 'left-3-27', 'Ліва сторона Ряд 3 Місце 27', 4),
(92, 'left-3-28', 'Ліва сторона Ряд 3 Місце 28', 4),
(93, 'left-3-29', 'Ліва сторона Ряд 3 Місце 29', 4),
(94, 'left-3-30', 'Ліва сторона Ряд 3 Місце 30', 4),
(95, 'left-3-31', 'Ліва сторона Ряд 3 Місце 31', 4),
(96, 'left-3-32', 'Ліва сторона Ряд 3 Місце 32', 4),
(97, 'left-3-33', 'Ліва сторона Ряд 3 Місце 33', 4),
(98, 'left-3-34', 'Ліва сторона Ряд 3 Місце 34', 4),
(99, 'left-3-35', 'Ліва сторона Ряд 3 Місце 35', 4),
(100, 'left-3-36', 'Ліва сторона Ряд 3 Місце 36', 4),
(101, 'left-3-37', 'Ліва сторона Ряд 3 Місце 37', 4),
(102, 'left-3-38', 'Ліва сторона Ряд 3 Місце 38', 4),
(103, 'left-3-39', 'Ліва сторона Ряд 3 Місце 39', 4),
(104, 'left-3-40', 'Ліва сторона Ряд 3 Місце 40', 4),
(105, 'left-4-1', 'Ліва сторона Ряд 4 Місце 1', 5),
(106, 'left-4-2', 'Ліва сторона Ряд 4 Місце 2', 5),
(107, 'left-4-3', 'Ліва сторона Ряд 4 Місце 3', 5),
(108, 'left-4-4', 'Ліва сторона Ряд 4 Місце 4', 5),
(109, 'left-4-5', 'Ліва сторона Ряд 4 Місце 5', 5),
(110, 'left-4-6', 'Ліва сторона Ряд 4 Місце 6', 5),
(111, 'left-4-7', 'Ліва сторона Ряд 4 Місце 7', 5),
(112, 'left-4-8', 'Ліва сторона Ряд 4 Місце 8', 5),
(113, 'left-4-9', 'Ліва сторона Ряд 4 Місце 9', 5),
(114, 'left-4-10', 'Ліва сторона Ряд 4 Місце 10', 5),
(115, 'left-4-11', 'Ліва сторона Ряд 4 Місце 11', 5),
(116, 'left-4-12', 'Ліва сторона Ряд 4 Місце 12', 5),
(117, 'left-4-13', 'Ліва сторона Ряд 4 Місце 13', 5),
(118, 'left-4-14', 'Ліва сторона Ряд 4 Місце 14', 5),
(119, 'left-4-15', 'Ліва сторона Ряд 4 Місце 15', 5),
(120, 'left-4-16', 'Ліва сторона Ряд 4 Місце 16', 5),
(121, 'left-4-17', 'Ліва сторона Ряд 4 Місце 17', 5),
(122, 'left-4-18', 'Ліва сторона Ряд 4 Місце 18', 5),
(123, 'left-4-19', 'Ліва сторона Ряд 4 Місце 19', 5),
(124, 'left-4-20', 'Ліва сторона Ряд 4 Місце 20', 5),
(125, 'left-4-21', 'Ліва сторона Ряд 4 Місце 21', 5),
(126, 'left-4-22', 'Ліва сторона Ряд 4 Місце 22', 5),
(127, 'left-4-23', 'Ліва сторона Ряд 4 Місце 23', 5),
(128, 'left-4-24', 'Ліва сторона Ряд 4 Місце 24', 4),
(129, 'left-4-25', 'Ліва сторона Ряд 4 Місце 25', 4),
(130, 'left-4-26', 'Ліва сторона Ряд 4 Місце 26', 4),
(131, 'left-4-27', 'Ліва сторона Ряд 4 Місце 27', 4),
(132, 'left-4-28', 'Ліва сторона Ряд 4 Місце 28', 4),
(133, 'left-4-29', 'Ліва сторона Ряд 4 Місце 29', 4),
(134, 'left-4-30', 'Ліва сторона Ряд 4 Місце 30', 4),
(135, 'left-4-31', 'Ліва сторона Ряд 4 Місце 31', 4),
(136, 'left-4-32', 'Ліва сторона Ряд 4 Місце 32', 4),
(137, 'left-4-33', 'Ліва сторона Ряд 4 Місце 33', 4),
(138, 'left-4-34', 'Ліва сторона Ряд 4 Місце 34', 4),
(139, 'left-4-35', 'Ліва сторона Ряд 4 Місце 35', 4),
(140, 'left-4-36', 'Ліва сторона Ряд 4 Місце 36', 4),
(141, 'left-4-37', 'Ліва сторона Ряд 4 Місце 37', 4),
(142, 'left-4-38', 'Ліва сторона Ряд 4 Місце 38', 4),
(143, 'left-4-39', 'Ліва сторона Ряд 4 Місце 39', 4),
(144, 'left-4-40', 'Ліва сторона Ряд 4 Місце 40', 4),
(145, 'left-4-41', 'Ліва сторона Ряд 4 Місце 41', 4),
(146, 'left-4-42', 'Ліва сторона Ряд 4 Місце 42', 4),
(147, 'left-5-1', 'Ліва сторона Ряд 5 Місце 1', 4),
(148, 'left-5-2', 'Ліва сторона Ряд 5 Місце 2', 4),
(149, 'left-5-3', 'Ліва сторона Ряд 5 Місце 3', 4),
(150, 'left-5-4', 'Ліва сторона Ряд 5 Місце 4', 4),
(151, 'left-5-5', 'Ліва сторона Ряд 5 Місце 5', 4),
(152, 'left-5-6', 'Ліва сторона Ряд 5 Місце 6', 4),
(153, 'left-5-7', 'Ліва сторона Ряд 5 Місце 7', 4),
(154, 'left-5-8', 'Ліва сторона Ряд 5 Місце 8', 4),
(155, 'left-5-9', 'Ліва сторона Ряд 5 Місце 9', 4),
(156, 'left-5-10', 'Ліва сторона Ряд 5 Місце 10', 4),
(157, 'left-5-11', 'Ліва сторона Ряд 5 Місце 11', 4),
(158, 'left-5-12', 'Ліва сторона Ряд 5 Місце 12', 4),
(159, 'left-5-13', 'Ліва сторона Ряд 5 Місце 13', 4),
(160, 'left-5-14', 'Ліва сторона Ряд 5 Місце 14', 4),
(161, 'left-5-15', 'Ліва сторона Ряд 5 Місце 15', 4),
(162, 'left-5-16', 'Ліва сторона Ряд 5 Місце 16', 4),
(163, 'left-5-17', 'Ліва сторона Ряд 5 Місце 17', 4),
(164, 'left-5-18', 'Ліва сторона Ряд 5 Місце 18', 4),
(165, 'left-5-19', 'Ліва сторона Ряд 5 Місце 19', 4),
(166, 'left-5-20', 'Ліва сторона Ряд 5 Місце 20', 4),
(167, 'left-5-21', 'Ліва сторона Ряд 5 Місце 21', 4),
(168, 'left-5-22', 'Ліва сторона Ряд 5 Місце 22', 4),
(169, 'left-5-23', 'Ліва сторона Ряд 5 Місце 23', 4),
(170, 'left-5-24', 'Ліва сторона Ряд 5 Місце 24', 4),
(171, 'left-5-25', 'Ліва сторона Ряд 5 Місце 25', 4),
(172, 'left-5-26', 'Ліва сторона Ряд 5 Місце 26', 4),
(173, 'left-5-27', 'Ліва сторона Ряд 5 Місце 27', 3),
(174, 'left-5-28', 'Ліва сторона Ряд 5 Місце 28', 3),
(175, 'left-5-29', 'Ліва сторона Ряд 5 Місце 29', 3),
(176, 'left-5-30', 'Ліва сторона Ряд 5 Місце 30', 3),
(177, 'left-5-31', 'Ліва сторона Ряд 5 Місце 31', 3),
(178, 'left-5-32', 'Ліва сторона Ряд 5 Місце 32', 3),
(179, 'left-5-33', 'Ліва сторона Ряд 5 Місце 33', 3),
(180, 'left-5-34', 'Ліва сторона Ряд 5 Місце 34', 3),
(181, 'left-5-35', 'Ліва сторона Ряд 5 Місце 35', 3),
(182, 'left-5-36', 'Ліва сторона Ряд 5 Місце 36', 3),
(183, 'left-5-37', 'Ліва сторона Ряд 5 Місце 37', 3),
(184, 'left-5-38', 'Ліва сторона Ряд 5 Місце 38', 3),
(185, 'left-5-39', 'Ліва сторона Ряд 5 Місце 39', 3),
(186, 'left-5-40', 'Ліва сторона Ряд 5 Місце 40', 3),
(187, 'left-5-41', 'Ліва сторона Ряд 5 Місце 41', 3),
(188, 'left-5-42', 'Ліва сторона Ряд 5 Місце 42', 3),
(189, 'left-5-43', 'Ліва сторона Ряд 5 Місце 43', 3),
(190, 'left-5-44', 'Ліва сторона Ряд 5 Місце 44', 3),
(191, 'left-5-45', 'Ліва сторона Ряд 5 Місце 45', 3),
(192, 'left-5-46', 'Ліва сторона Ряд 5 Місце 46', 3),
(193, 'left-5-47', 'Ліва сторона Ряд 5 Місце 47', 3),
(194, 'left-5-48', 'Ліва сторона Ряд 5 Місце 48', 3),
(195, 'left-6-1', 'Ліва сторона Ряд 6 Місце 1', 4),
(196, 'left-6-2', 'Ліва сторона Ряд 6 Місце 2', 4),
(197, 'left-6-3', 'Ліва сторона Ряд 6 Місце 3', 4),
(198, 'left-6-4', 'Ліва сторона Ряд 6 Місце 4', 4),
(199, 'left-6-5', 'Ліва сторона Ряд 6 Місце 5', 4),
(200, 'left-6-6', 'Ліва сторона Ряд 6 Місце 6', 4),
(201, 'left-6-7', 'Ліва сторона Ряд 6 Місце 7', 4),
(202, 'left-6-8', 'Ліва сторона Ряд 6 Місце 8', 4),
(203, 'left-6-9', 'Ліва сторона Ряд 6 Місце 9', 4),
(204, 'left-6-10', 'Ліва сторона Ряд 6 Місце 10', 4),
(205, 'left-6-11', 'Ліва сторона Ряд 6 Місце 11', 4),
(206, 'left-6-12', 'Ліва сторона Ряд 6 Місце 12', 4),
(207, 'left-6-13', 'Ліва сторона Ряд 6 Місце 13', 4),
(208, 'left-6-14', 'Ліва сторона Ряд 6 Місце 14', 4),
(209, 'left-6-15', 'Ліва сторона Ряд 6 Місце 15', 4),
(210, 'left-6-16', 'Ліва сторона Ряд 6 Місце 16', 4),
(211, 'left-6-17', 'Ліва сторона Ряд 6 Місце 17', 4),
(212, 'left-6-18', 'Ліва сторона Ряд 6 Місце 18', 4),
(213, 'left-6-19', 'Ліва сторона Ряд 6 Місце 19', 4),
(214, 'left-6-20', 'Ліва сторона Ряд 6 Місце 20', 4),
(215, 'left-6-21', 'Ліва сторона Ряд 6 Місце 21', 4),
(216, 'left-6-22', 'Ліва сторона Ряд 6 Місце 22', 4),
(217, 'left-6-23', 'Ліва сторона Ряд 6 Місце 23', 4),
(218, 'left-6-24', 'Ліва сторона Ряд 6 Місце 24', 4),
(219, 'left-6-25', 'Ліва сторона Ряд 6 Місце 25', 4),
(220, 'left-6-26', 'Ліва сторона Ряд 6 Місце 26', 4),
(221, 'left-6-27', 'Ліва сторона Ряд 6 Місце 27', 4),
(222, 'left-6-28', 'Ліва сторона Ряд 6 Місце 28', 3),
(223, 'left-6-29', 'Ліва сторона Ряд 6 Місце 29', 3),
(224, 'left-6-30', 'Ліва сторона Ряд 6 Місце 30', 3),
(225, 'left-6-31', 'Ліва сторона Ряд 6 Місце 31', 3),
(226, 'left-6-32', 'Ліва сторона Ряд 6 Місце 32', 3),
(227, 'left-6-33', 'Ліва сторона Ряд 6 Місце 33', 3),
(228, 'left-6-34', 'Ліва сторона Ряд 6 Місце 34', 3),
(229, 'left-6-35', 'Ліва сторона Ряд 6 Місце 35', 3),
(230, 'left-6-36', 'Ліва сторона Ряд 6 Місце 36', 3),
(231, 'left-6-37', 'Ліва сторона Ряд 6 Місце 37', 3),
(232, 'left-6-38', 'Ліва сторона Ряд 6 Місце 38', 3),
(233, 'left-6-39', 'Ліва сторона Ряд 6 Місце 39', 3),
(234, 'left-6-40', 'Ліва сторона Ряд 6 Місце 40', 3),
(235, 'left-6-41', 'Ліва сторона Ряд 6 Місце 41', 3),
(236, 'left-6-42', 'Ліва сторона Ряд 6 Місце 42', 3),
(237, 'left-6-43', 'Ліва сторона Ряд 6 Місце 43', 3),
(238, 'left-6-44', 'Ліва сторона Ряд 6 Місце 44', 3),
(239, 'left-6-45', 'Ліва сторона Ряд 6 Місце 45', 3),
(240, 'left-6-46', 'Ліва сторона Ряд 6 Місце 46', 3),
(241, 'left-6-47', 'Ліва сторона Ряд 6 Місце 47', 3),
(242, 'left-6-48', 'Ліва сторона Ряд 6 Місце 48', 3),
(243, 'left-6-49', 'Ліва сторона Ряд 6 Місце 49', 3),
(244, 'left-6-50', 'Ліва сторона Ряд 6 Місце 50', 3),
(245, 'left-6-51', 'Ліва сторона Ряд 6 Місце 51', 3),
(246, 'left-7-1', 'Ліва сторона Ряд 7 Місце 1', 4),
(247, 'left-7-2', 'Ліва сторона Ряд 7 Місце 2', 4),
(248, 'left-7-3', 'Ліва сторона Ряд 7 Місце 3', 4),
(249, 'left-7-4', 'Ліва сторона Ряд 7 Місце 4', 4),
(250, 'left-7-5', 'Ліва сторона Ряд 7 Місце 5', 4),
(251, 'left-7-6', 'Ліва сторона Ряд 7 Місце 6', 4),
(252, 'left-7-7', 'Ліва сторона Ряд 7 Місце 7', 4),
(253, 'left-7-8', 'Ліва сторона Ряд 7 Місце 8', 4),
(254, 'left-7-9', 'Ліва сторона Ряд 7 Місце 9', 4),
(255, 'left-7-10', 'Ліва сторона Ряд 7 Місце 10', 4),
(256, 'left-7-11', 'Ліва сторона Ряд 7 Місце 11', 4),
(257, 'left-7-12', 'Ліва сторона Ряд 7 Місце 12', 4),
(258, 'left-7-13', 'Ліва сторона Ряд 7 Місце 13', 4),
(259, 'left-7-14', 'Ліва сторона Ряд 7 Місце 14', 4),
(260, 'left-7-15', 'Ліва сторона Ряд 7 Місце 15', 4),
(261, 'left-7-16', 'Ліва сторона Ряд 7 Місце 16', 4),
(262, 'left-7-17', 'Ліва сторона Ряд 7 Місце 17', 4),
(263, 'left-7-18', 'Ліва сторона Ряд 7 Місце 18', 4),
(264, 'left-7-19', 'Ліва сторона Ряд 7 Місце 19', 4),
(265, 'left-7-20', 'Ліва сторона Ряд 7 Місце 20', 4),
(266, 'left-7-21', 'Ліва сторона Ряд 7 Місце 21', 4),
(267, 'left-7-22', 'Ліва сторона Ряд 7 Місце 22', 4),
(268, 'left-7-23', 'Ліва сторона Ряд 7 Місце 23', 4),
(269, 'left-7-24', 'Ліва сторона Ряд 7 Місце 24', 4),
(270, 'left-7-25', 'Ліва сторона Ряд 7 Місце 25', 4),
(271, 'left-7-26', 'Ліва сторона Ряд 7 Місце 26', 4),
(272, 'left-7-27', 'Ліва сторона Ряд 7 Місце 27', 4),
(273, 'left-7-28', 'Ліва сторона Ряд 7 Місце 28', 4),
(274, 'left-7-29', 'Ліва сторона Ряд 7 Місце 29', 4),
(275, 'left-7-30', 'Ліва сторона Ряд 7 Місце 30', 4),
(276, 'left-7-31', 'Ліва сторона Ряд 7 Місце 31', 4),
(277, 'left-7-32', 'Ліва сторона Ряд 7 Місце 32', 3),
(278, 'left-7-33', 'Ліва сторона Ряд 7 Місце 33', 3),
(279, 'left-7-34', 'Ліва сторона Ряд 7 Місце 34', 3),
(280, 'left-7-35', 'Ліва сторона Ряд 7 Місце 35', 3),
(281, 'left-7-36', 'Ліва сторона Ряд 7 Місце 36', 3),
(282, 'left-7-37', 'Ліва сторона Ряд 7 Місце 37', 3),
(283, 'left-7-38', 'Ліва сторона Ряд 7 Місце 38', 3),
(284, 'left-7-39', 'Ліва сторона Ряд 7 Місце 39', 3),
(285, 'left-7-40', 'Ліва сторона Ряд 7 Місце 40', 3),
(286, 'left-7-41', 'Ліва сторона Ряд 7 Місце 41', 3),
(287, 'left-7-42', 'Ліва сторона Ряд 7 Місце 42', 3),
(288, 'left-7-43', 'Ліва сторона Ряд 7 Місце 43', 3),
(289, 'left-7-44', 'Ліва сторона Ряд 7 Місце 44', 3),
(290, 'left-7-45', 'Ліва сторона Ряд 7 Місце 45', 3),
(291, 'left-7-46', 'Ліва сторона Ряд 7 Місце 46', 3),
(292, 'left-7-47', 'Ліва сторона Ряд 7 Місце 47', 3),
(293, 'left-7-48', 'Ліва сторона Ряд 7 Місце 48', 3),
(294, 'left-7-49', 'Ліва сторона Ряд 7 Місце 49', 3),
(295, 'left-7-50', 'Ліва сторона Ряд 7 Місце 50', 3),
(296, 'left-7-51', 'Ліва сторона Ряд 7 Місце 51', 3),
(297, 'left-7-52', 'Ліва сторона Ряд 7 Місце 52', 3),
(298, 'left-7-53', 'Ліва сторона Ряд 7 Місце 53', 3),
(299, 'left-7-54', 'Ліва сторона Ряд 7 Місце 54', 3),
(300, 'left-7-55', 'Ліва сторона Ряд 7 Місце 55', 3),
(301, 'left-7-56', 'Ліва сторона Ряд 7 Місце 56', 3),
(302, 'left-7-57', 'Ліва сторона Ряд 7 Місце 57', 3),
(303, 'left-7-58', 'Ліва сторона Ряд 7 Місце 58', 3),
(304, 'left-7-59', 'Ліва сторона Ряд 7 Місце 59', 3),
(305, 'left-7-60', 'Ліва сторона Ряд 7 Місце 60', 3),
(306, 'left-7-61', 'Ліва сторона Ряд 7 Місце 61', 3),
(307, 'left-7-62', 'Ліва сторона Ряд 7 Місце 62', 3),
(308, 'left-8-1', 'Ліва сторона Ряд 8 Місце 1', 4),
(309, 'left-8-2', 'Ліва сторона Ряд 8 Місце 2', 4),
(310, 'left-8-3', 'Ліва сторона Ряд 8 Місце 3', 4),
(311, 'left-8-4', 'Ліва сторона Ряд 8 Місце 4', 4),
(312, 'left-8-5', 'Ліва сторона Ряд 8 Місце 5', 4),
(313, 'left-8-6', 'Ліва сторона Ряд 8 Місце 6', 4),
(314, 'left-8-7', 'Ліва сторона Ряд 8 Місце 7', 4),
(315, 'left-8-8', 'Ліва сторона Ряд 8 Місце 8', 4),
(316, 'left-8-9', 'Ліва сторона Ряд 8 Місце 9', 4),
(317, 'left-8-10', 'Ліва сторона Ряд 8 Місце 10', 4),
(318, 'left-8-11', 'Ліва сторона Ряд 8 Місце 11', 4),
(319, 'left-8-12', 'Ліва сторона Ряд 8 Місце 12', 4),
(320, 'left-8-13', 'Ліва сторона Ряд 8 Місце 13', 4),
(321, 'left-8-14', 'Ліва сторона Ряд 8 Місце 14', 4),
(322, 'left-8-15', 'Ліва сторона Ряд 8 Місце 15', 4),
(323, 'left-8-16', 'Ліва сторона Ряд 8 Місце 16', 4),
(324, 'left-8-17', 'Ліва сторона Ряд 8 Місце 17', 4),
(325, 'left-8-18', 'Ліва сторона Ряд 8 Місце 18', 4),
(326, 'left-8-19', 'Ліва сторона Ряд 8 Місце 19', 4),
(327, 'left-8-20', 'Ліва сторона Ряд 8 Місце 20', 4),
(328, 'left-8-21', 'Ліва сторона Ряд 8 Місце 21', 4),
(329, 'left-8-22', 'Ліва сторона Ряд 8 Місце 22', 4),
(330, 'left-8-23', 'Ліва сторона Ряд 8 Місце 23', 4),
(331, 'left-8-24', 'Ліва сторона Ряд 8 Місце 24', 4),
(332, 'left-8-25', 'Ліва сторона Ряд 8 Місце 25', 4),
(333, 'left-8-26', 'Ліва сторона Ряд 8 Місце 26', 4),
(334, 'left-8-27', 'Ліва сторона Ряд 8 Місце 27', 4),
(335, 'left-8-28', 'Ліва сторона Ряд 8 Місце 28', 4),
(336, 'left-8-29', 'Ліва сторона Ряд 8 Місце 29', 4),
(337, 'left-8-30', 'Ліва сторона Ряд 8 Місце 30', 4),
(338, 'left-8-31', 'Ліва сторона Ряд 8 Місце 31', 4),
(339, 'left-8-32', 'Ліва сторона Ряд 8 Місце 32', 4),
(340, 'left-8-33', 'Ліва сторона Ряд 8 Місце 33', 4),
(341, 'left-8-34', 'Ліва сторона Ряд 8 Місце 34', 3),
(342, 'left-8-35', 'Ліва сторона Ряд 8 Місце 35', 3),
(343, 'left-8-36', 'Ліва сторона Ряд 8 Місце 36', 3),
(344, 'left-8-37', 'Ліва сторона Ряд 8 Місце 37', 3),
(345, 'left-8-38', 'Ліва сторона Ряд 8 Місце 38', 3),
(346, 'left-8-39', 'Ліва сторона Ряд 8 Місце 39', 3),
(347, 'left-8-40', 'Ліва сторона Ряд 8 Місце 40', 3),
(348, 'left-8-41', 'Ліва сторона Ряд 8 Місце 41', 3),
(349, 'left-8-42', 'Ліва сторона Ряд 8 Місце 42', 3),
(350, 'left-8-43', 'Ліва сторона Ряд 8 Місце 43', 3),
(351, 'left-8-44', 'Ліва сторона Ряд 8 Місце 44', 3),
(352, 'left-8-45', 'Ліва сторона Ряд 8 Місце 45', 3),
(353, 'left-8-46', 'Ліва сторона Ряд 8 Місце 46', 3),
(354, 'left-8-47', 'Ліва сторона Ряд 8 Місце 47', 3),
(355, 'left-8-48', 'Ліва сторона Ряд 8 Місце 48', 3),
(356, 'left-8-49', 'Ліва сторона Ряд 8 Місце 49', 3),
(357, 'left-8-50', 'Ліва сторона Ряд 8 Місце 50', 3),
(358, 'left-8-51', 'Ліва сторона Ряд 8 Місце 51', 3),
(359, 'left-8-52', 'Ліва сторона Ряд 8 Місце 52', 3),
(360, 'left-8-53', 'Ліва сторона Ряд 8 Місце 53', 3),
(361, 'left-8-54', 'Ліва сторона Ряд 8 Місце 54', 3),
(362, 'left-8-55', 'Ліва сторона Ряд 8 Місце 55', 3),
(363, 'left-8-56', 'Ліва сторона Ряд 8 Місце 56', 3),
(364, 'left-8-57', 'Ліва сторона Ряд 8 Місце 57', 3),
(365, 'left-8-58', 'Ліва сторона Ряд 8 Місце 58', 3),
(366, 'left-8-59', 'Ліва сторона Ряд 8 Місце 59', 3),
(367, 'left-8-60', 'Ліва сторона Ряд 8 Місце 60', 3),
(368, 'left-8-61', 'Ліва сторона Ряд 8 Місце 61', 3),
(369, 'left-8-62', 'Ліва сторона Ряд 8 Місце 62', 3),
(370, 'left-8-63', 'Ліва сторона Ряд 8 Місце 63', 3),
(371, 'left-8-64', 'Ліва сторона Ряд 8 Місце 64', 3),
(372, 'left-8-65', 'Ліва сторона Ряд 8 Місце 65', 3),
(373, 'left-9-1', 'Ліва сторона Ряд 9 Місце 1', 4),
(374, 'left-9-2', 'Ліва сторона Ряд 9 Місце 2', 4),
(375, 'left-9-3', 'Ліва сторона Ряд 9 Місце 3', 4),
(376, 'left-9-4', 'Ліва сторона Ряд 9 Місце 4', 4),
(377, 'left-9-5', 'Ліва сторона Ряд 9 Місце 5', 4),
(378, 'left-9-6', 'Ліва сторона Ряд 9 Місце 6', 4),
(379, 'left-9-7', 'Ліва сторона Ряд 9 Місце 7', 4),
(380, 'left-9-8', 'Ліва сторона Ряд 9 Місце 8', 4),
(381, 'left-9-9', 'Ліва сторона Ряд 9 Місце 9', 4),
(382, 'left-9-10', 'Ліва сторона Ряд 9 Місце 10', 4),
(383, 'left-9-11', 'Ліва сторона Ряд 9 Місце 11', 4),
(384, 'left-9-12', 'Ліва сторона Ряд 9 Місце 12', 4),
(385, 'left-9-13', 'Ліва сторона Ряд 9 Місце 13', 4),
(386, 'left-9-14', 'Ліва сторона Ряд 9 Місце 14', 4),
(387, 'left-9-15', 'Ліва сторона Ряд 9 Місце 15', 4),
(388, 'left-9-16', 'Ліва сторона Ряд 9 Місце 16', 4),
(389, 'left-9-17', 'Ліва сторона Ряд 9 Місце 17', 4),
(390, 'left-9-18', 'Ліва сторона Ряд 9 Місце 18', 4),
(391, 'left-9-19', 'Ліва сторона Ряд 9 Місце 19', 4),
(392, 'left-9-20', 'Ліва сторона Ряд 9 Місце 20', 4),
(393, 'left-9-21', 'Ліва сторона Ряд 9 Місце 21', 4),
(394, 'left-9-22', 'Ліва сторона Ряд 9 Місце 22', 4),
(395, 'left-9-23', 'Ліва сторона Ряд 9 Місце 23', 4),
(396, 'left-9-24', 'Ліва сторона Ряд 9 Місце 24', 4),
(397, 'left-9-25', 'Ліва сторона Ряд 9 Місце 25', 4),
(398, 'left-9-26', 'Ліва сторона Ряд 9 Місце 26', 4),
(399, 'left-9-27', 'Ліва сторона Ряд 9 Місце 27', 4),
(400, 'left-9-28', 'Ліва сторона Ряд 9 Місце 28', 4),
(401, 'left-9-29', 'Ліва сторона Ряд 9 Місце 29', 4),
(402, 'left-9-30', 'Ліва сторона Ряд 9 Місце 30', 4),
(403, 'left-9-31', 'Ліва сторона Ряд 9 Місце 31', 4),
(404, 'left-9-32', 'Ліва сторона Ряд 9 Місце 32', 4),
(405, 'left-9-33', 'Ліва сторона Ряд 9 Місце 33', 4),
(406, 'left-9-34', 'Ліва сторона Ряд 9 Місце 34', 4),
(407, 'left-9-35', 'Ліва сторона Ряд 9 Місце 35', 4),
(408, 'left-9-36', 'Ліва сторона Ряд 9 Місце 36', 3),
(409, 'left-9-37', 'Ліва сторона Ряд 9 Місце 37', 3),
(410, 'left-9-38', 'Ліва сторона Ряд 9 Місце 38', 3),
(411, 'left-9-39', 'Ліва сторона Ряд 9 Місце 39', 3),
(412, 'left-9-40', 'Ліва сторона Ряд 9 Місце 40', 3),
(413, 'left-9-41', 'Ліва сторона Ряд 9 Місце 41', 3),
(414, 'left-9-42', 'Ліва сторона Ряд 9 Місце 42', 3),
(415, 'left-9-43', 'Ліва сторона Ряд 9 Місце 43', 3),
(416, 'left-9-44', 'Ліва сторона Ряд 9 Місце 44', 3),
(417, 'left-9-45', 'Ліва сторона Ряд 9 Місце 45', 3),
(418, 'left-9-46', 'Ліва сторона Ряд 9 Місце 46', 3),
(419, 'left-9-47', 'Ліва сторона Ряд 9 Місце 47', 3),
(420, 'left-9-48', 'Ліва сторона Ряд 9 Місце 48', 3),
(421, 'left-9-49', 'Ліва сторона Ряд 9 Місце 49', 3),
(422, 'left-9-50', 'Ліва сторона Ряд 9 Місце 50', 3),
(423, 'left-9-51', 'Ліва сторона Ряд 9 Місце 51', 3),
(424, 'left-9-52', 'Ліва сторона Ряд 9 Місце 52', 3),
(425, 'left-9-53', 'Ліва сторона Ряд 9 Місце 53', 3),
(426, 'left-9-54', 'Ліва сторона Ряд 9 Місце 54', 3),
(427, 'left-9-55', 'Ліва сторона Ряд 9 Місце 55', 3),
(428, 'left-9-56', 'Ліва сторона Ряд 9 Місце 56', 3),
(429, 'left-9-57', 'Ліва сторона Ряд 9 Місце 57', 3),
(430, 'left-9-58', 'Ліва сторона Ряд 9 Місце 58', 3),
(431, 'left-9-59', 'Ліва сторона Ряд 9 Місце 59', 3),
(432, 'left-9-60', 'Ліва сторона Ряд 9 Місце 60', 3),
(433, 'left-9-61', 'Ліва сторона Ряд 9 Місце 61', 3),
(434, 'left-9-62', 'Ліва сторона Ряд 9 Місце 62', 3),
(435, 'left-9-63', 'Ліва сторона Ряд 9 Місце 63', 3),
(436, 'left-9-64', 'Ліва сторона Ряд 9 Місце 64', 3),
(437, 'left-9-65', 'Ліва сторона Ряд 9 Місце 65', 3),
(438, 'left-9-66', 'Ліва сторона Ряд 9 Місце 66', 3),
(439, 'left-9-67', 'Ліва сторона Ряд 9 Місце 67', 3),
(440, 'left-9-68', 'Ліва сторона Ряд 9 Місце 68', 3),
(441, 'left-9-69', 'Ліва сторона Ряд 9 Місце 69', 3),
(442, 'left-9-70', 'Ліва сторона Ряд 9 Місце 70', 3),
(443, 'left-10-1', 'Ліва сторона Ряд 10 Місце 1', 3),
(444, 'left-10-2', 'Ліва сторона Ряд 10 Місце 2', 3),
(445, 'left-10-3', 'Ліва сторона Ряд 10 Місце 3', 3),
(446, 'left-10-4', 'Ліва сторона Ряд 10 Місце 4', 3),
(447, 'left-10-5', 'Ліва сторона Ряд 10 Місце 5', 3),
(448, 'left-10-6', 'Ліва сторона Ряд 10 Місце 6', 3),
(449, 'left-10-7', 'Ліва сторона Ряд 10 Місце 7', 3),
(450, 'left-10-8', 'Ліва сторона Ряд 10 Місце 8', 3),
(451, 'left-10-9', 'Ліва сторона Ряд 10 Місце 9', 3),
(452, 'left-10-10', 'Ліва сторона Ряд 10 Місце 10', 3),
(453, 'left-10-11', 'Ліва сторона Ряд 10 Місце 11', 3),
(454, 'left-10-12', 'Ліва сторона Ряд 10 Місце 12', 3),
(455, 'left-10-13', 'Ліва сторона Ряд 10 Місце 13', 3),
(456, 'left-10-14', 'Ліва сторона Ряд 10 Місце 14', 3),
(457, 'left-10-15', 'Ліва сторона Ряд 10 Місце 15', 3),
(458, 'left-10-16', 'Ліва сторона Ряд 10 Місце 16', 3),
(459, 'left-10-17', 'Ліва сторона Ряд 10 Місце 17', 3),
(460, 'left-10-18', 'Ліва сторона Ряд 10 Місце 18', 3),
(461, 'left-10-19', 'Ліва сторона Ряд 10 Місце 19', 3),
(462, 'left-10-20', 'Ліва сторона Ряд 10 Місце 20', 3),
(463, 'left-10-21', 'Ліва сторона Ряд 10 Місце 21', 3),
(464, 'left-10-22', 'Ліва сторона Ряд 10 Місце 22', 3),
(465, 'left-10-23', 'Ліва сторона Ряд 10 Місце 23', 3),
(466, 'left-10-24', 'Ліва сторона Ряд 10 Місце 24', 3),
(467, 'left-10-25', 'Ліва сторона Ряд 10 Місце 25', 3),
(468, 'left-10-26', 'Ліва сторона Ряд 10 Місце 26', 3),
(469, 'left-10-27', 'Ліва сторона Ряд 10 Місце 27', 3),
(470, 'left-10-28', 'Ліва сторона Ряд 10 Місце 28', 3),
(471, 'left-10-29', 'Ліва сторона Ряд 10 Місце 29', 3),
(472, 'left-10-30', 'Ліва сторона Ряд 10 Місце 30', 3),
(473, 'left-10-31', 'Ліва сторона Ряд 10 Місце 31', 3),
(474, 'left-10-32', 'Ліва сторона Ряд 10 Місце 32', 3),
(475, 'left-10-33', 'Ліва сторона Ряд 10 Місце 33', 3),
(476, 'left-10-34', 'Ліва сторона Ряд 10 Місце 34', 1),
(477, 'left-10-35', 'Ліва сторона Ряд 10 Місце 35', 1),
(478, 'left-10-36', 'Ліва сторона Ряд 10 Місце 36', 1),
(479, 'left-10-37', 'Ліва сторона Ряд 10 Місце 37', 1),
(480, 'left-10-38', 'Ліва сторона Ряд 10 Місце 38', 1),
(481, 'left-10-39', 'Ліва сторона Ряд 10 Місце 39', 1),
(482, 'left-10-40', 'Ліва сторона Ряд 10 Місце 40', 1),
(483, 'left-10-41', 'Ліва сторона Ряд 10 Місце 41', 1),
(484, 'left-10-42', 'Ліва сторона Ряд 10 Місце 42', 1),
(485, 'left-10-43', 'Ліва сторона Ряд 10 Місце 43', 1),
(486, 'left-10-44', 'Ліва сторона Ряд 10 Місце 44', 1),
(487, 'left-10-45', 'Ліва сторона Ряд 10 Місце 45', 1),
(488, 'left-10-46', 'Ліва сторона Ряд 10 Місце 46', 1),
(489, 'left-10-47', 'Ліва сторона Ряд 10 Місце 47', 1),
(490, 'left-10-48', 'Ліва сторона Ряд 10 Місце 48', 1),
(491, 'left-10-49', 'Ліва сторона Ряд 10 Місце 49', 1),
(492, 'left-10-50', 'Ліва сторона Ряд 10 Місце 50', 1),
(493, 'left-10-51', 'Ліва сторона Ряд 10 Місце 51', 1),
(494, 'left-10-52', 'Ліва сторона Ряд 10 Місце 52', 1),
(495, 'left-10-53', 'Ліва сторона Ряд 10 Місце 53', 1),
(496, 'left-11-1', 'Ліва сторона Ряд 11 Місце 1', 3),
(497, 'left-11-2', 'Ліва сторона Ряд 11 Місце 2', 3),
(498, 'left-11-3', 'Ліва сторона Ряд 11 Місце 3', 3),
(499, 'left-11-4', 'Ліва сторона Ряд 11 Місце 4', 3),
(500, 'left-11-5', 'Ліва сторона Ряд 11 Місце 5', 3),
(501, 'left-11-6', 'Ліва сторона Ряд 11 Місце 6', 3),
(502, 'left-11-7', 'Ліва сторона Ряд 11 Місце 7', 3),
(503, 'left-11-8', 'Ліва сторона Ряд 11 Місце 8', 3),
(504, 'left-11-9', 'Ліва сторона Ряд 11 Місце 9', 3),
(505, 'left-11-10', 'Ліва сторона Ряд 11 Місце 10', 3),
(506, 'left-11-11', 'Ліва сторона Ряд 11 Місце 11', 3),
(507, 'left-11-12', 'Ліва сторона Ряд 11 Місце 12', 3),
(508, 'left-11-13', 'Ліва сторона Ряд 11 Місце 13', 3),
(509, 'left-11-14', 'Ліва сторона Ряд 11 Місце 14', 3),
(510, 'left-11-15', 'Ліва сторона Ряд 11 Місце 15', 3),
(511, 'left-11-16', 'Ліва сторона Ряд 11 Місце 16', 3),
(512, 'left-11-17', 'Ліва сторона Ряд 11 Місце 17', 3),
(513, 'left-11-18', 'Ліва сторона Ряд 11 Місце 18', 3),
(514, 'left-11-19', 'Ліва сторона Ряд 11 Місце 19', 3),
(515, 'left-11-20', 'Ліва сторона Ряд 11 Місце 20', 3),
(516, 'left-11-21', 'Ліва сторона Ряд 11 Місце 21', 3),
(517, 'left-11-22', 'Ліва сторона Ряд 11 Місце 22', 3),
(518, 'left-11-23', 'Ліва сторона Ряд 11 Місце 23', 3),
(519, 'left-11-24', 'Ліва сторона Ряд 11 Місце 24', 3),
(520, 'left-11-25', 'Ліва сторона Ряд 11 Місце 25', 3),
(521, 'left-11-26', 'Ліва сторона Ряд 11 Місце 26', 3),
(522, 'left-11-27', 'Ліва сторона Ряд 11 Місце 27', 3),
(523, 'left-11-28', 'Ліва сторона Ряд 11 Місце 28', 3),
(524, 'left-11-29', 'Ліва сторона Ряд 11 Місце 29', 3),
(525, 'left-11-30', 'Ліва сторона Ряд 11 Місце 30', 3),
(526, 'left-11-31', 'Ліва сторона Ряд 11 Місце 31', 3),
(527, 'left-11-32', 'Ліва сторона Ряд 11 Місце 32', 3),
(528, 'left-11-33', 'Ліва сторона Ряд 11 Місце 33', 3),
(529, 'left-11-34', 'Ліва сторона Ряд 11 Місце 34', 3),
(530, 'left-11-35', 'Ліва сторона Ряд 11 Місце 35', 3),
(531, 'left-11-36', 'Ліва сторона Ряд 11 Місце 36', 3),
(532, 'left-11-37', 'Ліва сторона Ряд 11 Місце 37', 1),
(533, 'left-11-38', 'Ліва сторона Ряд 11 Місце 38', 1),
(534, 'left-11-39', 'Ліва сторона Ряд 11 Місце 39', 1),
(535, 'left-11-40', 'Ліва сторона Ряд 11 Місце 40', 1),
(536, 'left-11-41', 'Ліва сторона Ряд 11 Місце 41', 1),
(537, 'left-11-42', 'Ліва сторона Ряд 11 Місце 42', 1),
(538, 'left-11-43', 'Ліва сторона Ряд 11 Місце 43', 1),
(539, 'left-11-44', 'Ліва сторона Ряд 11 Місце 44', 1),
(540, 'left-11-45', 'Ліва сторона Ряд 11 Місце 45', 1),
(541, 'left-11-46', 'Ліва сторона Ряд 11 Місце 46', 1),
(542, 'left-11-47', 'Ліва сторона Ряд 11 Місце 47', 1),
(543, 'left-11-48', 'Ліва сторона Ряд 11 Місце 48', 1),
(544, 'left-11-49', 'Ліва сторона Ряд 11 Місце 49', 1),
(545, 'left-11-50', 'Ліва сторона Ряд 11 Місце 50', 1),
(546, 'left-11-51', 'Ліва сторона Ряд 11 Місце 51', 1),
(547, 'left-11-52', 'Ліва сторона Ряд 11 Місце 52', 1),
(548, 'left-11-53', 'Ліва сторона Ряд 11 Місце 53', 1),
(549, 'left-11-54', 'Ліва сторона Ряд 11 Місце 54', 1),
(550, 'left-11-55', 'Ліва сторона Ряд 11 Місце 55', 1),
(551, 'left-11-56', 'Ліва сторона Ряд 11 Місце 56', 1),
(552, 'left-11-57', 'Ліва сторона Ряд 11 Місце 57', 1),
(553, 'left-12-1', 'Ліва сторона Ряд 12 Місце 1', 3),
(554, 'left-12-2', 'Ліва сторона Ряд 12 Місце 2', 3),
(555, 'left-12-3', 'Ліва сторона Ряд 12 Місце 3', 3),
(556, 'left-12-4', 'Ліва сторона Ряд 12 Місце 4', 3),
(557, 'left-12-5', 'Ліва сторона Ряд 12 Місце 5', 3),
(558, 'left-12-6', 'Ліва сторона Ряд 12 Місце 6', 3),
(559, 'left-12-7', 'Ліва сторона Ряд 12 Місце 7', 3),
(560, 'left-12-8', 'Ліва сторона Ряд 12 Місце 8', 3),
(561, 'left-12-9', 'Ліва сторона Ряд 12 Місце 9', 3),
(562, 'left-12-9', 'Ліва сторона Ряд 12 Місце 10', 3),
(563, 'left-12-11', 'Ліва сторона Ряд 12 Місце 11', 3),
(564, 'left-12-12', 'Ліва сторона Ряд 12 Місце 12', 3),
(565, 'left-12-13', 'Ліва сторона Ряд 12 Місце 13', 3),
(566, 'left-12-14', 'Ліва сторона Ряд 12 Місце 14', 3),
(567, 'left-12-15', 'Ліва сторона Ряд 12 Місце 15', 3),
(568, 'left-12-16', 'Ліва сторона Ряд 12 Місце 16', 3),
(569, 'left-12-17', 'Ліва сторона Ряд 12 Місце 17', 3),
(570, 'left-12-18', 'Ліва сторона Ряд 12 Місце 18', 3),
(571, 'left-12-19', 'Ліва сторона Ряд 12 Місце 19', 3),
(572, 'left-12-20', 'Ліва сторона Ряд 12 Місце 20', 3),
(573, 'left-12-21', 'Ліва сторона Ряд 12 Місце 21', 3),
(574, 'left-12-22', 'Ліва сторона Ряд 12 Місце 22', 3),
(575, 'left-12-23', 'Ліва сторона Ряд 12 Місце 23', 3),
(576, 'left-12-24', 'Ліва сторона Ряд 12 Місце 24', 3),
(577, 'left-12-25', 'Ліва сторона Ряд 12 Місце 25', 3),
(578, 'left-12-26', 'Ліва сторона Ряд 12 Місце 26', 3),
(579, 'left-12-27', 'Ліва сторона Ряд 12 Місце 27', 3),
(580, 'left-12-28', 'Ліва сторона Ряд 12 Місце 28', 3),
(581, 'left-12-29', 'Ліва сторона Ряд 12 Місце 29', 3),
(582, 'left-12-30', 'Ліва сторона Ряд 12 Місце 30', 3),
(583, 'left-12-31', 'Ліва сторона Ряд 12 Місце 31', 3),
(584, 'left-12-32', 'Ліва сторона Ряд 12 Місце 32', 3),
(585, 'left-12-33', 'Ліва сторона Ряд 12 Місце 33', 3),
(586, 'left-12-34', 'Ліва сторона Ряд 12 Місце 34', 3),
(587, 'left-12-35', 'Ліва сторона Ряд 12 Місце 35', 3),
(588, 'left-12-36', 'Ліва сторона Ряд 12 Місце 36', 3),
(589, 'left-12-37', 'Ліва сторона Ряд 12 Місце 37', 3),
(590, 'left-12-38', 'Ліва сторона Ряд 12 Місце 38', 3),
(591, 'left-12-39', 'Ліва сторона Ряд 12 Місце 39', 1),
(592, 'left-12-40', 'Ліва сторона Ряд 12 Місце 40', 1),
(593, 'left-12-41', 'Ліва сторона Ряд 12 Місце 41', 1),
(594, 'left-12-42', 'Ліва сторона Ряд 12 Місце 42', 1),
(595, 'left-12-43', 'Ліва сторона Ряд 12 Місце 43', 1),
(596, 'left-12-44', 'Ліва сторона Ряд 12 Місце 44', 1),
(597, 'left-12-45', 'Ліва сторона Ряд 12 Місце 45', 1),
(598, 'left-12-46', 'Ліва сторона Ряд 12 Місце 46', 1),
(599, 'left-12-47', 'Ліва сторона Ряд 12 Місце 47', 1),
(600, 'left-12-48', 'Ліва сторона Ряд 12 Місце 48', 1),
(601, 'left-12-49', 'Ліва сторона Ряд 12 Місце 49', 1),
(602, 'left-12-50', 'Ліва сторона Ряд 12 Місце 50', 1),
(603, 'left-12-51', 'Ліва сторона Ряд 12 Місце 51', 1),
(604, 'left-12-52', 'Ліва сторона Ряд 12 Місце 52', 1),
(605, 'left-12-53', 'Ліва сторона Ряд 12 Місце 53', 1),
(606, 'left-12-54', 'Ліва сторона Ряд 12 Місце 54', 1),
(607, 'left-12-55', 'Ліва сторона Ряд 12 Місце 55', 1),
(608, 'left-12-56', 'Ліва сторона Ряд 12 Місце 56', 1),
(609, 'left-12-57', 'Ліва сторона Ряд 12 Місце 57', 1),
(610, 'left-12-58', 'Ліва сторона Ряд 12 Місце 58', 1),
(611, 'left-12-59', 'Ліва сторона Ряд 12 Місце 59', 1),
(612, 'left-12-60', 'Ліва сторона Ряд 12 Місце 60', 1),
(613, 'left-13-1', 'Ліва сторона Ряд 13 Місце 1', 3),
(614, 'left-13-2', 'Ліва сторона Ряд 13 Місце 2', 3),
(615, 'left-13-3', 'Ліва сторона Ряд 13 Місце 3', 3),
(616, 'left-13-4', 'Ліва сторона Ряд 13 Місце 4', 3),
(617, 'left-13-5', 'Ліва сторона Ряд 13 Місце 5', 3),
(618, 'left-13-6', 'Ліва сторона Ряд 13 Місце 6', 3),
(619, 'left-13-7', 'Ліва сторона Ряд 13 Місце 7', 3),
(620, 'left-13-8', 'Ліва сторона Ряд 13 Місце 8', 3),
(621, 'left-13-9', 'Ліва сторона Ряд 13 Місце 9', 3),
(622, 'left-13-10', 'Ліва сторона Ряд 13 Місце 10', 3),
(623, 'left-13-11', 'Ліва сторона Ряд 13 Місце 11', 3),
(624, 'left-13-12', 'Ліва сторона Ряд 13 Місце 12', 3),
(625, 'left-13-13', 'Ліва сторона Ряд 13 Місце 13', 3),
(626, 'left-13-14', 'Ліва сторона Ряд 13 Місце 14', 3),
(627, 'left-13-15', 'Ліва сторона Ряд 13 Місце 15', 3),
(628, 'left-13-16', 'Ліва сторона Ряд 13 Місце 16', 3),
(629, 'left-13-17', 'Ліва сторона Ряд 13 Місце 17', 3),
(630, 'left-13-18', 'Ліва сторона Ряд 13 Місце 18', 3),
(631, 'left-13-19', 'Ліва сторона Ряд 13 Місце 19', 3),
(632, 'left-13-20', 'Ліва сторона Ряд 13 Місце 20', 3),
(633, 'left-13-21', 'Ліва сторона Ряд 13 Місце 21', 3),
(634, 'left-13-22', 'Ліва сторона Ряд 13 Місце 22', 3),
(635, 'left-13-23', 'Ліва сторона Ряд 13 Місце 23', 3),
(636, 'left-13-24', 'Ліва сторона Ряд 13 Місце 24', 3),
(637, 'left-13-25', 'Ліва сторона Ряд 13 Місце 25', 3),
(638, 'left-13-26', 'Ліва сторона Ряд 13 Місце 26', 3),
(639, 'left-13-27', 'Ліва сторона Ряд 13 Місце 27', 3),
(640, 'left-13-28', 'Ліва сторона Ряд 13 Місце 28', 3),
(641, 'left-13-29', 'Ліва сторона Ряд 13 Місце 29', 3),
(642, 'left-13-30', 'Ліва сторона Ряд 13 Місце 30', 3),
(643, 'left-13-31', 'Ліва сторона Ряд 13 Місце 31', 3),
(644, 'left-13-32', 'Ліва сторона Ряд 13 Місце 32', 3),
(645, 'left-13-33', 'Ліва сторона Ряд 13 Місце 33', 3),
(646, 'left-13-34', 'Ліва сторона Ряд 13 Місце 34', 3),
(647, 'left-13-35', 'Ліва сторона Ряд 13 Місце 35', 3),
(648, 'left-13-36', 'Ліва сторона Ряд 13 Місце 36', 3),
(649, 'left-13-37', 'Ліва сторона Ряд 13 Місце 37', 3),
(650, 'left-13-38', 'Ліва сторона Ряд 13 Місце 38', 3),
(651, 'left-13-39', 'Ліва сторона Ряд 13 Місце 39', 3),
(652, 'left-13-40', 'Ліва сторона Ряд 13 Місце 40', 3),
(653, 'left-13-41', 'Ліва сторона Ряд 13 Місце 41', 3),
(654, 'left-13-42', 'Ліва сторона Ряд 13 Місце 42', 1),
(655, 'left-13-43', 'Ліва сторона Ряд 13 Місце 43', 1),
(656, 'left-13-44', 'Ліва сторона Ряд 13 Місце 44', 1),
(657, 'left-13-45', 'Ліва сторона Ряд 13 Місце 45', 1),
(658, 'left-13-46', 'Ліва сторона Ряд 13 Місце 46', 1),
(659, 'left-13-47', 'Ліва сторона Ряд 13 Місце 47', 1),
(660, 'left-13-48', 'Ліва сторона Ряд 13 Місце 48', 1),
(661, 'left-13-49', 'Ліва сторона Ряд 13 Місце 49', 1),
(662, 'left-13-50', 'Ліва сторона Ряд 13 Місце 50', 1),
(663, 'left-13-51', 'Ліва сторона Ряд 13 Місце 51', 1),
(664, 'left-13-52', 'Ліва сторона Ряд 13 Місце 52', 1),
(665, 'left-13-53', 'Ліва сторона Ряд 13 Місце 53', 1),
(666, 'left-13-54', 'Ліва сторона Ряд 13 Місце 54', 1),
(667, 'left-13-55', 'Ліва сторона Ряд 13 Місце 55', 1),
(668, 'left-13-56', 'Ліва сторона Ряд 13 Місце 56', 1),
(669, 'left-13-57', 'Ліва сторона Ряд 13 Місце 57', 1),
(670, 'left-13-58', 'Ліва сторона Ряд 13 Місце 58', 1),
(671, 'left-13-59', 'Ліва сторона Ряд 13 Місце 59', 1),
(672, 'left-13-60', 'Ліва сторона Ряд 13 Місце 60', 1),
(673, 'left-13-61', 'Ліва сторона Ряд 13 Місце 61', 1),
(674, 'left-13-62', 'Ліва сторона Ряд 13 Місце 62', 1),
(675, 'left-14-1', 'Ліва сторона Ряд 14 Місце 1', 3),
(676, 'left-14-2', 'Ліва сторона Ряд 14 Місце 2', 3),
(677, 'left-14-3', 'Ліва сторона Ряд 14 Місце 3', 3),
(678, 'left-14-4', 'Ліва сторона Ряд 14 Місце 4', 3),
(679, 'left-14-5', 'Ліва сторона Ряд 14 Місце 5', 3),
(680, 'left-14-6', 'Ліва сторона Ряд 14 Місце 6', 3),
(681, 'left-14-7', 'Ліва сторона Ряд 14 Місце 7', 3),
(682, 'left-14-8', 'Ліва сторона Ряд 14 Місце 8', 3),
(683, 'left-14-9', 'Ліва сторона Ряд 14 Місце 9', 3),
(684, 'left-14-10', 'Ліва сторона Ряд 14 Місце 10', 3),
(685, 'left-14-11', 'Ліва сторона Ряд 14 Місце 11', 3),
(686, 'left-14-12', 'Ліва сторона Ряд 14 Місце 12', 3),
(687, 'left-14-13', 'Ліва сторона Ряд 14 Місце 13', 3),
(688, 'left-14-14', 'Ліва сторона Ряд 14 Місце 14', 3),
(689, 'left-14-15', 'Ліва сторона Ряд 14 Місце 15', 3),
(690, 'left-14-16', 'Ліва сторона Ряд 14 Місце 16', 3),
(691, 'left-14-17', 'Ліва сторона Ряд 14 Місце 17', 3),
(692, 'left-14-18', 'Ліва сторона Ряд 14 Місце 18', 3),
(693, 'left-14-19', 'Ліва сторона Ряд 14 Місце 19', 3),
(694, 'left-14-20', 'Ліва сторона Ряд 14 Місце 20', 3),
(695, 'left-14-21', 'Ліва сторона Ряд 14 Місце 21', 3),
(696, 'left-14-22', 'Ліва сторона Ряд 14 Місце 22', 3),
(697, 'left-14-23', 'Ліва сторона Ряд 14 Місце 23', 3),
(698, 'left-14-24', 'Ліва сторона Ряд 14 Місце 24', 3),
(699, 'left-14-25', 'Ліва сторона Ряд 14 Місце 25', 3),
(700, 'left-14-26', 'Ліва сторона Ряд 14 Місце 26', 3),
(701, 'left-14-27', 'Ліва сторона Ряд 14 Місце 27', 3);
INSERT INTO `seats` (`id`, `alias`, `title`, `seat_color_id`) VALUES
(702, 'left-14-28', 'Ліва сторона Ряд 14 Місце 28', 3),
(703, 'left-14-29', 'Ліва сторона Ряд 14 Місце 29', 3),
(704, 'left-14-30', 'Ліва сторона Ряд 14 Місце 30', 3),
(705, 'left-14-31', 'Ліва сторона Ряд 14 Місце 31', 3),
(706, 'left-14-32', 'Ліва сторона Ряд 14 Місце 32', 3),
(707, 'left-14-33', 'Ліва сторона Ряд 14 Місце 33', 3),
(708, 'left-14-34', 'Ліва сторона Ряд 14 Місце 34', 3),
(709, 'left-14-35', 'Ліва сторона Ряд 14 Місце 35', 3),
(710, 'left-14-36', 'Ліва сторона Ряд 14 Місце 36', 3),
(711, 'left-14-37', 'Ліва сторона Ряд 14 Місце 37', 3),
(712, 'left-14-38', 'Ліва сторона Ряд 14 Місце 38', 3),
(713, 'left-14-39', 'Ліва сторона Ряд 14 Місце 39', 3),
(714, 'left-14-40', 'Ліва сторона Ряд 14 Місце 40', 3),
(715, 'left-14-41', 'Ліва сторона Ряд 14 Місце 41', 3),
(716, 'left-14-42', 'Ліва сторона Ряд 14 Місце 42', 3),
(717, 'left-14-43', 'Ліва сторона Ряд 14 Місце 43', 3),
(718, 'left-14-44', 'Ліва сторона Ряд 14 Місце 44', 1),
(719, 'left-14-45', 'Ліва сторона Ряд 14 Місце 45', 1),
(720, 'left-14-46', 'Ліва сторона Ряд 14 Місце 46', 1),
(721, 'left-14-47', 'Ліва сторона Ряд 14 Місце 47', 1),
(722, 'left-14-48', 'Ліва сторона Ряд 14 Місце 48', 1),
(723, 'left-14-49', 'Ліва сторона Ряд 14 Місце 49', 1),
(724, 'left-15-1', 'Ліва сторона Ряд 15 Місце 1', 3),
(725, 'left-15-2', 'Ліва сторона Ряд 15 Місце 2', 3),
(726, 'left-15-3', 'Ліва сторона Ряд 15 Місце 3', 3),
(727, 'left-15-4', 'Ліва сторона Ряд 15 Місце 4', 3),
(728, 'left-15-5', 'Ліва сторона Ряд 15 Місце 5', 3),
(729, 'left-15-6', 'Ліва сторона Ряд 15 Місце 6', 3),
(730, 'left-15-7', 'Ліва сторона Ряд 15 Місце 7', 3),
(731, 'left-15-8', 'Ліва сторона Ряд 15 Місце 8', 3),
(732, 'left-15-9', 'Ліва сторона Ряд 15 Місце 9', 3),
(733, 'left-15-10', 'Ліва сторона Ряд 15 Місце 10', 3),
(734, 'left-15-11', 'Ліва сторона Ряд 15 Місце 11', 3),
(735, 'left-15-12', 'Ліва сторона Ряд 15 Місце 12', 3),
(736, 'left-15-13', 'Ліва сторона Ряд 15 Місце 13', 3),
(737, 'left-15-14', 'Ліва сторона Ряд 15 Місце 14', 3),
(738, 'left-15-15', 'Ліва сторона Ряд 15 Місце 15', 3),
(739, 'left-15-16', 'Ліва сторона Ряд 15 Місце 16', 3),
(740, 'left-15-17', 'Ліва сторона Ряд 15 Місце 17', 3),
(741, 'left-15-18', 'Ліва сторона Ряд 15 Місце 18', 3),
(742, 'left-15-19', 'Ліва сторона Ряд 15 Місце 19', 3),
(743, 'left-15-20', 'Ліва сторона Ряд 15 Місце 20', 3),
(744, 'left-15-21', 'Ліва сторона Ряд 15 Місце 21', 3),
(745, 'left-15-22', 'Ліва сторона Ряд 15 Місце 22', 3),
(746, 'left-15-23', 'Ліва сторона Ряд 15 Місце 23', 3),
(747, 'left-15-24', 'Ліва сторона Ряд 15 Місце 24', 3),
(748, 'left-15-25', 'Ліва сторона Ряд 15 Місце 25', 3),
(749, 'left-15-26', 'Ліва сторона Ряд 15 Місце 26', 3),
(750, 'left-15-27', 'Ліва сторона Ряд 15 Місце 27', 3),
(751, 'left-15-28', 'Ліва сторона Ряд 15 Місце 28', 3),
(752, 'left-15-29', 'Ліва сторона Ряд 15 Місце 29', 3),
(753, 'left-15-30', 'Ліва сторона Ряд 15 Місце 30', 3),
(754, 'left-15-31', 'Ліва сторона Ряд 15 Місце 31', 3),
(755, 'left-15-32', 'Ліва сторона Ряд 15 Місце 32', 3),
(756, 'left-15-33', 'Ліва сторона Ряд 15 Місце 33', 3),
(757, 'left-15-34', 'Ліва сторона Ряд 15 Місце 34', 3),
(758, 'left-15-35', 'Ліва сторона Ряд 15 Місце 35', 3),
(759, 'left-15-36', 'Ліва сторона Ряд 15 Місце 36', 3),
(760, 'left-15-37', 'Ліва сторона Ряд 15 Місце 37', 3),
(761, 'left-15-38', 'Ліва сторона Ряд 15 Місце 38', 3),
(762, 'left-15-39', 'Ліва сторона Ряд 15 Місце 39', 3),
(763, 'left-15-40', 'Ліва сторона Ряд 15 Місце 40', 3),
(764, 'left-15-41', 'Ліва сторона Ряд 15 Місце 41', 3),
(765, 'left-15-42', 'Ліва сторона Ряд 15 Місце 42', 3),
(766, 'left-15-43', 'Ліва сторона Ряд 15 Місце 43', 3),
(767, 'left-15-44', 'Ліва сторона Ряд 15 Місце 44', 3),
(768, 'left-15-45', 'Ліва сторона Ряд 15 Місце 45', 3),
(769, 'left-16-1', 'Ліва сторона Ряд 16 Місце 1', 3),
(770, 'left-16-2', 'Ліва сторона Ряд 16 Місце 2', 3),
(771, 'left-16-3', 'Ліва сторона Ряд 16 Місце 3', 3),
(772, 'left-16-4', 'Ліва сторона Ряд 16 Місце 4', 3),
(773, 'left-16-5', 'Ліва сторона Ряд 16 Місце 5', 3),
(774, 'left-16-6', 'Ліва сторона Ряд 16 Місце 6', 3),
(775, 'left-16-7', 'Ліва сторона Ряд 16 Місце 7', 3),
(776, 'left-16-8', 'Ліва сторона Ряд 16 Місце 8', 3),
(777, 'left-16-9', 'Ліва сторона Ряд 16 Місце 9', 3),
(778, 'left-16-10', 'Ліва сторона Ряд 16 Місце 10', 3),
(779, 'left-16-11', 'Ліва сторона Ряд 16 Місце 11', 3),
(780, 'left-16-12', 'Ліва сторона Ряд 16 Місце 12', 3),
(781, 'left-16-13', 'Ліва сторона Ряд 16 Місце 13', 3),
(782, 'left-16-14', 'Ліва сторона Ряд 16 Місце 14', 3),
(783, 'left-16-15', 'Ліва сторона Ряд 16 Місце 15', 3),
(784, 'left-16-16', 'Ліва сторона Ряд 16 Місце 16', 3),
(785, 'left-16-17', 'Ліва сторона Ряд 16 Місце 17', 3),
(786, 'left-16-18', 'Ліва сторона Ряд 16 Місце 18', 3),
(787, 'left-16-19', 'Ліва сторона Ряд 16 Місце 19', 3),
(788, 'left-16-20', 'Ліва сторона Ряд 16 Місце 20', 3),
(789, 'left-16-21', 'Ліва сторона Ряд 16 Місце 21', 3),
(790, 'left-16-22', 'Ліва сторона Ряд 16 Місце 22', 3),
(791, 'left-16-23', 'Ліва сторона Ряд 16 Місце 23', 3),
(792, 'left-16-24', 'Ліва сторона Ряд 16 Місце 24', 3),
(793, 'left-16-25', 'Ліва сторона Ряд 16 Місце 25', 3),
(794, 'left-16-26', 'Ліва сторона Ряд 16 Місце 26', 3),
(795, 'left-16-27', 'Ліва сторона Ряд 16 Місце 27', 3),
(796, 'left-16-28', 'Ліва сторона Ряд 16 Місце 28', 3),
(797, 'left-16-29', 'Ліва сторона Ряд 16 Місце 29', 3),
(798, 'left-16-30', 'Ліва сторона Ряд 16 Місце 30', 3),
(799, 'left-16-31', 'Ліва сторона Ряд 16 Місце 31', 3),
(800, 'left-16-32', 'Ліва сторона Ряд 16 Місце 32', 3),
(801, 'left-16-33', 'Ліва сторона Ряд 16 Місце 33', 3),
(802, 'left-16-34', 'Ліва сторона Ряд 16 Місце 34', 3),
(803, 'left-16-35', 'Ліва сторона Ряд 16 Місце 35', 3),
(804, 'left-16-36', 'Ліва сторона Ряд 16 Місце 36', 3),
(805, 'left-16-37', 'Ліва сторона Ряд 16 Місце 37', 3),
(806, 'left-16-38', 'Ліва сторона Ряд 16 Місце 38', 3),
(807, 'left-16-39', 'Ліва сторона Ряд 16 Місце 39', 3),
(808, 'left-16-40', 'Ліва сторона Ряд 16 Місце 40', 3),
(809, 'left-16-41', 'Ліва сторона Ряд 16 Місце 41', 3),
(810, 'left-16-42', 'Ліва сторона Ряд 16 Місце 42', 3),
(811, 'left-16-43', 'Ліва сторона Ряд 16 Місце 43', 3),
(812, 'left-16-44', 'Ліва сторона Ряд 16 Місце 44', 3),
(813, 'left-16-45', 'Ліва сторона Ряд 16 Місце 45', 3),
(814, 'left-16-46', 'Ліва сторона Ряд 16 Місце 46', 3),
(815, 'left-17-1', 'Ліва сторона Ряд 17 Місце 1', 2),
(816, 'left-17-2', 'Ліва сторона Ряд 17 Місце 2', 2),
(817, 'left-17-3', 'Ліва сторона Ряд 17 Місце 3', 2),
(818, 'left-17-4', 'Ліва сторона Ряд 17 Місце 4', 2),
(819, 'left-17-5', 'Ліва сторона Ряд 17 Місце 5', 2),
(820, 'left-17-6', 'Ліва сторона Ряд 17 Місце 6', 2),
(821, 'left-17-7', 'Ліва сторона Ряд 17 Місце 7', 2),
(822, 'left-17-8', 'Ліва сторона Ряд 17 Місце 8', 2),
(823, 'left-17-9', 'Ліва сторона Ряд 17 Місце 9', 2),
(824, 'left-17-10', 'Ліва сторона Ряд 17 Місце 10', 2),
(825, 'left-17-11', 'Ліва сторона Ряд 17 Місце 11', 2),
(826, 'left-17-12', 'Ліва сторона Ряд 17 Місце 12', 2),
(827, 'left-17-13', 'Ліва сторона Ряд 17 Місце 13', 2),
(828, 'left-17-14', 'Ліва сторона Ряд 17 Місце 14', 2),
(829, 'left-17-15', 'Ліва сторона Ряд 17 Місце 15', 2),
(830, 'left-17-16', 'Ліва сторона Ряд 17 Місце 16', 2),
(831, 'left-17-17', 'Ліва сторона Ряд 17 Місце 17', 2),
(832, 'left-17-18', 'Ліва сторона Ряд 17 Місце 18', 2),
(833, 'left-17-19', 'Ліва сторона Ряд 17 Місце 19', 2),
(834, 'left-17-20', 'Ліва сторона Ряд 17 Місце 20', 2),
(835, 'left-17-21', 'Ліва сторона Ряд 17 Місце 21', 2),
(836, 'left-17-22', 'Ліва сторона Ряд 17 Місце 22', 2),
(837, 'left-17-23', 'Ліва сторона Ряд 17 Місце 23', 2),
(838, 'left-17-24', 'Ліва сторона Ряд 17 Місце 24', 2),
(839, 'left-17-25', 'Ліва сторона Ряд 17 Місце 25', 2),
(840, 'left-17-26', 'Ліва сторона Ряд 17 Місце 26', 2),
(841, 'left-17-27', 'Ліва сторона Ряд 17 Місце 27', 2),
(842, 'left-17-28', 'Ліва сторона Ряд 17 Місце 28', 2),
(843, 'left-17-29', 'Ліва сторона Ряд 17 Місце 29', 2),
(844, 'left-17-30', 'Ліва сторона Ряд 17 Місце 30', 2),
(845, 'left-17-31', 'Ліва сторона Ряд 17 Місце 31', 2),
(846, 'left-17-32', 'Ліва сторона Ряд 17 Місце 32', 2),
(847, 'left-17-33', 'Ліва сторона Ряд 17 Місце 33', 2),
(848, 'left-17-34', 'Ліва сторона Ряд 17 Місце 34', 2),
(849, 'left-17-35', 'Ліва сторона Ряд 17 Місце 35', 2),
(850, 'left-17-36', 'Ліва сторона Ряд 17 Місце 36', 2),
(851, 'left-17-37', 'Ліва сторона Ряд 17 Місце 37', 2),
(852, 'left-17-38', 'Ліва сторона Ряд 17 Місце 38', 2),
(853, 'left-17-39', 'Ліва сторона Ряд 17 Місце 39', 2),
(854, 'left-17-40', 'Ліва сторона Ряд 17 Місце 40', 2),
(855, 'left-17-41', 'Ліва сторона Ряд 17 Місце 41', 2),
(856, 'left-17-42', 'Ліва сторона Ряд 17 Місце 42', 2),
(857, 'left-17-43', 'Ліва сторона Ряд 17 Місце 43', 2),
(858, 'left-17-44', 'Ліва сторона Ряд 17 Місце 44', 2),
(859, 'left-18-1', 'Ліва сторона Ряд 18 Місце 1', 2),
(860, 'left-18-2', 'Ліва сторона Ряд 18 Місце 2', 2),
(861, 'left-18-3', 'Ліва сторона Ряд 18 Місце 3', 2),
(862, 'left-18-4', 'Ліва сторона Ряд 18 Місце 4', 2),
(863, 'left-18-5', 'Ліва сторона Ряд 18 Місце 5', 2),
(864, 'left-18-6', 'Ліва сторона Ряд 18 Місце 6', 2),
(865, 'left-18-7', 'Ліва сторона Ряд 18 Місце 7', 2),
(866, 'left-18-8', 'Ліва сторона Ряд 18 Місце 8', 2),
(867, 'left-18-9', 'Ліва сторона Ряд 18 Місце 9', 2),
(868, 'left-18-10', 'Ліва сторона Ряд 18 Місце 10', 2),
(869, 'left-18-11', 'Ліва сторона Ряд 18 Місце 11', 2),
(870, 'left-18-12', 'Ліва сторона Ряд 18 Місце 12', 2),
(871, 'left-18-13', 'Ліва сторона Ряд 18 Місце 13', 2),
(872, 'left-18-14', 'Ліва сторона Ряд 18 Місце 14', 2),
(873, 'left-18-15', 'Ліва сторона Ряд 18 Місце 15', 2),
(874, 'left-18-16', 'Ліва сторона Ряд 18 Місце 16', 2),
(875, 'left-18-17', 'Ліва сторона Ряд 18 Місце 17', 2),
(876, 'left-18-18', 'Ліва сторона Ряд 18 Місце 18', 2),
(877, 'left-18-19', 'Ліва сторона Ряд 18 Місце 19', 2),
(878, 'left-18-20', 'Ліва сторона Ряд 18 Місце 20', 2),
(879, 'left-18-21', 'Ліва сторона Ряд 18 Місце 21', 2),
(880, 'left-18-22', 'Ліва сторона Ряд 18 Місце 22', 2),
(881, 'left-18-23', 'Ліва сторона Ряд 18 Місце 23', 2),
(882, 'left-18-24', 'Ліва сторона Ряд 18 Місце 24', 2),
(883, 'left-18-25', 'Ліва сторона Ряд 18 Місце 25', 2),
(884, 'left-18-26', 'Ліва сторона Ряд 18 Місце 26', 2),
(885, 'left-18-27', 'Ліва сторона Ряд 18 Місце 27', 2),
(886, 'left-18-28', 'Ліва сторона Ряд 18 Місце 28', 2),
(887, 'left-18-29', 'Ліва сторона Ряд 18 Місце 29', 2),
(888, 'left-18-30', 'Ліва сторона Ряд 18 Місце 30', 2),
(889, 'left-18-31', 'Ліва сторона Ряд 18 Місце 31', 2),
(890, 'left-18-32', 'Ліва сторона Ряд 18 Місце 32', 2),
(891, 'left-19-1', 'Ліва сторона Ряд 19 Місце 1', 2),
(892, 'left-19-2', 'Ліва сторона Ряд 19 Місце 2', 2),
(893, 'left-19-3', 'Ліва сторона Ряд 19 Місце 3', 2),
(894, 'left-19-4', 'Ліва сторона Ряд 19 Місце 4', 2),
(895, 'left-19-5', 'Ліва сторона Ряд 19 Місце 5', 2),
(896, 'left-19-6', 'Ліва сторона Ряд 19 Місце 6', 2),
(897, 'left-19-7', 'Ліва сторона Ряд 19 Місце 7', 2),
(898, 'left-19-8', 'Ліва сторона Ряд 19 Місце 8', 2),
(899, 'left-19-9', 'Ліва сторона Ряд 19 Місце 9', 2),
(900, 'left-19-10', 'Ліва сторона Ряд 19 Місце 10', 2),
(901, 'right-1-1', 'Права сторона Ряд 1 Місце 1', 5),
(902, 'right-1-2', 'Права сторона Ряд 1 Місце 2', 5),
(903, 'right-1-3', 'Права сторона Ряд 1 Місце 3', 5),
(904, 'right-1-4', 'Права сторона Ряд 1 Місце 4', 5),
(905, 'right-1-5', 'Права сторона Ряд 1 Місце 5', 5),
(906, 'right-1-6', 'Права сторона Ряд 1 Місце 6', 5),
(907, 'right-1-7', 'Права сторона Ряд 1 Місце 7', 5),
(908, 'right-1-8', 'Права сторона Ряд 1 Місце 8', 5),
(909, 'right-1-9', 'Права сторона Ряд 1 Місце 9', 5),
(910, 'right-1-10', 'Права сторона Ряд 1 Місце 10', 5),
(911, 'right-1-11', 'Права сторона Ряд 1 Місце 11', 5),
(912, 'right-1-12', 'Права сторона Ряд 1 Місце 12', 5),
(913, 'right-1-13', 'Права сторона Ряд 1 Місце 13', 5),
(914, 'right-1-14', 'Права сторона Ряд 1 Місце 14', 5),
(915, 'right-1-15', 'Права сторона Ряд 1 Місце 15', 5),
(916, 'right-1-16', 'Права сторона Ряд 1 Місце 16', 5),
(917, 'right-1-17', 'Права сторона Ряд 1 Місце 17', 5),
(918, 'right-1-18', 'Права сторона Ряд 1 Місце 18', 5),
(919, 'right-1-19', 'Права сторона Ряд 1 Місце 19', 4),
(920, 'right-1-20', 'Права сторона Ряд 1 Місце 20', 4),
(921, 'right-1-21', 'Права сторона Ряд 1 Місце 21', 4),
(922, 'right-1-22', 'Права сторона Ряд 1 Місце 22', 4),
(923, 'right-1-23', 'Права сторона Ряд 1 Місце 23', 4),
(924, 'right-1-24', 'Права сторона Ряд 1 Місце 24', 4),
(925, 'right-1-25', 'Права сторона Ряд 1 Місце 25', 4),
(926, 'right-1-26', 'Права сторона Ряд 1 Місце 26', 4),
(927, 'right-1-27', 'Права сторона Ряд 1 Місце 27', 4),
(928, 'right-1-28', 'Права сторона Ряд 1 Місце 28', 4),
(929, 'right-1-29', 'Права сторона Ряд 1 Місце 29', 4),
(930, 'right-1-30', 'Права сторона Ряд 1 Місце 30', 4),
(931, 'right-2-1', 'Права сторона Ряд 2 Місце 1', 5),
(932, 'right-2-2', 'Права сторона Ряд 2 Місце 2', 5),
(933, 'right-2-3', 'Права сторона Ряд 2 Місце 3', 5),
(934, 'right-2-4', 'Права сторона Ряд 2 Місце 4', 5),
(935, 'right-2-5', 'Права сторона Ряд 2 Місце 5', 5),
(936, 'right-2-6', 'Права сторона Ряд 2 Місце 6', 5),
(937, 'right-2-7', 'Права сторона Ряд 2 Місце 7', 5),
(938, 'right-2-8', 'Права сторона Ряд 2 Місце 8', 5),
(939, 'right-2-9', 'Права сторона Ряд 2 Місце 9', 5),
(940, 'right-2-10', 'Права сторона Ряд 2 Місце 10', 5),
(941, 'right-2-11', 'Права сторона Ряд 2 Місце 11', 5),
(942, 'right-2-12', 'Права сторона Ряд 2 Місце 12', 5),
(943, 'right-2-13', 'Права сторона Ряд 2 Місце 13', 5),
(944, 'right-2-14', 'Права сторона Ряд 2 Місце 14', 5),
(945, 'right-2-15', 'Права сторона Ряд 2 Місце 15', 5),
(946, 'right-2-16', 'Права сторона Ряд 2 Місце 16', 5),
(947, 'right-2-17', 'Права сторона Ряд 2 Місце 17', 5),
(948, 'right-2-18', 'Права сторона Ряд 2 Місце 18', 5),
(949, 'right-2-19', 'Права сторона Ряд 2 Місце 19', 5),
(950, 'right-2-20', 'Права сторона Ряд 2 Місце 20', 5),
(951, 'right-2-21', 'Права сторона Ряд 2 Місце 21', 4),
(952, 'right-2-22', 'Права сторона Ряд 2 Місце 22', 4),
(953, 'right-2-23', 'Права сторона Ряд 2 Місце 23', 4),
(954, 'right-2-24', 'Права сторона Ряд 2 Місце 24', 4),
(955, 'right-2-25', 'Права сторона Ряд 2 Місце 25', 4),
(956, 'right-2-26', 'Права сторона Ряд 2 Місце 26', 4),
(957, 'right-2-27', 'Права сторона Ряд 2 Місце 27', 4),
(958, 'right-2-28', 'Права сторона Ряд 2 Місце 28', 4),
(959, 'right-2-29', 'Права сторона Ряд 2 Місце 29', 4),
(960, 'right-2-30', 'Права сторона Ряд 2 Місце 30', 4),
(961, 'right-2-31', 'Права сторона Ряд 2 Місце 31', 4),
(962, 'right-2-32', 'Права сторона Ряд 2 Місце 32', 4),
(963, 'right-2-33', 'Права сторона Ряд 2 Місце 33', 4),
(964, 'right-2-34', 'Права сторона Ряд 2 Місце 34', 4),
(965, 'right-3-1', 'Права сторона Ряд 3 Місце 1', 5),
(966, 'right-3-2', 'Права сторона Ряд 3 Місце 2', 5),
(967, 'right-3-3', 'Права сторона Ряд 3 Місце 3', 5),
(968, 'right-3-4', 'Права сторона Ряд 3 Місце 4', 5),
(969, 'right-3-5', 'Права сторона Ряд 3 Місце 5', 5),
(970, 'right-3-6', 'Права сторона Ряд 3 Місце 6', 5),
(971, 'right-3-7', 'Права сторона Ряд 3 Місце 7', 5),
(972, 'right-3-8', 'Права сторона Ряд 3 Місце 8', 5),
(973, 'right-3-9', 'Права сторона Ряд 3 Місце 9', 5),
(974, 'right-3-10', 'Права сторона Ряд 3 Місце 10', 5),
(975, 'right-3-11', 'Права сторона Ряд 3 Місце 11', 5),
(976, 'right-3-12', 'Права сторона Ряд 3 Місце 12', 5),
(977, 'right-3-13', 'Права сторона Ряд 3 Місце 13', 5),
(978, 'right-3-14', 'Права сторона Ряд 3 Місце 14', 5),
(979, 'right-3-15', 'Права сторона Ряд 3 Місце 15', 5),
(980, 'right-3-16', 'Права сторона Ряд 3 Місце 16', 5),
(981, 'right-3-17', 'Права сторона Ряд 3 Місце 17', 5),
(982, 'right-3-18', 'Права сторона Ряд 3 Місце 18', 5),
(983, 'right-3-19', 'Права сторона Ряд 3 Місце 19', 5),
(984, 'right-3-20', 'Права сторона Ряд 3 Місце 20', 5),
(985, 'right-3-21', 'Права сторона Ряд 3 Місце 21', 5),
(986, 'right-3-22', 'Права сторона Ряд 3 Місце 22', 5),
(987, 'right-3-23', 'Права сторона Ряд 3 Місце 23', 5),
(988, 'right-3-24', 'Права сторона Ряд 3 Місце 24', 4),
(989, 'right-3-25', 'Права сторона Ряд 3 Місце 25', 4),
(990, 'right-3-26', 'Права сторона Ряд 3 Місце 26', 4),
(991, 'right-3-27', 'Права сторона Ряд 3 Місце 27', 4),
(992, 'right-3-28', 'Права сторона Ряд 3 Місце 28', 4),
(993, 'right-3-29', 'Права сторона Ряд 3 Місце 29', 4),
(994, 'right-3-30', 'Права сторона Ряд 3 Місце 30', 4),
(995, 'right-3-31', 'Права сторона Ряд 3 Місце 31', 4),
(996, 'right-3-32', 'Права сторона Ряд 3 Місце 32', 4),
(997, 'right-3-33', 'Права сторона Ряд 3 Місце 33', 4),
(998, 'right-3-34', 'Права сторона Ряд 3 Місце 34', 4),
(999, 'right-3-35', 'Права сторона Ряд 3 Місце 35', 4),
(1000, 'right-3-36', 'Права сторона Ряд 3 Місце 36', 4),
(1001, 'right-3-37', 'Права сторона Ряд 3 Місце 37', 4),
(1002, 'right-3-38', 'Права сторона Ряд 3 Місце 38', 4),
(1003, 'right-3-39', 'Права сторона Ряд 3 Місце 39', 4),
(1004, 'right-3-40', 'Права сторона Ряд 3 Місце 40', 4),
(1005, 'right-4-1', 'Права сторона Ряд 4 Місце 1', 5),
(1006, 'right-4-2', 'Права сторона Ряд 4 Місце 2', 5),
(1007, 'right-4-3', 'Права сторона Ряд 4 Місце 3', 5),
(1008, 'right-4-4', 'Права сторона Ряд 4 Місце 4', 5),
(1009, 'right-4-5', 'Права сторона Ряд 4 Місце 5', 5),
(1010, 'right-4-6', 'Права сторона Ряд 4 Місце 6', 5),
(1011, 'right-4-7', 'Права сторона Ряд 4 Місце 7', 5),
(1012, 'right-4-8', 'Права сторона Ряд 4 Місце 8', 5),
(1013, 'right-4-9', 'Права сторона Ряд 4 Місце 9', 5),
(1014, 'right-4-10', 'Права сторона Ряд 4 Місце 10', 5),
(1015, 'right-4-11', 'Права сторона Ряд 4 Місце 11', 5),
(1016, 'right-4-12', 'Права сторона Ряд 4 Місце 12', 5),
(1017, 'right-4-13', 'Права сторона Ряд 4 Місце 13', 5),
(1018, 'right-4-14', 'Права сторона Ряд 4 Місце 14', 5),
(1019, 'right-4-15', 'Права сторона Ряд 4 Місце 15', 5),
(1020, 'right-4-16', 'Права сторона Ряд 4 Місце 16', 5),
(1021, 'right-4-17', 'Права сторона Ряд 4 Місце 17', 5),
(1022, 'right-4-18', 'Права сторона Ряд 4 Місце 18', 5),
(1023, 'right-4-19', 'Права сторона Ряд 4 Місце 19', 5),
(1024, 'right-4-20', 'Права сторона Ряд 4 Місце 20', 5),
(1025, 'right-4-21', 'Права сторона Ряд 4 Місце 21', 5),
(1026, 'right-4-22', 'Права сторона Ряд 4 Місце 22', 5),
(1027, 'right-4-23', 'Права сторона Ряд 4 Місце 23', 5),
(1028, 'right-4-24', 'Права сторона Ряд 4 Місце 24', 4),
(1029, 'right-4-25', 'Права сторона Ряд 4 Місце 25', 4),
(1030, 'right-4-26', 'Права сторона Ряд 4 Місце 26', 4),
(1031, 'right-4-27', 'Права сторона Ряд 4 Місце 27', 4),
(1032, 'right-4-28', 'Права сторона Ряд 4 Місце 28', 4),
(1033, 'right-4-29', 'Права сторона Ряд 4 Місце 29', 4),
(1034, 'right-4-30', 'Права сторона Ряд 4 Місце 30', 4),
(1035, 'right-4-31', 'Права сторона Ряд 4 Місце 31', 4),
(1036, 'right-4-32', 'Права сторона Ряд 4 Місце 32', 4),
(1037, 'right-4-33', 'Права сторона Ряд 4 Місце 33', 4),
(1038, 'right-4-34', 'Права сторона Ряд 4 Місце 34', 4),
(1039, 'right-4-35', 'Права сторона Ряд 4 Місце 35', 4),
(1040, 'right-4-36', 'Права сторона Ряд 4 Місце 36', 4),
(1041, 'right-4-37', 'Права сторона Ряд 4 Місце 37', 4),
(1042, 'right-4-38', 'Права сторона Ряд 4 Місце 38', 4),
(1043, 'right-4-39', 'Права сторона Ряд 4 Місце 39', 4),
(1044, 'right-4-40', 'Права сторона Ряд 4 Місце 40', 4),
(1045, 'right-4-41', 'Права сторона Ряд 4 Місце 41', 4),
(1046, 'right-4-42', 'Права сторона Ряд 4 Місце 42', 4),
(1047, 'right-5-1', 'Права сторона Ряд 5 Місце 1', 4),
(1048, 'right-5-2', 'Права сторона Ряд 5 Місце 2', 4),
(1049, 'right-5-3', 'Права сторона Ряд 5 Місце 3', 4),
(1050, 'right-5-4', 'Права сторона Ряд 5 Місце 4', 4),
(1051, 'right-5-5', 'Права сторона Ряд 5 Місце 5', 4),
(1052, 'right-5-6', 'Права сторона Ряд 5 Місце 6', 4),
(1053, 'right-5-7', 'Права сторона Ряд 5 Місце 7', 4),
(1054, 'right-5-8', 'Права сторона Ряд 5 Місце 8', 4),
(1055, 'right-5-9', 'Права сторона Ряд 5 Місце 9', 4),
(1056, 'right-5-10', 'Права сторона Ряд 5 Місце 10', 4),
(1057, 'right-5-11', 'Права сторона Ряд 5 Місце 11', 4),
(1058, 'right-5-12', 'Права сторона Ряд 5 Місце 12', 4),
(1059, 'right-5-13', 'Права сторона Ряд 5 Місце 13', 4),
(1060, 'right-5-14', 'Права сторона Ряд 5 Місце 14', 4),
(1061, 'right-5-15', 'Права сторона Ряд 5 Місце 15', 4),
(1062, 'right-5-16', 'Права сторона Ряд 5 Місце 16', 4),
(1063, 'right-5-17', 'Права сторона Ряд 5 Місце 17', 4),
(1064, 'right-5-18', 'Права сторона Ряд 5 Місце 18', 4),
(1065, 'right-5-19', 'Права сторона Ряд 5 Місце 19', 4),
(1066, 'right-5-20', 'Права сторона Ряд 5 Місце 20', 4),
(1067, 'right-5-21', 'Права сторона Ряд 5 Місце 21', 4),
(1068, 'right-5-22', 'Права сторона Ряд 5 Місце 22', 4),
(1069, 'right-5-23', 'Права сторона Ряд 5 Місце 23', 4),
(1070, 'right-5-24', 'Права сторона Ряд 5 Місце 24', 4),
(1071, 'right-5-25', 'Права сторона Ряд 5 Місце 25', 4),
(1072, 'right-5-26', 'Права сторона Ряд 5 Місце 26', 4),
(1073, 'right-5-27', 'Права сторона Ряд 5 Місце 27', 3),
(1074, 'right-5-28', 'Права сторона Ряд 5 Місце 28', 3),
(1075, 'right-5-29', 'Права сторона Ряд 5 Місце 29', 3),
(1076, 'right-5-30', 'Права сторона Ряд 5 Місце 30', 3),
(1077, 'right-5-31', 'Права сторона Ряд 5 Місце 31', 3),
(1078, 'right-5-32', 'Права сторона Ряд 5 Місце 32', 3),
(1079, 'right-5-33', 'Права сторона Ряд 5 Місце 33', 3),
(1080, 'right-5-34', 'Права сторона Ряд 5 Місце 34', 3),
(1081, 'right-5-35', 'Права сторона Ряд 5 Місце 35', 3),
(1082, 'right-5-36', 'Права сторона Ряд 5 Місце 36', 3),
(1083, 'right-5-37', 'Права сторона Ряд 5 Місце 37', 3),
(1084, 'right-5-38', 'Права сторона Ряд 5 Місце 38', 3),
(1085, 'right-5-39', 'Права сторона Ряд 5 Місце 39', 3),
(1086, 'right-5-40', 'Права сторона Ряд 5 Місце 40', 3),
(1087, 'right-5-41', 'Права сторона Ряд 5 Місце 41', 3),
(1088, 'right-5-42', 'Права сторона Ряд 5 Місце 42', 3),
(1089, 'right-5-43', 'Права сторона Ряд 5 Місце 43', 3),
(1090, 'right-5-44', 'Права сторона Ряд 5 Місце 44', 3),
(1091, 'right-5-45', 'Права сторона Ряд 5 Місце 45', 3),
(1092, 'right-5-46', 'Права сторона Ряд 5 Місце 46', 3),
(1093, 'right-5-47', 'Права сторона Ряд 5 Місце 47', 3),
(1094, 'right-5-48', 'Права сторона Ряд 5 Місце 48', 3),
(1095, 'right-6-1', 'Права сторона Ряд 6 Місце 1', 4),
(1096, 'right-6-2', 'Права сторона Ряд 6 Місце 2', 4),
(1097, 'right-6-3', 'Права сторона Ряд 6 Місце 3', 4),
(1098, 'right-6-4', 'Права сторона Ряд 6 Місце 4', 4),
(1099, 'right-6-5', 'Права сторона Ряд 6 Місце 5', 4),
(1100, 'right-6-6', 'Права сторона Ряд 6 Місце 6', 4),
(1101, 'right-6-7', 'Права сторона Ряд 6 Місце 7', 4),
(1102, 'right-6-8', 'Права сторона Ряд 6 Місце 8', 4),
(1103, 'right-6-9', 'Права сторона Ряд 6 Місце 9', 4),
(1104, 'right-6-10', 'Права сторона Ряд 6 Місце 10', 4),
(1105, 'right-6-11', 'Права сторона Ряд 6 Місце 11', 4),
(1106, 'right-6-12', 'Права сторона Ряд 6 Місце 12', 4),
(1107, 'right-6-13', 'Права сторона Ряд 6 Місце 13', 4),
(1108, 'right-6-14', 'Права сторона Ряд 6 Місце 14', 4),
(1109, 'right-6-15', 'Права сторона Ряд 6 Місце 15', 4),
(1110, 'right-6-16', 'Права сторона Ряд 6 Місце 16', 4),
(1111, 'right-6-17', 'Права сторона Ряд 6 Місце 17', 4),
(1112, 'right-6-18', 'Права сторона Ряд 6 Місце 18', 4),
(1113, 'right-6-19', 'Права сторона Ряд 6 Місце 19', 4),
(1114, 'right-6-20', 'Права сторона Ряд 6 Місце 20', 4),
(1115, 'right-6-21', 'Права сторона Ряд 6 Місце 21', 4),
(1116, 'right-6-22', 'Права сторона Ряд 6 Місце 22', 4),
(1117, 'right-6-23', 'Права сторона Ряд 6 Місце 23', 4),
(1118, 'right-6-24', 'Права сторона Ряд 6 Місце 24', 4),
(1119, 'right-6-25', 'Права сторона Ряд 6 Місце 25', 4),
(1120, 'right-6-26', 'Права сторона Ряд 6 Місце 26', 4),
(1121, 'right-6-27', 'Права сторона Ряд 6 Місце 27', 4),
(1122, 'right-6-28', 'Права сторона Ряд 6 Місце 28', 3),
(1123, 'right-6-29', 'Права сторона Ряд 6 Місце 29', 3),
(1124, 'right-6-30', 'Права сторона Ряд 6 Місце 30', 3),
(1125, 'right-6-31', 'Права сторона Ряд 6 Місце 31', 3),
(1126, 'right-6-32', 'Права сторона Ряд 6 Місце 32', 3),
(1127, 'right-6-33', 'Права сторона Ряд 6 Місце 33', 3),
(1128, 'right-6-34', 'Права сторона Ряд 6 Місце 34', 3),
(1129, 'right-6-35', 'Права сторона Ряд 6 Місце 35', 3),
(1130, 'right-6-36', 'Права сторона Ряд 6 Місце 36', 3),
(1131, 'right-6-37', 'Права сторона Ряд 6 Місце 37', 3),
(1132, 'right-6-38', 'Права сторона Ряд 6 Місце 38', 3),
(1133, 'right-6-39', 'Права сторона Ряд 6 Місце 39', 3),
(1134, 'right-6-40', 'Права сторона Ряд 6 Місце 40', 3),
(1135, 'right-6-41', 'Права сторона Ряд 6 Місце 41', 3),
(1136, 'right-6-42', 'Права сторона Ряд 6 Місце 42', 3),
(1137, 'right-6-43', 'Права сторона Ряд 6 Місце 43', 3),
(1138, 'right-6-44', 'Права сторона Ряд 6 Місце 44', 3),
(1139, 'right-6-45', 'Права сторона Ряд 6 Місце 45', 3),
(1140, 'right-6-46', 'Права сторона Ряд 6 Місце 46', 3),
(1141, 'right-6-47', 'Права сторона Ряд 6 Місце 47', 3),
(1142, 'right-6-48', 'Права сторона Ряд 6 Місце 48', 3),
(1143, 'right-6-49', 'Права сторона Ряд 6 Місце 49', 3),
(1144, 'right-6-50', 'Права сторона Ряд 6 Місце 50', 3),
(1145, 'right-6-51', 'Права сторона Ряд 6 Місце 51', 3),
(1146, 'right-7-1', 'Права сторона Ряд 7 Місце 1', 4),
(1147, 'right-7-2', 'Права сторона Ряд 7 Місце 2', 4),
(1148, 'right-7-3', 'Права сторона Ряд 7 Місце 3', 4),
(1149, 'right-7-4', 'Права сторона Ряд 7 Місце 4', 4),
(1150, 'right-7-5', 'Права сторона Ряд 7 Місце 5', 4),
(1151, 'right-7-6', 'Права сторона Ряд 7 Місце 6', 4),
(1152, 'right-7-7', 'Права сторона Ряд 7 Місце 7', 4),
(1153, 'right-7-8', 'Права сторона Ряд 7 Місце 8', 4),
(1154, 'right-7-9', 'Права сторона Ряд 7 Місце 9', 4),
(1155, 'right-7-10', 'Права сторона Ряд 7 Місце 10', 4),
(1156, 'right-7-11', 'Права сторона Ряд 7 Місце 11', 4),
(1157, 'right-7-12', 'Права сторона Ряд 7 Місце 12', 4),
(1158, 'right-7-13', 'Права сторона Ряд 7 Місце 13', 4),
(1159, 'right-7-14', 'Права сторона Ряд 7 Місце 14', 4),
(1160, 'right-7-15', 'Права сторона Ряд 7 Місце 15', 4),
(1161, 'right-7-16', 'Права сторона Ряд 7 Місце 16', 4),
(1162, 'right-7-17', 'Права сторона Ряд 7 Місце 17', 4),
(1163, 'right-7-18', 'Права сторона Ряд 7 Місце 18', 4),
(1164, 'right-7-19', 'Права сторона Ряд 7 Місце 19', 4),
(1165, 'right-7-20', 'Права сторона Ряд 7 Місце 20', 4),
(1166, 'right-7-21', 'Права сторона Ряд 7 Місце 21', 4),
(1167, 'right-7-22', 'Права сторона Ряд 7 Місце 22', 4),
(1168, 'right-7-23', 'Права сторона Ряд 7 Місце 23', 4),
(1169, 'right-7-24', 'Права сторона Ряд 7 Місце 24', 4),
(1170, 'right-7-25', 'Права сторона Ряд 7 Місце 25', 4),
(1171, 'right-7-26', 'Права сторона Ряд 7 Місце 26', 4),
(1172, 'right-7-27', 'Права сторона Ряд 7 Місце 27', 4),
(1173, 'right-7-28', 'Права сторона Ряд 7 Місце 28', 4),
(1174, 'right-7-29', 'Права сторона Ряд 7 Місце 29', 4),
(1175, 'right-7-30', 'Права сторона Ряд 7 Місце 30', 4),
(1176, 'right-7-31', 'Права сторона Ряд 7 Місце 31', 4),
(1177, 'right-7-32', 'Права сторона Ряд 7 Місце 32', 3),
(1178, 'right-7-33', 'Права сторона Ряд 7 Місце 33', 3),
(1179, 'right-7-34', 'Права сторона Ряд 7 Місце 34', 3),
(1180, 'right-7-35', 'Права сторона Ряд 7 Місце 35', 3),
(1181, 'right-7-36', 'Права сторона Ряд 7 Місце 36', 3),
(1182, 'right-7-37', 'Права сторона Ряд 7 Місце 37', 3),
(1183, 'right-7-38', 'Права сторона Ряд 7 Місце 38', 3),
(1184, 'right-7-39', 'Права сторона Ряд 7 Місце 39', 3),
(1185, 'right-7-40', 'Права сторона Ряд 7 Місце 40', 3),
(1186, 'right-7-41', 'Права сторона Ряд 7 Місце 41', 3),
(1187, 'right-7-42', 'Права сторона Ряд 7 Місце 42', 3),
(1188, 'right-7-43', 'Права сторона Ряд 7 Місце 43', 3),
(1189, 'right-7-44', 'Права сторона Ряд 7 Місце 44', 3),
(1190, 'right-7-45', 'Права сторона Ряд 7 Місце 45', 3),
(1191, 'right-7-46', 'Права сторона Ряд 7 Місце 46', 3),
(1192, 'right-7-47', 'Права сторона Ряд 7 Місце 47', 3),
(1193, 'right-7-48', 'Права сторона Ряд 7 Місце 48', 3),
(1194, 'right-7-49', 'Права сторона Ряд 7 Місце 49', 3),
(1195, 'right-7-50', 'Права сторона Ряд 7 Місце 50', 3),
(1196, 'right-7-51', 'Права сторона Ряд 7 Місце 51', 3),
(1197, 'right-7-52', 'Права сторона Ряд 7 Місце 52', 3),
(1198, 'right-7-53', 'Права сторона Ряд 7 Місце 53', 3),
(1199, 'right-7-54', 'Права сторона Ряд 7 Місце 54', 3),
(1200, 'right-7-55', 'Права сторона Ряд 7 Місце 55', 3),
(1201, 'right-7-56', 'Права сторона Ряд 7 Місце 56', 3),
(1202, 'right-7-57', 'Права сторона Ряд 7 Місце 57', 3),
(1203, 'right-7-58', 'Права сторона Ряд 7 Місце 58', 3),
(1204, 'right-7-59', 'Права сторона Ряд 7 Місце 59', 3),
(1205, 'right-7-60', 'Права сторона Ряд 7 Місце 60', 3),
(1206, 'right-7-61', 'Права сторона Ряд 7 Місце 61', 3),
(1207, 'right-7-62', 'Права сторона Ряд 7 Місце 62', 3),
(1208, 'right-8-1', 'Права сторона Ряд 8 Місце 1', 4),
(1209, 'right-8-2', 'Права сторона Ряд 8 Місце 2', 4),
(1210, 'right-8-3', 'Права сторона Ряд 8 Місце 3', 4),
(1211, 'right-8-4', 'Права сторона Ряд 8 Місце 4', 4),
(1212, 'right-8-5', 'Права сторона Ряд 8 Місце 5', 4),
(1213, 'right-8-6', 'Права сторона Ряд 8 Місце 6', 4),
(1214, 'right-8-7', 'Права сторона Ряд 8 Місце 7', 4),
(1215, 'right-8-8', 'Права сторона Ряд 8 Місце 8', 4),
(1216, 'right-8-9', 'Права сторона Ряд 8 Місце 9', 4),
(1217, 'right-8-10', 'Права сторона Ряд 8 Місце 10', 4),
(1218, 'right-8-11', 'Права сторона Ряд 8 Місце 11', 4),
(1219, 'right-8-12', 'Права сторона Ряд 8 Місце 12', 4),
(1220, 'right-8-13', 'Права сторона Ряд 8 Місце 13', 4),
(1221, 'right-8-14', 'Права сторона Ряд 8 Місце 14', 4),
(1222, 'right-8-15', 'Права сторона Ряд 8 Місце 15', 4),
(1223, 'right-8-16', 'Права сторона Ряд 8 Місце 16', 4),
(1224, 'right-8-17', 'Права сторона Ряд 8 Місце 17', 4),
(1225, 'right-8-18', 'Права сторона Ряд 8 Місце 18', 4),
(1226, 'right-8-19', 'Права сторона Ряд 8 Місце 19', 4),
(1227, 'right-8-20', 'Права сторона Ряд 8 Місце 20', 4),
(1228, 'right-8-21', 'Права сторона Ряд 8 Місце 21', 4),
(1229, 'right-8-22', 'Права сторона Ряд 8 Місце 22', 4),
(1230, 'right-8-23', 'Права сторона Ряд 8 Місце 23', 4),
(1231, 'right-8-24', 'Права сторона Ряд 8 Місце 24', 4),
(1232, 'right-8-25', 'Права сторона Ряд 8 Місце 25', 4),
(1233, 'right-8-26', 'Права сторона Ряд 8 Місце 26', 4),
(1234, 'right-8-27', 'Права сторона Ряд 8 Місце 27', 4),
(1235, 'right-8-28', 'Права сторона Ряд 8 Місце 28', 4),
(1236, 'right-8-29', 'Права сторона Ряд 8 Місце 29', 4),
(1237, 'right-8-30', 'Права сторона Ряд 8 Місце 30', 4),
(1238, 'right-8-31', 'Права сторона Ряд 8 Місце 31', 4),
(1239, 'right-8-32', 'Права сторона Ряд 8 Місце 32', 4),
(1240, 'right-8-33', 'Права сторона Ряд 8 Місце 33', 4),
(1241, 'right-8-34', 'Права сторона Ряд 8 Місце 34', 3),
(1242, 'right-8-35', 'Права сторона Ряд 8 Місце 35', 3),
(1243, 'right-8-36', 'Права сторона Ряд 8 Місце 36', 3),
(1244, 'right-8-37', 'Права сторона Ряд 8 Місце 37', 3),
(1245, 'right-8-38', 'Права сторона Ряд 8 Місце 38', 3),
(1246, 'right-8-39', 'Права сторона Ряд 8 Місце 39', 3),
(1247, 'right-8-40', 'Права сторона Ряд 8 Місце 40', 3),
(1248, 'right-8-41', 'Права сторона Ряд 8 Місце 41', 3),
(1249, 'right-8-42', 'Права сторона Ряд 8 Місце 42', 3),
(1250, 'right-8-43', 'Права сторона Ряд 8 Місце 43', 3),
(1251, 'right-8-44', 'Права сторона Ряд 8 Місце 44', 3),
(1252, 'right-8-45', 'Права сторона Ряд 8 Місце 45', 3),
(1253, 'right-8-46', 'Права сторона Ряд 8 Місце 46', 3),
(1254, 'right-8-47', 'Права сторона Ряд 8 Місце 47', 3),
(1255, 'right-8-48', 'Права сторона Ряд 8 Місце 48', 3),
(1256, 'right-8-49', 'Права сторона Ряд 8 Місце 49', 3),
(1257, 'right-8-50', 'Права сторона Ряд 8 Місце 50', 3),
(1258, 'right-8-51', 'Права сторона Ряд 8 Місце 51', 3),
(1259, 'right-8-52', 'Права сторона Ряд 8 Місце 52', 3),
(1260, 'right-8-53', 'Права сторона Ряд 8 Місце 53', 3),
(1261, 'right-8-54', 'Права сторона Ряд 8 Місце 54', 3),
(1262, 'right-8-55', 'Права сторона Ряд 8 Місце 55', 3),
(1263, 'right-8-56', 'Права сторона Ряд 8 Місце 56', 3),
(1264, 'right-8-57', 'Права сторона Ряд 8 Місце 57', 3),
(1265, 'right-8-58', 'Права сторона Ряд 8 Місце 58', 3),
(1266, 'right-8-59', 'Права сторона Ряд 8 Місце 59', 3),
(1267, 'right-8-60', 'Права сторона Ряд 8 Місце 60', 3),
(1268, 'right-8-61', 'Права сторона Ряд 8 Місце 61', 3),
(1269, 'right-8-62', 'Права сторона Ряд 8 Місце 62', 3),
(1270, 'right-8-63', 'Права сторона Ряд 8 Місце 63', 3),
(1271, 'right-8-64', 'Права сторона Ряд 8 Місце 64', 3),
(1272, 'right-8-65', 'Права сторона Ряд 8 Місце 65', 3),
(1273, 'right-9-1', 'Права сторона Ряд 9 Місце 1', 4),
(1274, 'right-9-2', 'Права сторона Ряд 9 Місце 2', 4),
(1275, 'right-9-3', 'Права сторона Ряд 9 Місце 3', 4),
(1276, 'right-9-4', 'Права сторона Ряд 9 Місце 4', 4),
(1277, 'right-9-5', 'Права сторона Ряд 9 Місце 5', 4),
(1278, 'right-9-6', 'Права сторона Ряд 9 Місце 6', 4),
(1279, 'right-9-7', 'Права сторона Ряд 9 Місце 7', 4),
(1280, 'right-9-8', 'Права сторона Ряд 9 Місце 8', 4),
(1281, 'right-9-9', 'Права сторона Ряд 9 Місце 9', 4),
(1282, 'right-9-10', 'Права сторона Ряд 9 Місце 10', 4),
(1283, 'right-9-11', 'Права сторона Ряд 9 Місце 11', 4),
(1284, 'right-9-12', 'Права сторона Ряд 9 Місце 12', 4),
(1285, 'right-9-13', 'Права сторона Ряд 9 Місце 13', 4),
(1286, 'right-9-14', 'Права сторона Ряд 9 Місце 14', 4),
(1287, 'right-9-15', 'Права сторона Ряд 9 Місце 15', 4),
(1288, 'right-9-16', 'Права сторона Ряд 9 Місце 16', 4),
(1289, 'right-9-17', 'Права сторона Ряд 9 Місце 17', 4),
(1290, 'right-9-18', 'Права сторона Ряд 9 Місце 18', 4),
(1291, 'right-9-19', 'Права сторона Ряд 9 Місце 19', 4),
(1292, 'right-9-20', 'Права сторона Ряд 9 Місце 20', 4),
(1293, 'right-9-21', 'Права сторона Ряд 9 Місце 21', 4),
(1294, 'right-9-22', 'Права сторона Ряд 9 Місце 22', 4),
(1295, 'right-9-23', 'Права сторона Ряд 9 Місце 23', 4),
(1296, 'right-9-24', 'Права сторона Ряд 9 Місце 24', 4),
(1297, 'right-9-25', 'Права сторона Ряд 9 Місце 25', 4),
(1298, 'right-9-26', 'Права сторона Ряд 9 Місце 26', 4),
(1299, 'right-9-27', 'Права сторона Ряд 9 Місце 27', 4),
(1300, 'right-9-28', 'Права сторона Ряд 9 Місце 28', 4),
(1301, 'right-9-29', 'Права сторона Ряд 9 Місце 29', 4),
(1302, 'right-9-30', 'Права сторона Ряд 9 Місце 30', 4),
(1303, 'right-9-31', 'Права сторона Ряд 9 Місце 31', 4),
(1304, 'right-9-32', 'Права сторона Ряд 9 Місце 32', 4),
(1305, 'right-9-33', 'Права сторона Ряд 9 Місце 33', 4),
(1306, 'right-9-34', 'Права сторона Ряд 9 Місце 34', 4),
(1307, 'right-9-35', 'Права сторона Ряд 9 Місце 35', 4),
(1308, 'right-9-36', 'Права сторона Ряд 9 Місце 36', 3),
(1309, 'right-9-37', 'Права сторона Ряд 9 Місце 37', 3),
(1310, 'right-9-38', 'Права сторона Ряд 9 Місце 38', 3),
(1311, 'right-9-39', 'Права сторона Ряд 9 Місце 39', 3),
(1312, 'right-9-40', 'Права сторона Ряд 9 Місце 40', 3),
(1313, 'right-9-41', 'Права сторона Ряд 9 Місце 41', 3),
(1314, 'right-9-42', 'Права сторона Ряд 9 Місце 42', 3),
(1315, 'right-9-43', 'Права сторона Ряд 9 Місце 43', 3),
(1316, 'right-9-44', 'Права сторона Ряд 9 Місце 44', 3),
(1317, 'right-9-45', 'Права сторона Ряд 9 Місце 45', 3),
(1318, 'right-9-46', 'Права сторона Ряд 9 Місце 46', 3),
(1319, 'right-9-47', 'Права сторона Ряд 9 Місце 47', 3),
(1320, 'right-9-48', 'Права сторона Ряд 9 Місце 48', 3),
(1321, 'right-9-49', 'Права сторона Ряд 9 Місце 49', 3),
(1322, 'right-9-50', 'Права сторона Ряд 9 Місце 50', 3),
(1323, 'right-9-51', 'Права сторона Ряд 9 Місце 51', 3),
(1324, 'right-9-52', 'Права сторона Ряд 9 Місце 52', 3),
(1325, 'right-9-53', 'Права сторона Ряд 9 Місце 53', 3),
(1326, 'right-9-54', 'Права сторона Ряд 9 Місце 54', 3),
(1327, 'right-9-55', 'Права сторона Ряд 9 Місце 55', 3),
(1328, 'right-9-56', 'Права сторона Ряд 9 Місце 56', 3),
(1329, 'right-9-57', 'Права сторона Ряд 9 Місце 57', 3),
(1330, 'right-9-58', 'Права сторона Ряд 9 Місце 58', 3),
(1331, 'right-9-59', 'Права сторона Ряд 9 Місце 59', 3),
(1332, 'right-9-60', 'Права сторона Ряд 9 Місце 60', 3),
(1333, 'right-9-61', 'Права сторона Ряд 9 Місце 61', 3),
(1334, 'right-9-62', 'Права сторона Ряд 9 Місце 62', 3),
(1335, 'right-9-63', 'Права сторона Ряд 9 Місце 63', 3),
(1336, 'right-9-64', 'Права сторона Ряд 9 Місце 64', 3),
(1337, 'right-9-65', 'Права сторона Ряд 9 Місце 65', 3),
(1338, 'right-9-66', 'Права сторона Ряд 9 Місце 66', 3),
(1339, 'right-9-67', 'Права сторона Ряд 9 Місце 67', 3),
(1340, 'right-9-68', 'Права сторона Ряд 9 Місце 68', 3),
(1341, 'right-9-69', 'Права сторона Ряд 9 Місце 69', 3),
(1342, 'right-9-70', 'Права сторона Ряд 9 Місце 70', 3),
(1343, 'right-10-1', 'Права сторона Ряд 10 Місце 1', 3),
(1344, 'right-10-2', 'Права сторона Ряд 10 Місце 2', 3),
(1345, 'right-10-3', 'Права сторона Ряд 10 Місце 3', 3),
(1346, 'right-10-4', 'Права сторона Ряд 10 Місце 4', 3),
(1347, 'right-10-5', 'Права сторона Ряд 10 Місце 5', 3),
(1348, 'right-10-6', 'Права сторона Ряд 10 Місце 6', 3),
(1349, 'right-10-7', 'Права сторона Ряд 10 Місце 7', 3),
(1350, 'right-10-8', 'Права сторона Ряд 10 Місце 8', 3),
(1351, 'right-10-9', 'Права сторона Ряд 10 Місце 9', 3),
(1352, 'right-10-10', 'Права сторона Ряд 10 Місце 10', 3),
(1353, 'right-10-11', 'Права сторона Ряд 10 Місце 11', 3),
(1354, 'right-10-12', 'Права сторона Ряд 10 Місце 12', 3),
(1355, 'right-10-13', 'Права сторона Ряд 10 Місце 13', 3),
(1356, 'right-10-14', 'Права сторона Ряд 10 Місце 14', 3),
(1357, 'right-10-15', 'Права сторона Ряд 10 Місце 15', 3),
(1358, 'right-10-16', 'Права сторона Ряд 10 Місце 16', 3),
(1359, 'right-10-17', 'Права сторона Ряд 10 Місце 17', 3),
(1360, 'right-10-18', 'Права сторона Ряд 10 Місце 18', 3),
(1361, 'right-10-19', 'Права сторона Ряд 10 Місце 19', 3),
(1362, 'right-10-20', 'Права сторона Ряд 10 Місце 20', 3),
(1363, 'right-10-21', 'Права сторона Ряд 10 Місце 21', 3),
(1364, 'right-10-22', 'Права сторона Ряд 10 Місце 22', 3),
(1365, 'right-10-23', 'Права сторона Ряд 10 Місце 23', 3),
(1366, 'right-10-24', 'Права сторона Ряд 10 Місце 24', 3),
(1367, 'right-10-25', 'Права сторона Ряд 10 Місце 25', 3),
(1368, 'right-10-26', 'Права сторона Ряд 10 Місце 26', 3),
(1369, 'right-10-27', 'Права сторона Ряд 10 Місце 27', 3),
(1370, 'right-10-28', 'Права сторона Ряд 10 Місце 28', 3),
(1371, 'right-10-29', 'Права сторона Ряд 10 Місце 29', 3),
(1372, 'right-10-30', 'Права сторона Ряд 10 Місце 30', 3),
(1373, 'right-10-31', 'Права сторона Ряд 10 Місце 31', 3),
(1374, 'right-10-32', 'Права сторона Ряд 10 Місце 32', 3),
(1375, 'right-10-33', 'Права сторона Ряд 10 Місце 33', 3),
(1376, 'right-10-34', 'Права сторона Ряд 10 Місце 34', 1);
INSERT INTO `seats` (`id`, `alias`, `title`, `seat_color_id`) VALUES
(1377, 'right-10-35', 'Права сторона Ряд 10 Місце 35', 1),
(1378, 'right-10-36', 'Права сторона Ряд 10 Місце 36', 1),
(1379, 'right-10-37', 'Права сторона Ряд 10 Місце 37', 1),
(1380, 'right-10-38', 'Права сторона Ряд 10 Місце 38', 1),
(1381, 'right-10-39', 'Права сторона Ряд 10 Місце 39', 1),
(1382, 'right-10-40', 'Права сторона Ряд 10 Місце 40', 1),
(1383, 'right-10-41', 'Права сторона Ряд 10 Місце 41', 1),
(1384, 'right-10-42', 'Права сторона Ряд 10 Місце 42', 1),
(1385, 'right-10-43', 'Права сторона Ряд 10 Місце 43', 1),
(1386, 'right-10-44', 'Права сторона Ряд 10 Місце 44', 1),
(1387, 'right-10-45', 'Права сторона Ряд 10 Місце 45', 1),
(1388, 'right-10-46', 'Права сторона Ряд 10 Місце 46', 1),
(1389, 'right-10-47', 'Права сторона Ряд 10 Місце 47', 1),
(1390, 'right-10-48', 'Права сторона Ряд 10 Місце 48', 1),
(1391, 'right-10-49', 'Права сторона Ряд 10 Місце 49', 1),
(1392, 'right-10-50', 'Права сторона Ряд 10 Місце 50', 1),
(1393, 'right-10-51', 'Права сторона Ряд 10 Місце 51', 1),
(1394, 'right-10-52', 'Права сторона Ряд 10 Місце 52', 1),
(1395, 'right-10-53', 'Права сторона Ряд 10 Місце 53', 1),
(1396, 'right-11-1', 'Права сторона Ряд 11 Місце 1', 3),
(1397, 'right-11-2', 'Права сторона Ряд 11 Місце 2', 3),
(1398, 'right-11-3', 'Права сторона Ряд 11 Місце 3', 3),
(1399, 'right-11-4', 'Права сторона Ряд 11 Місце 4', 3),
(1400, 'right-11-5', 'Права сторона Ряд 11 Місце 5', 3),
(1401, 'right-11-6', 'Права сторона Ряд 11 Місце 6', 3),
(1402, 'right-11-7', 'Права сторона Ряд 11 Місце 7', 3),
(1403, 'right-11-8', 'Права сторона Ряд 11 Місце 8', 3),
(1404, 'right-11-9', 'Права сторона Ряд 11 Місце 9', 3),
(1405, 'right-11-10', 'Права сторона Ряд 11 Місце 10', 3),
(1406, 'right-11-11', 'Права сторона Ряд 11 Місце 11', 3),
(1407, 'right-11-12', 'Права сторона Ряд 11 Місце 12', 3),
(1408, 'right-11-13', 'Права сторона Ряд 11 Місце 13', 3),
(1409, 'right-11-14', 'Права сторона Ряд 11 Місце 14', 3),
(1410, 'right-11-15', 'Права сторона Ряд 11 Місце 15', 3),
(1411, 'right-11-16', 'Права сторона Ряд 11 Місце 16', 3),
(1412, 'right-11-17', 'Права сторона Ряд 11 Місце 17', 3),
(1413, 'right-11-18', 'Права сторона Ряд 11 Місце 18', 3),
(1414, 'right-11-19', 'Права сторона Ряд 11 Місце 19', 3),
(1415, 'right-11-20', 'Права сторона Ряд 11 Місце 20', 3),
(1416, 'right-11-21', 'Права сторона Ряд 11 Місце 21', 3),
(1417, 'right-11-22', 'Права сторона Ряд 11 Місце 22', 3),
(1418, 'right-11-23', 'Права сторона Ряд 11 Місце 23', 3),
(1419, 'right-11-24', 'Права сторона Ряд 11 Місце 24', 3),
(1420, 'right-11-25', 'Права сторона Ряд 11 Місце 25', 3),
(1421, 'right-11-26', 'Права сторона Ряд 11 Місце 26', 3),
(1422, 'right-11-27', 'Права сторона Ряд 11 Місце 27', 3),
(1423, 'right-11-28', 'Права сторона Ряд 11 Місце 28', 3),
(1424, 'right-11-29', 'Права сторона Ряд 11 Місце 29', 3),
(1425, 'right-11-30', 'Права сторона Ряд 11 Місце 30', 3),
(1426, 'right-11-31', 'Права сторона Ряд 11 Місце 31', 3),
(1427, 'right-11-32', 'Права сторона Ряд 11 Місце 32', 3),
(1428, 'right-11-33', 'Права сторона Ряд 11 Місце 33', 3),
(1429, 'right-11-34', 'Права сторона Ряд 11 Місце 34', 3),
(1430, 'right-11-35', 'Права сторона Ряд 11 Місце 35', 3),
(1431, 'right-11-36', 'Права сторона Ряд 11 Місце 36', 3),
(1432, 'right-11-37', 'Права сторона Ряд 11 Місце 37', 1),
(1433, 'right-11-38', 'Права сторона Ряд 11 Місце 38', 1),
(1434, 'right-11-39', 'Права сторона Ряд 11 Місце 39', 1),
(1435, 'right-11-40', 'Права сторона Ряд 11 Місце 40', 1),
(1436, 'right-11-41', 'Права сторона Ряд 11 Місце 41', 1),
(1437, 'right-11-42', 'Права сторона Ряд 11 Місце 42', 1),
(1438, 'right-11-43', 'Права сторона Ряд 11 Місце 43', 1),
(1439, 'right-11-44', 'Права сторона Ряд 11 Місце 44', 1),
(1440, 'right-11-45', 'Права сторона Ряд 11 Місце 45', 1),
(1441, 'right-11-46', 'Права сторона Ряд 11 Місце 46', 1),
(1442, 'right-11-47', 'Права сторона Ряд 11 Місце 47', 1),
(1443, 'right-11-48', 'Права сторона Ряд 11 Місце 48', 1),
(1444, 'right-11-49', 'Права сторона Ряд 11 Місце 49', 1),
(1445, 'right-11-50', 'Права сторона Ряд 11 Місце 50', 1),
(1446, 'right-11-51', 'Права сторона Ряд 11 Місце 51', 1),
(1447, 'right-11-52', 'Права сторона Ряд 11 Місце 52', 1),
(1448, 'right-11-53', 'Права сторона Ряд 11 Місце 53', 1),
(1449, 'right-11-54', 'Права сторона Ряд 11 Місце 54', 1),
(1450, 'right-11-55', 'Права сторона Ряд 11 Місце 55', 1),
(1451, 'right-11-56', 'Права сторона Ряд 11 Місце 56', 1),
(1452, 'right-11-57', 'Права сторона Ряд 11 Місце 57', 1),
(1453, 'right-12-1', 'Права сторона Ряд 12 Місце 1', 3),
(1454, 'right-12-2', 'Права сторона Ряд 12 Місце 2', 3),
(1455, 'right-12-3', 'Права сторона Ряд 12 Місце 3', 3),
(1456, 'right-12-4', 'Права сторона Ряд 12 Місце 4', 3),
(1457, 'right-12-5', 'Права сторона Ряд 12 Місце 5', 3),
(1458, 'right-12-6', 'Права сторона Ряд 12 Місце 6', 3),
(1459, 'right-12-7', 'Права сторона Ряд 12 Місце 7', 3),
(1460, 'right-12-8', 'Права сторона Ряд 12 Місце 8', 3),
(1461, 'right-12-9', 'Права сторона Ряд 12 Місце 9', 3),
(1462, 'right-12-9', 'Права сторона Ряд 12 Місце 10', 3),
(1463, 'right-12-11', 'Права сторона Ряд 12 Місце 11', 3),
(1464, 'right-12-12', 'Права сторона Ряд 12 Місце 12', 3),
(1465, 'right-12-13', 'Права сторона Ряд 12 Місце 13', 3),
(1466, 'right-12-14', 'Права сторона Ряд 12 Місце 14', 3),
(1467, 'right-12-15', 'Права сторона Ряд 12 Місце 15', 3),
(1468, 'right-12-16', 'Права сторона Ряд 12 Місце 16', 3),
(1469, 'right-12-17', 'Права сторона Ряд 12 Місце 17', 3),
(1470, 'right-12-18', 'Права сторона Ряд 12 Місце 18', 3),
(1471, 'right-12-19', 'Права сторона Ряд 12 Місце 19', 3),
(1472, 'right-12-20', 'Права сторона Ряд 12 Місце 20', 3),
(1473, 'right-12-21', 'Права сторона Ряд 12 Місце 21', 3),
(1474, 'right-12-22', 'Права сторона Ряд 12 Місце 22', 3),
(1475, 'right-12-23', 'Права сторона Ряд 12 Місце 23', 3),
(1476, 'right-12-24', 'Права сторона Ряд 12 Місце 24', 3),
(1477, 'right-12-25', 'Права сторона Ряд 12 Місце 25', 3),
(1478, 'right-12-26', 'Права сторона Ряд 12 Місце 26', 3),
(1479, 'right-12-27', 'Права сторона Ряд 12 Місце 27', 3),
(1480, 'right-12-28', 'Права сторона Ряд 12 Місце 28', 3),
(1481, 'right-12-29', 'Права сторона Ряд 12 Місце 29', 3),
(1482, 'right-12-30', 'Права сторона Ряд 12 Місце 30', 3),
(1483, 'right-12-31', 'Права сторона Ряд 12 Місце 31', 3),
(1484, 'right-12-32', 'Права сторона Ряд 12 Місце 32', 3),
(1485, 'right-12-33', 'Права сторона Ряд 12 Місце 33', 3),
(1486, 'right-12-34', 'Права сторона Ряд 12 Місце 34', 3),
(1487, 'right-12-35', 'Права сторона Ряд 12 Місце 35', 3),
(1488, 'right-12-36', 'Права сторона Ряд 12 Місце 36', 3),
(1489, 'right-12-37', 'Права сторона Ряд 12 Місце 37', 3),
(1490, 'right-12-38', 'Права сторона Ряд 12 Місце 38', 3),
(1491, 'right-12-39', 'Права сторона Ряд 12 Місце 39', 1),
(1492, 'right-12-40', 'Права сторона Ряд 12 Місце 40', 1),
(1493, 'right-12-41', 'Права сторона Ряд 12 Місце 41', 1),
(1494, 'right-12-42', 'Права сторона Ряд 12 Місце 42', 1),
(1495, 'right-12-43', 'Права сторона Ряд 12 Місце 43', 1),
(1496, 'right-12-44', 'Права сторона Ряд 12 Місце 44', 1),
(1497, 'right-12-45', 'Права сторона Ряд 12 Місце 45', 1),
(1498, 'right-12-46', 'Права сторона Ряд 12 Місце 46', 1),
(1499, 'right-12-47', 'Права сторона Ряд 12 Місце 47', 1),
(1500, 'right-12-48', 'Права сторона Ряд 12 Місце 48', 1),
(1501, 'right-12-49', 'Права сторона Ряд 12 Місце 49', 1),
(1502, 'right-12-50', 'Права сторона Ряд 12 Місце 50', 1),
(1503, 'right-12-51', 'Права сторона Ряд 12 Місце 51', 1),
(1504, 'right-12-52', 'Права сторона Ряд 12 Місце 52', 1),
(1505, 'right-12-53', 'Права сторона Ряд 12 Місце 53', 1),
(1506, 'right-12-54', 'Права сторона Ряд 12 Місце 54', 1),
(1507, 'right-12-55', 'Права сторона Ряд 12 Місце 55', 1),
(1508, 'right-12-56', 'Права сторона Ряд 12 Місце 56', 1),
(1509, 'right-12-57', 'Права сторона Ряд 12 Місце 57', 1),
(1510, 'right-12-58', 'Права сторона Ряд 12 Місце 58', 1),
(1511, 'right-12-59', 'Права сторона Ряд 12 Місце 59', 1),
(1512, 'right-12-60', 'Права сторона Ряд 12 Місце 60', 1),
(1513, 'right-13-1', 'Права сторона Ряд 13 Місце 1', 3),
(1514, 'right-13-2', 'Права сторона Ряд 13 Місце 2', 3),
(1515, 'right-13-3', 'Права сторона Ряд 13 Місце 3', 3),
(1516, 'right-13-4', 'Права сторона Ряд 13 Місце 4', 3),
(1517, 'right-13-5', 'Права сторона Ряд 13 Місце 5', 3),
(1518, 'right-13-6', 'Права сторона Ряд 13 Місце 6', 3),
(1519, 'right-13-7', 'Права сторона Ряд 13 Місце 7', 3),
(1520, 'right-13-8', 'Права сторона Ряд 13 Місце 8', 3),
(1521, 'right-13-9', 'Права сторона Ряд 13 Місце 9', 3),
(1522, 'right-13-10', 'Права сторона Ряд 13 Місце 10', 3),
(1523, 'right-13-11', 'Права сторона Ряд 13 Місце 11', 3),
(1524, 'right-13-12', 'Права сторона Ряд 13 Місце 12', 3),
(1525, 'right-13-13', 'Права сторона Ряд 13 Місце 13', 3),
(1526, 'right-13-14', 'Права сторона Ряд 13 Місце 14', 3),
(1527, 'right-13-15', 'Права сторона Ряд 13 Місце 15', 3),
(1528, 'right-13-16', 'Права сторона Ряд 13 Місце 16', 3),
(1529, 'right-13-17', 'Права сторона Ряд 13 Місце 17', 3),
(1530, 'right-13-18', 'Права сторона Ряд 13 Місце 18', 3),
(1531, 'right-13-19', 'Права сторона Ряд 13 Місце 19', 3),
(1532, 'right-13-20', 'Права сторона Ряд 13 Місце 20', 3),
(1533, 'right-13-21', 'Права сторона Ряд 13 Місце 21', 3),
(1534, 'right-13-22', 'Права сторона Ряд 13 Місце 22', 3),
(1535, 'right-13-23', 'Права сторона Ряд 13 Місце 23', 3),
(1536, 'right-13-24', 'Права сторона Ряд 13 Місце 24', 3),
(1537, 'right-13-25', 'Права сторона Ряд 13 Місце 25', 3),
(1538, 'right-13-26', 'Права сторона Ряд 13 Місце 26', 3),
(1539, 'right-13-27', 'Права сторона Ряд 13 Місце 27', 3),
(1540, 'right-13-28', 'Права сторона Ряд 13 Місце 28', 3),
(1541, 'right-13-29', 'Права сторона Ряд 13 Місце 29', 3),
(1542, 'right-13-30', 'Права сторона Ряд 13 Місце 30', 3),
(1543, 'right-13-31', 'Права сторона Ряд 13 Місце 31', 3),
(1544, 'right-13-32', 'Права сторона Ряд 13 Місце 32', 3),
(1545, 'right-13-33', 'Права сторона Ряд 13 Місце 33', 3),
(1546, 'right-13-34', 'Права сторона Ряд 13 Місце 34', 3),
(1547, 'right-13-35', 'Права сторона Ряд 13 Місце 35', 3),
(1548, 'right-13-36', 'Права сторона Ряд 13 Місце 36', 3),
(1549, 'right-13-37', 'Права сторона Ряд 13 Місце 37', 3),
(1550, 'right-13-38', 'Права сторона Ряд 13 Місце 38', 3),
(1551, 'right-13-39', 'Права сторона Ряд 13 Місце 39', 3),
(1552, 'right-13-40', 'Права сторона Ряд 13 Місце 40', 3),
(1553, 'right-13-41', 'Права сторона Ряд 13 Місце 41', 3),
(1554, 'right-13-42', 'Права сторона Ряд 13 Місце 42', 1),
(1555, 'right-13-43', 'Права сторона Ряд 13 Місце 43', 1),
(1556, 'right-13-44', 'Права сторона Ряд 13 Місце 44', 1),
(1557, 'right-13-45', 'Права сторона Ряд 13 Місце 45', 1),
(1558, 'right-13-46', 'Права сторона Ряд 13 Місце 46', 1),
(1559, 'right-13-47', 'Права сторона Ряд 13 Місце 47', 1),
(1560, 'right-13-48', 'Права сторона Ряд 13 Місце 48', 1),
(1561, 'right-13-49', 'Права сторона Ряд 13 Місце 49', 1),
(1562, 'right-13-50', 'Права сторона Ряд 13 Місце 50', 1),
(1563, 'right-13-51', 'Права сторона Ряд 13 Місце 51', 1),
(1564, 'right-13-52', 'Права сторона Ряд 13 Місце 52', 1),
(1565, 'right-13-53', 'Права сторона Ряд 13 Місце 53', 1),
(1566, 'right-13-54', 'Права сторона Ряд 13 Місце 54', 1),
(1567, 'right-13-55', 'Права сторона Ряд 13 Місце 55', 1),
(1568, 'right-13-56', 'Права сторона Ряд 13 Місце 56', 1),
(1569, 'right-13-57', 'Права сторона Ряд 13 Місце 57', 1),
(1570, 'right-13-58', 'Права сторона Ряд 13 Місце 58', 1),
(1571, 'right-13-59', 'Права сторона Ряд 13 Місце 59', 1),
(1572, 'right-13-60', 'Права сторона Ряд 13 Місце 60', 1),
(1573, 'right-13-61', 'Права сторона Ряд 13 Місце 61', 1),
(1574, 'right-13-62', 'Права сторона Ряд 13 Місце 62', 1),
(1575, 'right-14-1', 'Права сторона Ряд 14 Місце 1', 3),
(1576, 'right-14-2', 'Права сторона Ряд 14 Місце 2', 3),
(1577, 'right-14-3', 'Права сторона Ряд 14 Місце 3', 3),
(1578, 'right-14-4', 'Права сторона Ряд 14 Місце 4', 3),
(1579, 'right-14-5', 'Права сторона Ряд 14 Місце 5', 3),
(1580, 'right-14-6', 'Права сторона Ряд 14 Місце 6', 3),
(1581, 'right-14-7', 'Права сторона Ряд 14 Місце 7', 3),
(1582, 'right-14-8', 'Права сторона Ряд 14 Місце 8', 3),
(1583, 'right-14-9', 'Права сторона Ряд 14 Місце 9', 3),
(1584, 'right-14-10', 'Права сторона Ряд 14 Місце 10', 3),
(1585, 'right-14-11', 'Права сторона Ряд 14 Місце 11', 3),
(1586, 'right-14-12', 'Права сторона Ряд 14 Місце 12', 3),
(1587, 'right-14-13', 'Права сторона Ряд 14 Місце 13', 3),
(1588, 'right-14-14', 'Права сторона Ряд 14 Місце 14', 3),
(1589, 'right-14-15', 'Права сторона Ряд 14 Місце 15', 3),
(1590, 'right-14-16', 'Права сторона Ряд 14 Місце 16', 3),
(1591, 'right-14-17', 'Права сторона Ряд 14 Місце 17', 3),
(1592, 'right-14-18', 'Права сторона Ряд 14 Місце 18', 3),
(1593, 'right-14-19', 'Права сторона Ряд 14 Місце 19', 3),
(1594, 'right-14-20', 'Права сторона Ряд 14 Місце 20', 3),
(1595, 'right-14-21', 'Права сторона Ряд 14 Місце 21', 3),
(1596, 'right-14-22', 'Права сторона Ряд 14 Місце 22', 3),
(1597, 'right-14-23', 'Права сторона Ряд 14 Місце 23', 3),
(1598, 'right-14-24', 'Права сторона Ряд 14 Місце 24', 3),
(1599, 'right-14-25', 'Права сторона Ряд 14 Місце 25', 3),
(1600, 'right-14-26', 'Права сторона Ряд 14 Місце 26', 3),
(1601, 'right-14-27', 'Права сторона Ряд 14 Місце 27', 3),
(1602, 'right-14-28', 'Права сторона Ряд 14 Місце 28', 3),
(1603, 'right-14-29', 'Права сторона Ряд 14 Місце 29', 3),
(1604, 'right-14-30', 'Права сторона Ряд 14 Місце 30', 3),
(1605, 'right-14-31', 'Права сторона Ряд 14 Місце 31', 3),
(1606, 'right-14-32', 'Права сторона Ряд 14 Місце 32', 3),
(1607, 'right-14-33', 'Права сторона Ряд 14 Місце 33', 3),
(1608, 'right-14-34', 'Права сторона Ряд 14 Місце 34', 3),
(1609, 'right-14-35', 'Права сторона Ряд 14 Місце 35', 3),
(1610, 'right-14-36', 'Права сторона Ряд 14 Місце 36', 3),
(1611, 'right-14-37', 'Права сторона Ряд 14 Місце 37', 3),
(1612, 'right-14-38', 'Права сторона Ряд 14 Місце 38', 3),
(1613, 'right-14-39', 'Права сторона Ряд 14 Місце 39', 3),
(1614, 'right-14-40', 'Права сторона Ряд 14 Місце 40', 3),
(1615, 'right-14-41', 'Права сторона Ряд 14 Місце 41', 3),
(1616, 'right-14-42', 'Права сторона Ряд 14 Місце 42', 3),
(1617, 'right-14-43', 'Права сторона Ряд 14 Місце 43', 3),
(1618, 'right-14-44', 'Права сторона Ряд 14 Місце 44', 1),
(1619, 'right-14-45', 'Права сторона Ряд 14 Місце 45', 1),
(1620, 'right-14-46', 'Права сторона Ряд 14 Місце 46', 1),
(1621, 'right-14-47', 'Права сторона Ряд 14 Місце 47', 1),
(1622, 'right-14-48', 'Права сторона Ряд 14 Місце 48', 1),
(1623, 'right-14-49', 'Права сторона Ряд 14 Місце 49', 1),
(1624, 'right-15-1', 'Права сторона Ряд 15 Місце 1', 3),
(1625, 'right-15-2', 'Права сторона Ряд 15 Місце 2', 3),
(1626, 'right-15-3', 'Права сторона Ряд 15 Місце 3', 3),
(1627, 'right-15-4', 'Права сторона Ряд 15 Місце 4', 3),
(1628, 'right-15-5', 'Права сторона Ряд 15 Місце 5', 3),
(1629, 'right-15-6', 'Права сторона Ряд 15 Місце 6', 3),
(1630, 'right-15-7', 'Права сторона Ряд 15 Місце 7', 3),
(1631, 'right-15-8', 'Права сторона Ряд 15 Місце 8', 3),
(1632, 'right-15-9', 'Права сторона Ряд 15 Місце 9', 3),
(1633, 'right-15-10', 'Права сторона Ряд 15 Місце 10', 3),
(1634, 'right-15-11', 'Права сторона Ряд 15 Місце 11', 3),
(1635, 'right-15-12', 'Права сторона Ряд 15 Місце 12', 3),
(1636, 'right-15-13', 'Права сторона Ряд 15 Місце 13', 3),
(1637, 'right-15-14', 'Права сторона Ряд 15 Місце 14', 3),
(1638, 'right-15-15', 'Права сторона Ряд 15 Місце 15', 3),
(1639, 'right-15-16', 'Права сторона Ряд 15 Місце 16', 3),
(1640, 'right-15-17', 'Права сторона Ряд 15 Місце 17', 3),
(1641, 'right-15-18', 'Права сторона Ряд 15 Місце 18', 3),
(1642, 'right-15-19', 'Права сторона Ряд 15 Місце 19', 3),
(1643, 'right-15-20', 'Права сторона Ряд 15 Місце 20', 3),
(1644, 'right-15-21', 'Права сторона Ряд 15 Місце 21', 3),
(1645, 'right-15-22', 'Права сторона Ряд 15 Місце 22', 3),
(1646, 'right-15-23', 'Права сторона Ряд 15 Місце 23', 3),
(1647, 'right-15-24', 'Права сторона Ряд 15 Місце 24', 3),
(1648, 'right-15-25', 'Права сторона Ряд 15 Місце 25', 3),
(1649, 'right-15-26', 'Права сторона Ряд 15 Місце 26', 3),
(1650, 'right-15-27', 'Права сторона Ряд 15 Місце 27', 3),
(1651, 'right-15-28', 'Права сторона Ряд 15 Місце 28', 3),
(1652, 'right-15-29', 'Права сторона Ряд 15 Місце 29', 3),
(1653, 'right-15-30', 'Права сторона Ряд 15 Місце 30', 3),
(1654, 'right-15-31', 'Права сторона Ряд 15 Місце 31', 3),
(1655, 'right-15-32', 'Права сторона Ряд 15 Місце 32', 3),
(1656, 'right-15-33', 'Права сторона Ряд 15 Місце 33', 3),
(1657, 'right-15-34', 'Права сторона Ряд 15 Місце 34', 3),
(1658, 'right-15-35', 'Права сторона Ряд 15 Місце 35', 3),
(1659, 'right-15-36', 'Права сторона Ряд 15 Місце 36', 3),
(1660, 'right-15-37', 'Права сторона Ряд 15 Місце 37', 3),
(1661, 'right-15-38', 'Права сторона Ряд 15 Місце 38', 3),
(1662, 'right-15-39', 'Права сторона Ряд 15 Місце 39', 3),
(1663, 'right-15-40', 'Права сторона Ряд 15 Місце 40', 3),
(1664, 'right-15-41', 'Права сторона Ряд 15 Місце 41', 3),
(1665, 'right-15-42', 'Права сторона Ряд 15 Місце 42', 3),
(1666, 'right-15-43', 'Права сторона Ряд 15 Місце 43', 3),
(1667, 'right-15-44', 'Права сторона Ряд 15 Місце 44', 3),
(1668, 'right-15-45', 'Права сторона Ряд 15 Місце 45', 3),
(1669, 'right-16-1', 'Права сторона Ряд 16 Місце 1', 3),
(1670, 'right-16-2', 'Права сторона Ряд 16 Місце 2', 3),
(1671, 'right-16-3', 'Права сторона Ряд 16 Місце 3', 3),
(1672, 'right-16-4', 'Права сторона Ряд 16 Місце 4', 3),
(1673, 'right-16-5', 'Права сторона Ряд 16 Місце 5', 3),
(1674, 'right-16-6', 'Права сторона Ряд 16 Місце 6', 3),
(1675, 'right-16-7', 'Права сторона Ряд 16 Місце 7', 3),
(1676, 'right-16-8', 'Права сторона Ряд 16 Місце 8', 3),
(1677, 'right-16-9', 'Права сторона Ряд 16 Місце 9', 3),
(1678, 'right-16-10', 'Права сторона Ряд 16 Місце 10', 3),
(1679, 'right-16-11', 'Права сторона Ряд 16 Місце 11', 3),
(1680, 'right-16-12', 'Права сторона Ряд 16 Місце 12', 3),
(1681, 'right-16-13', 'Права сторона Ряд 16 Місце 13', 3),
(1682, 'right-16-14', 'Права сторона Ряд 16 Місце 14', 3),
(1683, 'right-16-15', 'Права сторона Ряд 16 Місце 15', 3),
(1684, 'right-16-16', 'Права сторона Ряд 16 Місце 16', 3),
(1685, 'right-16-17', 'Права сторона Ряд 16 Місце 17', 3),
(1686, 'right-16-18', 'Права сторона Ряд 16 Місце 18', 3),
(1687, 'right-16-19', 'Права сторона Ряд 16 Місце 19', 3),
(1688, 'right-16-20', 'Права сторона Ряд 16 Місце 20', 3),
(1689, 'right-16-21', 'Права сторона Ряд 16 Місце 21', 3),
(1690, 'right-16-22', 'Права сторона Ряд 16 Місце 22', 3),
(1691, 'right-16-23', 'Права сторона Ряд 16 Місце 23', 3),
(1692, 'right-16-24', 'Права сторона Ряд 16 Місце 24', 3),
(1693, 'right-16-25', 'Права сторона Ряд 16 Місце 25', 3),
(1694, 'right-16-26', 'Права сторона Ряд 16 Місце 26', 3),
(1695, 'right-16-27', 'Права сторона Ряд 16 Місце 27', 3),
(1696, 'right-16-28', 'Права сторона Ряд 16 Місце 28', 3),
(1697, 'right-16-29', 'Права сторона Ряд 16 Місце 29', 3),
(1698, 'right-16-30', 'Права сторона Ряд 16 Місце 30', 3),
(1699, 'right-16-31', 'Права сторона Ряд 16 Місце 31', 3),
(1700, 'right-16-32', 'Права сторона Ряд 16 Місце 32', 3),
(1701, 'right-16-33', 'Права сторона Ряд 16 Місце 33', 3),
(1702, 'right-16-34', 'Права сторона Ряд 16 Місце 34', 3),
(1703, 'right-16-35', 'Права сторона Ряд 16 Місце 35', 3),
(1704, 'right-16-36', 'Права сторона Ряд 16 Місце 36', 3),
(1705, 'right-16-37', 'Права сторона Ряд 16 Місце 37', 3),
(1706, 'right-16-38', 'Права сторона Ряд 16 Місце 38', 3),
(1707, 'right-16-39', 'Права сторона Ряд 16 Місце 39', 3),
(1708, 'right-16-40', 'Права сторона Ряд 16 Місце 40', 3),
(1709, 'right-16-41', 'Права сторона Ряд 16 Місце 41', 3),
(1710, 'right-16-42', 'Права сторона Ряд 16 Місце 42', 3),
(1711, 'right-16-43', 'Права сторона Ряд 16 Місце 43', 3),
(1712, 'right-16-44', 'Права сторона Ряд 16 Місце 44', 3),
(1713, 'right-16-45', 'Права сторона Ряд 16 Місце 45', 3),
(1714, 'right-16-46', 'Права сторона Ряд 16 Місце 46', 3),
(1715, 'right-17-1', 'Права сторона Ряд 17 Місце 1', 2),
(1716, 'right-17-2', 'Права сторона Ряд 17 Місце 2', 2),
(1717, 'right-17-3', 'Права сторона Ряд 17 Місце 3', 2),
(1718, 'right-17-4', 'Права сторона Ряд 17 Місце 4', 2),
(1719, 'right-17-5', 'Права сторона Ряд 17 Місце 5', 2),
(1720, 'right-17-6', 'Права сторона Ряд 17 Місце 6', 2),
(1721, 'right-17-7', 'Права сторона Ряд 17 Місце 7', 2),
(1722, 'right-17-8', 'Права сторона Ряд 17 Місце 8', 2),
(1723, 'right-17-9', 'Права сторона Ряд 17 Місце 9', 2),
(1724, 'right-17-10', 'Права сторона Ряд 17 Місце 10', 2),
(1725, 'right-17-11', 'Права сторона Ряд 17 Місце 11', 2),
(1726, 'right-17-12', 'Права сторона Ряд 17 Місце 12', 2),
(1727, 'right-17-13', 'Права сторона Ряд 17 Місце 13', 2),
(1728, 'right-17-14', 'Права сторона Ряд 17 Місце 14', 2),
(1729, 'right-17-15', 'Права сторона Ряд 17 Місце 15', 2),
(1730, 'right-17-16', 'Права сторона Ряд 17 Місце 16', 2),
(1731, 'right-17-17', 'Права сторона Ряд 17 Місце 17', 2),
(1732, 'right-17-18', 'Права сторона Ряд 17 Місце 18', 2),
(1733, 'right-17-19', 'Права сторона Ряд 17 Місце 19', 2),
(1734, 'right-17-20', 'Права сторона Ряд 17 Місце 20', 2),
(1735, 'right-17-21', 'Права сторона Ряд 17 Місце 21', 2),
(1736, 'right-17-22', 'Права сторона Ряд 17 Місце 22', 2),
(1737, 'right-17-23', 'Права сторона Ряд 17 Місце 23', 2),
(1738, 'right-17-24', 'Права сторона Ряд 17 Місце 24', 2),
(1739, 'right-17-25', 'Права сторона Ряд 17 Місце 25', 2),
(1740, 'right-17-26', 'Права сторона Ряд 17 Місце 26', 2),
(1741, 'right-17-27', 'Права сторона Ряд 17 Місце 27', 2),
(1742, 'right-17-28', 'Права сторона Ряд 17 Місце 28', 2),
(1743, 'right-17-29', 'Права сторона Ряд 17 Місце 29', 2),
(1744, 'right-17-30', 'Права сторона Ряд 17 Місце 30', 2),
(1745, 'right-17-31', 'Права сторона Ряд 17 Місце 31', 2),
(1746, 'right-17-32', 'Права сторона Ряд 17 Місце 32', 2),
(1747, 'right-17-33', 'Права сторона Ряд 17 Місце 33', 2),
(1748, 'right-17-34', 'Права сторона Ряд 17 Місце 34', 2),
(1749, 'right-17-35', 'Права сторона Ряд 17 Місце 35', 2),
(1750, 'right-17-36', 'Права сторона Ряд 17 Місце 36', 2),
(1751, 'right-17-37', 'Права сторона Ряд 17 Місце 37', 2),
(1752, 'right-17-38', 'Права сторона Ряд 17 Місце 38', 2),
(1753, 'right-17-39', 'Права сторона Ряд 17 Місце 39', 2),
(1754, 'right-17-40', 'Права сторона Ряд 17 Місце 40', 2),
(1755, 'right-17-41', 'Права сторона Ряд 17 Місце 41', 2),
(1756, 'right-17-42', 'Права сторона Ряд 17 Місце 42', 2),
(1757, 'right-17-43', 'Права сторона Ряд 17 Місце 43', 2),
(1758, 'right-17-44', 'Права сторона Ряд 17 Місце 44', 2),
(1759, 'right-18-1', 'Права сторона Ряд 18 Місце 1', 2),
(1760, 'right-18-2', 'Права сторона Ряд 18 Місце 2', 2),
(1761, 'right-18-3', 'Права сторона Ряд 18 Місце 3', 2),
(1762, 'right-18-4', 'Права сторона Ряд 18 Місце 4', 2),
(1763, 'right-18-5', 'Права сторона Ряд 18 Місце 5', 2),
(1764, 'right-18-6', 'Права сторона Ряд 18 Місце 6', 2),
(1765, 'right-18-7', 'Права сторона Ряд 18 Місце 7', 2),
(1766, 'right-18-8', 'Права сторона Ряд 18 Місце 8', 2),
(1767, 'right-18-9', 'Права сторона Ряд 18 Місце 9', 2),
(1768, 'right-18-10', 'Права сторона Ряд 18 Місце 10', 2),
(1769, 'right-18-11', 'Права сторона Ряд 18 Місце 11', 2),
(1770, 'right-18-12', 'Права сторона Ряд 18 Місце 12', 2),
(1771, 'right-18-13', 'Права сторона Ряд 18 Місце 13', 2),
(1772, 'right-18-14', 'Права сторона Ряд 18 Місце 14', 2),
(1773, 'right-18-15', 'Права сторона Ряд 18 Місце 15', 2),
(1774, 'right-18-16', 'Права сторона Ряд 18 Місце 16', 2),
(1775, 'right-18-17', 'Права сторона Ряд 18 Місце 17', 2),
(1776, 'right-18-18', 'Права сторона Ряд 18 Місце 18', 2),
(1777, 'right-18-19', 'Права сторона Ряд 18 Місце 19', 2),
(1778, 'right-18-20', 'Права сторона Ряд 18 Місце 20', 2),
(1779, 'right-18-21', 'Права сторона Ряд 18 Місце 21', 2),
(1780, 'right-18-22', 'Права сторона Ряд 18 Місце 22', 2),
(1781, 'right-18-23', 'Права сторона Ряд 18 Місце 23', 2),
(1782, 'right-18-24', 'Права сторона Ряд 18 Місце 24', 2),
(1783, 'right-18-25', 'Права сторона Ряд 18 Місце 25', 2),
(1784, 'right-18-26', 'Права сторона Ряд 18 Місце 26', 2),
(1785, 'right-18-27', 'Права сторона Ряд 18 Місце 27', 2),
(1786, 'right-18-28', 'Права сторона Ряд 18 Місце 28', 2),
(1787, 'right-18-29', 'Права сторона Ряд 18 Місце 29', 2),
(1788, 'right-18-30', 'Права сторона Ряд 18 Місце 30', 2),
(1789, 'right-18-31', 'Права сторона Ряд 18 Місце 31', 2),
(1790, 'right-18-32', 'Права сторона Ряд 18 Місце 32', 2),
(1791, 'right-19-1', 'Права сторона Ряд 19 Місце 1', 2),
(1792, 'right-19-2', 'Права сторона Ряд 19 Місце 2', 2),
(1793, 'right-19-3', 'Права сторона Ряд 19 Місце 3', 2),
(1794, 'right-19-4', 'Права сторона Ряд 19 Місце 4', 2),
(1795, 'right-19-5', 'Права сторона Ряд 19 Місце 5', 2),
(1796, 'right-19-6', 'Права сторона Ряд 19 Місце 6', 2),
(1797, 'right-19-7', 'Права сторона Ряд 19 Місце 7', 2),
(1798, 'right-19-8', 'Права сторона Ряд 19 Місце 8', 2),
(1799, 'right-19-9', 'Права сторона Ряд 19 Місце 9', 2),
(1800, 'right-19-10', 'Права сторона Ряд 19 Місце 10', 2);
-- --------------------------------------------------------
--
-- Структура таблицы `seat_colors`
--
CREATE TABLE IF NOT EXISTS `seat_colors` (
`id` int(11) NOT NULL,
`hex` varchar(7) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `seat_colors`
--
INSERT INTO `seat_colors` (`id`, `hex`) VALUES
(1, '#a61280'),
(2, '#00963f'),
(3, '#ffee00'),
(4, '#009fe3'),
(5, '#e3010f');
-- --------------------------------------------------------
--
-- Структура таблицы `seat_colors_price`
--
CREATE TABLE IF NOT EXISTS `seat_colors_price` (
`id` int(11) NOT NULL,
`seat_color_id` int(11) NOT NULL,
`representation_id` int(11) NOT NULL,
`price` int(11) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
--
-- Дамп данных таблицы `seat_colors_price`
--
INSERT INTO `seat_colors_price` (`id`, `seat_color_id`, `representation_id`, `price`) VALUES
(1, 1, 1, 60),
(2, 2, 1, 80),
(3, 3, 1, 100),
(4, 4, 1, 120),
(5, 5, 1, 150);
-- --------------------------------------------------------
--
-- Структура таблицы `users`
--
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`user_group_id` int(11) DEFAULT '1'
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Дамп данных таблицы `users`
--
INSERT INTO `users` (`id`, `name`, `email`, `password`, `user_group_id`) VALUES
(1, 'Кассир №1', 'serg.tkachenko@hotmail.com', '$2a$08$xJyhdiuFqrPpnix0bBpf6u89K5Sf4o80M6pSOD8e9Ofvzf.uHFQsK', 1);
-- --------------------------------------------------------
--
-- Структура таблицы `user_group`
--
CREATE TABLE IF NOT EXISTS `user_group` (
`id` int(11) NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Дамп данных таблицы `user_group`
--
INSERT INTO `user_group` (`id`, `title`) VALUES
(1, 'кассир');
--
-- Индексы сохранённых таблиц
--
--
-- Индексы таблицы `config`
--
ALTER TABLE `config`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `events`
--
ALTER TABLE `events`
ADD PRIMARY KEY (`id`), ADD KEY `representation_id` (`representation_id`);
--
-- Индексы таблицы `event_prices`
--
ALTER TABLE `event_prices`
ADD PRIMARY KEY (`id`), ADD KEY `seat_color_id` (`seat_color_id`), ADD KEY `representation_id` (`representation_id`);
--
-- Индексы таблицы `event_seats`
--
ALTER TABLE `event_seats`
ADD PRIMARY KEY (`id`), ADD KEY `event_id` (`event_id`), ADD KEY `seat_id` (`seat_id`);
--
-- Индексы таблицы `orders`
--
ALTER TABLE `orders`
ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uid` (`uid`), ADD KEY `events_seat_id` (`events_seat_id`);
--
-- Индексы таблицы `order_history`
--
ALTER TABLE `order_history`
ADD PRIMARY KEY (`id`), ADD KEY `user_id` (`user_id`);
--
-- Индексы таблицы `representations`
--
ALTER TABLE `representations`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `seats`
--
ALTER TABLE `seats`
ADD PRIMARY KEY (`id`), ADD KEY `seat_color_id` (`seat_color_id`), ADD KEY `seat_color_id_2` (`seat_color_id`);
--
-- Индексы таблицы `seat_colors`
--
ALTER TABLE `seat_colors`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `seat_colors_price`
--
ALTER TABLE `seat_colors_price`
ADD PRIMARY KEY (`id`), ADD KEY `seat_color_id` (`seat_color_id`), ADD KEY `representation_id` (`representation_id`);
--
-- Индексы таблицы `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `email` (`email`), ADD KEY `user_group_id` (`user_group_id`);
--
-- Индексы таблицы `user_group`
--
ALTER TABLE `user_group`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT для сохранённых таблиц
--
--
-- AUTO_INCREMENT для таблицы `config`
--
ALTER TABLE `config`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `events`
--
ALTER TABLE `events`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT для таблицы `event_prices`
--
ALTER TABLE `event_prices`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT для таблицы `event_seats`
--
ALTER TABLE `event_seats`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT для таблицы `orders`
--
ALTER TABLE `orders`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `order_history`
--
ALTER TABLE `order_history`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT для таблицы `representations`
--
ALTER TABLE `representations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT для таблицы `seats`
--
ALTER TABLE `seats`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1801;
--
-- AUTO_INCREMENT для таблицы `seat_colors`
--
ALTER TABLE `seat_colors`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT для таблицы `seat_colors_price`
--
ALTER TABLE `seat_colors_price`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT для таблицы `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT для таблицы `user_group`
--
ALTER TABLE `user_group`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
--
-- Ограничения внешнего ключа сохраненных таблиц
--
--
-- Ограничения внешнего ключа таблицы `events`
--
ALTER TABLE `events`
ADD CONSTRAINT `events_ibfk_1` FOREIGN KEY (`representation_id`) REFERENCES `representations` (`id`);
--
-- Ограничения внешнего ключа таблицы `event_prices`
--
ALTER TABLE `event_prices`
ADD CONSTRAINT `event_prices_ibfk_2` FOREIGN KEY (`representation_id`) REFERENCES `representations` (`id`);
--
-- Ограничения внешнего ключа таблицы `event_seats`
--
ALTER TABLE `event_seats`
ADD CONSTRAINT `event_seats_ibfk_1` FOREIGN KEY (`seat_id`) REFERENCES `seats` (`id`),
ADD CONSTRAINT `event_seats_ibfk_2` FOREIGN KEY (`event_id`) REFERENCES `events` (`id`);
--
-- Ограничения внешнего ключа таблицы `orders`
--
ALTER TABLE `orders`
ADD CONSTRAINT `orders_ibfk_1` FOREIGN KEY (`events_seat_id`) REFERENCES `event_seats` (`id`);
--
-- Ограничения внешнего ключа таблицы `order_history`
--
ALTER TABLE `order_history`
ADD CONSTRAINT `order_history_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`);
--
-- Ограничения внешнего ключа таблицы `seats`
--
ALTER TABLE `seats`
ADD CONSTRAINT `seats_ibfk_1` FOREIGN KEY (`seat_color_id`) REFERENCES `seat_colors` (`id`);
--
-- Ограничения внешнего ключа таблицы `seat_colors_price`
--
ALTER TABLE `seat_colors_price`
ADD CONSTRAINT `seat_colors_price_ibfk_1` FOREIGN KEY (`seat_color_id`) REFERENCES `seat_colors` (`id`),
ADD CONSTRAINT `seat_colors_price_ibfk_2` FOREIGN KEY (`representation_id`) REFERENCES `representations` (`id`);
--
-- Ограничения внешнего ключа таблицы `users`
--
ALTER TABLE `users`
ADD CONSTRAINT `users_ibfk_1` FOREIGN KEY (`user_group_id`) REFERENCES `user_group` (`id`);
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
DROP TABLE IF EXISTS waffle_flag_amo_groups;
DROP TABLE IF EXISTS waffle_flag_amo_users;
DROP TABLE IF EXISTS waffle_flag_amo;
DROP TABLE IF EXISTS waffle_sample_amo;
DROP TABLE IF EXISTS waffle_switch_amo;
DELETE FROM waffle_flag_mkt_users WHERE flag_id = (SELECT id FROM waffle_flag_mkt WHERE name='disco-pane-show-recs');
DELETE FROM waffle_flag_mkt_groups WHERE flag_id = (SELECT id FROM waffle_flag_mkt WHERE name='disco-pane-show-recs');
DELETE FROM waffle_flag_mkt WHERE name='disco-pane-show-recs';
DELETE FROM waffle_flag_mkt_users WHERE flag_id = (SELECT id FROM waffle_flag_mkt WHERE name='submit-personas');
DELETE FROM waffle_flag_mkt_groups WHERE flag_id = (SELECT id FROM waffle_flag_mkt WHERE name='submit-personas');
DELETE FROM waffle_flag_mkt WHERE name='submit-personas';
DELETE FROM waffle_sample_mkt WHERE name='disco-pane-store-collections';
|
-- MySQL dump 10.13 Distrib 5.7.17, for Win64 (x86_64)
--
-- Host: localhost Database: apoteka
-- ------------------------------------------------------
-- Server version 5.7.19
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `client_person`
--
DROP TABLE IF EXISTS `client_person`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `client_person` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`clients_id` int(11) NOT NULL,
`person_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `fk_client_person_clients1_idx` (`clients_id`),
KEY `fk_client_person_person1_idx` (`person_id`),
CONSTRAINT `fk_client_person_clients1` FOREIGN KEY (`clients_id`) REFERENCES `clients` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `fk_client_person_person1` FOREIGN KEY (`person_id`) REFERENCES `person` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `client_person`
--
LOCK TABLES `client_person` WRITE;
/*!40000 ALTER TABLE `client_person` DISABLE KEYS */;
INSERT INTO `client_person` VALUES (1,'2018-06-19 01:52:45',1,1),(2,'2018-07-06 03:04:35',3,3),(3,'2018-07-06 03:20:28',4,4),(4,'2018-07-06 03:27:29',5,5),(5,'2018-07-07 03:47:14',6,6);
/*!40000 ALTER TABLE `client_person` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2018-07-24 15:08:19
|
CREATE OR REPLACE PROCEDURE CPI.check_comm_payts2 (
p_gacc_tran_id IN NUMBER,
p_iss_cd IN VARCHAR2,
p_prem_seq_no IN NUMBER,
p_bill_nos IN OUT VARCHAR2,
p_ref_nos IN OUT VARCHAR2,
p_exist IN OUT NUMBER
)
IS
v_exist VARCHAR2 (1) := 'N';
v_sign NUMBER;
v_child_sign NUMBER;
v_parent_sign NUMBER;
BEGIN
SELECT SIGN (prem_amt + tax_amt)
INTO v_sign
FROM gipi_invoice
WHERE iss_cd = p_iss_cd AND prem_seq_no = p_prem_seq_no;
p_bill_nos := p_iss_cd || '-' || LPAD (p_prem_seq_no, 12, 0); --moved by reymon 08162013
FOR child_exist IN (SELECT DISTINCT gacc_tran_id --added distinct reymon 08162013
FROM giac_comm_payts a, giac_acctrans b
WHERE 1 = 1
AND a.gacc_tran_id = b.tran_id
AND b.tran_flag <> 'D'
AND NOT EXISTS (
SELECT 'X'
FROM giac_reversals x, giac_acctrans y
WHERE x.reversing_tran_id = y.tran_id
AND y.tran_flag <> 'D'
AND x.gacc_tran_id = a.gacc_tran_id)
AND a.iss_cd = p_iss_cd
AND a.prem_seq_no = p_prem_seq_no
AND a.gacc_tran_id > p_gacc_tran_id)
LOOP
v_exist := 'Y';
/* commented out and changed by reymon 08162013
p_bill_nos := p_iss_cd || '-' || LPAD (p_prem_seq_no, 12, 0) || ', '|| p_bill_nos;
p_ref_nos := p_ref_nos || CHR (13) || p_iss_cd || '-' || LPAD (p_prem_seq_no, 12, 0) || ' ' || get_ref_no (child_exist.gacc_tran_id);
*/
p_ref_nos := p_ref_nos || CHR (13) || get_ref_no (child_exist.gacc_tran_id);
END LOOP;
FOR parent_exist IN
(SELECT DISTINCT gacc_tran_id --added distinct reymon 08162013
FROM giac_ovride_comm_payts a, giac_acctrans b
WHERE 1 = 1
AND a.gacc_tran_id = b.tran_id
AND b.tran_flag <> 'D'
AND NOT EXISTS (
SELECT 'X'
FROM giac_reversals x, giac_acctrans y
WHERE x.reversing_tran_id = y.tran_id
AND y.tran_flag <> 'D'
AND x.gacc_tran_id = a.gacc_tran_id)
AND a.iss_cd = p_iss_cd
AND a.prem_seq_no = p_prem_seq_no
AND a.gacc_tran_id > p_gacc_tran_id)
LOOP
v_exist := 'Y';
/* commented out and changed by reymon 08162013
IF instr(NVL(p_bill_nos, 'MIKELRAZON'), p_iss_cd || '-' || LPAD (p_prem_seq_no, 12, 0), 1) = 0 THEN
p_bill_nos := p_iss_cd || '-' || LPAD (p_prem_seq_no, 12, 0) || ', ' || p_bill_nos;
END IF;
p_ref_nos := p_ref_nos || CHR (13) || p_iss_cd || '-' || LPAD (p_prem_seq_no, 12, 0)|| ' ' || get_ref_no (parent_exist.gacc_tran_id);
*/
p_ref_nos := p_ref_nos || CHR (13) || get_ref_no (parent_exist.gacc_tran_id);
END LOOP;
IF v_exist = 'Y'
THEN
BEGIN
SELECT SIGN (SUM (comm_amt))
INTO v_child_sign
FROM giac_comm_payts a, giac_acctrans b
WHERE 1 = 1
AND a.gacc_tran_id = b.tran_id
AND b.tran_flag <> 'D'
AND NOT EXISTS (
SELECT 'X'
FROM giac_reversals x, giac_acctrans y
WHERE x.reversing_tran_id = y.tran_id
AND y.tran_flag <> 'D'
AND x.gacc_tran_id = a.gacc_tran_id)
AND a.iss_cd = p_iss_cd
AND a.prem_seq_no = p_prem_seq_no
AND a.gacc_tran_id > p_gacc_tran_id; --modified by John Daniel SR-5182; previous: AND a.gacc_tran_id = p_gacc_tran_id;
EXCEPTION
WHEN NO_DATA_FOUND
THEN
NULL;
END;
BEGIN
SELECT SIGN (SUM (comm_amt))
INTO v_parent_sign
FROM giac_ovride_comm_payts a, giac_acctrans b
WHERE 1 = 1
AND a.gacc_tran_id = b.tran_id
AND b.tran_flag <> 'D'
AND NOT EXISTS (
SELECT 'X'
FROM giac_reversals x, giac_acctrans y
WHERE x.reversing_tran_id = y.tran_id
AND y.tran_flag <> 'D'
AND x.gacc_tran_id = a.gacc_tran_id)
AND a.iss_cd = p_iss_cd
AND a.prem_seq_no = p_prem_seq_no
AND a.gacc_tran_id > p_gacc_tran_id; --modified by John Daniel SR-5182; previous: AND a.gacc_tran_id = p_gacc_tran_id;
EXCEPTION
WHEN NO_DATA_FOUND
THEN
NULL;
END;
IF v_sign = v_child_sign OR v_sign = v_parent_sign
THEN
p_exist := 1;
--added by albert 11.20.2015: consider cancellation of transactions with existing reversals
ELSIF v_child_sign = 0 OR v_parent_sign = 0 THEN
p_exist := 2;
--end albert 11.20.2015
ELSE
p_exist := 0;
END IF;
ELSE
p_exist := 0;
END IF;
END;
/ |
SET @row := -1;
SET @counter := 0;
CREATE TEMPORARY TABLE IF NOT EXISTS temp1
as
(
select image_id,round(score) as score from (select @counter := @counter+1, image_id,score from (
SELECT * FROM
( SELECT @row := @row +1 as rownum , image_id, score
FROM unlabeled_image_predictions
order by score desc ) as DT
WHERE mod(rownum,3)=0 and score>= 0.5
)
as DT1
where @counter<5) DT2);
SET @row := -1;
SET @counter := 0;
CREATE TEMPORARY TABLE IF NOT EXISTS temp2
as
(
select image_id,round(score) as score from (select @counter := @counter+1, image_id,score from (
SELECT * FROM
( SELECT @row := @row +1 as rownum , image_id, score
FROM unlabeled_image_predictions
order by score ) as DT
WHERE mod(rownum,3)=0 and score < 0.5
)
as DT1
where @counter<5) DT2);
select * from temp2
union
select * from temp1
order by image_id;
|
CREATE TABLE "Config" ("Key" TEXT PRIMARY KEY, "Value" TEXT); |
create table if not exists avalues(
akey numeric,
avalue varchar(32)
);
delete from avalues;
insert into avalues values( 1, 'a-value' ); |
-- point 3
-- show tables database
SHOW TABLES;
|
INSERT INTO `#__bsms_update` (id, version) VALUES ('20', '9.0.1')
ON DUPLICATE KEY UPDATE version = '9.0.1';
|
SET SERVEROUTPUT ON
BEGIN
EXECUTE IMMEDIATE
'ALTER TABLE CPI.GIIS_NON_RENEW_REASON ADD active_tag VARCHAR2(1) DEFAULT ''A''';
EXECUTE IMMEDIATE
'ALTER TABLE CPI.GIIS_NON_RENEW_REASON ADD CONSTRAINT giis_non_renew_active_tag_chk CHECK(active_tag IN (''A'',''I''))';
EXECUTE IMMEDIATE
'ALTER TABLE CPI.GIIS_NON_RENEW_REASON MODIFY active_tag NOT NULL';
DBMS_OUTPUT.PUT_LINE (
'Successfully added active_tag column to GIIS_NON_RENEW_REASON table.');
EXCEPTION
WHEN OTHERS
THEN
DBMS_OUTPUT.PUT_LINE (SQLERRM || '-' || SQLCODE);
END;
/
|
CREATE TABLE Domains (
id INT PRIMARY KEY AUTO_INCREMENT,
Name VARCHAR(255) NOT NULL, -- e.g. "Invoices", "SalaryReceipts"
Length INT DEFAULT 1, -- i.e. no of learning data points for this domain
-- AutoCalculateCorrelations:
-- switch to either auto recalculate or not recalculate on every data insert
-- useful to bath insert data on first upload and not being slowed down by a recalculation on every row
AutoCalculateCorrelations INT DEFAULT 1,
UNIQUE (Name)
);
|
DROP TABLE IF EXISTS Temp;
CREATE TABLE Temp
(
id INTEGER
);
INSERT INTO Temp(id)
SELECT DISTINCT a.id
FROM an_comorbid a
WHERE a.descr = 'Smoker'
UNION
SELECT DISTINCT b.id
FROM an_comorbid b
WHERE b.descr = 'Allergy';
SELECT t.id, c.firstName, c.lastName
FROM Temp t, an_case c
WHERE c.id = t.id
ORDER BY c.lastName, c.firstName |
CREATE TABLE orderslipdetail (
id CHAVE NOT NULL,
id_order_slip CHAVE NOT NULL,
id_order_detail CHAVE NOT NULL,
product_quantity CHAVE NOT NULL,
unit_price_tax_excl DECIMAL(20, 6),
unit_price_tax_incl DECIMAL(20, 6),
total_price_tax_excl DECIMAL(20, 6),
total_price_tax_incl DECIMAL(20, 6),
amount_tax_excl DECIMAL(20, 6),
amount_tax_incl DECIMAL(20, 6),
CONSTRAINT pk_orderslipdetail PRIMARY KEY (id)
); |
DROP PROCEDURE IF EXISTS reporting.SP_campaign_list_gen_PA2_RC;
CREATE PROCEDURE reporting.`SP_campaign_list_gen_PA2_RC`()
BEGIN
/*********************************************************************************************************************************
--- NAME : SP_campaign_list_gen_PA2_RC
--- DESCRIPTION: script for campaign list data population
--- this initial version was created by Joyce
--- DD/MM/YYYY By Comment
--- 203/12/2018 Eric Pu DAT-647 add the SP to reportingn schema with exception handling and logs
--- 26/04/2019 DAT-792 remove OH from daily/weekly SPs
--- 28/06/2019 DAT-912 update the where condition to if(la.loan_sequence<=7, la.loan_sequence, 7) = r.loan_sequence
to handle the loan sequnce great than 7
--- 26/09/2019 DAT-983 Add approved_amount
--- 23/12/2019 DAT-1289 Update Email Campaign SPs -to exclude CA & SC
************************************************************************************************************************************/
DECLARE IsHoliday INT DEFAULT 0;
DECLARE NotRunFlag INT DEFAULT 0;
SET SQL_SAFE_UPDATES=0;
SET SESSION tx_isolation='READ-COMMITTED';
SET @start = 'Start', @end = 'End', @success = ' succeeded,', @failed = ' failed, returned SQL_STATE = ', @error_msg = ', error message = ', @total_rows = ' total row count = ';
SET @process_name = 'SP_campaign_list_gen_PA2_RC', @status_flag_success = 1, @status_flag_failure = 0;
SET @valuation_date = curdate(); -- may use business date in the future
SET @MonthNumber = Month(curdate());
SET @DayNumber = Day(curdate());
SELECT count(*) INTO IsHoliday
FROM reporting.vw_DDR_ach_date_matching ddr
LEFT JOIN jaglms.business_holidays bh ON ori_date = bh.holiday
WHERE ori_date = curdate()
AND (ddr.weekend = 1 OR bh.description LIKE 'Thanksgiving%');
IF (@MonthNumber = 1 AND @DayNumber = 1) OR (@MonthNumber = 12 AND @DayNumber = 25) THEN -- skip the job on Dec 25 and Jan 1
SET NotRunFlag = 1;
ELSEIF IsHoliday = 1 THEN -- skip the job on weekend and US Thanksgiving Day
SET NotRunFlag = 1;
ELSE
SET NotRunFlag = 0;
END IF;
IF NotRunFlag = 0 THEN
-- log the start info
CALL reporting.SP_process_log(@valuation_date, @process_name, @start, null, 'job is running', null);
set
@channel='email',
@list_name='L1 Daily Pending',
@list_module='PA2_RC',
@list_frq='D',
@list_gen_time= now(),
@time_filter='Lead_Received_Date',
@opt_out_YN= 0,
@before_interval=2,
@before_interval2=4,
@after_interval= -2,
@after_interval2= -4,
@test_job_id = 'JAG_TEST_PAJ';
set
@std_date= if( weekday(@list_gen_time) in (5,6),0,
(if(weekday(@list_gen_time) in (2, 3, 4),(select Operation_Date from reporting.vw_DDR_ach_date_matching where Ori_date=date(Date_sub(@list_gen_time, interval @before_interval day))),
(select Operation_Date from reporting.vw_DDR_ach_date_matching where Ori_date=date(Date_sub(@list_gen_time, interval @before_interval2 day)))
))),
@end_date= if(weekday(@list_gen_time) in (5,6),0,
(if(weekday(@list_gen_time) in (1, 2, 3, 4),(select date(Date_add(@list_gen_time, interval@after_interval day))),
(select date(Date_add(@list_gen_time, interval @after_interval2 day)))
))),
@comment='Pending Application received during -2 day';
-- select @list_name,@list_module,@list_frq,@list_gen_time,@time_filter,@opt_out_YN, @before_interval,@after_interval,@std_date,@end_date, @comment;
BEGIN
-- Declare variables to hold diagnostics area information
DECLARE sql_code CHAR(5) DEFAULT '00000';
DECLARE sql_msg TEXT;
DECLARE rowCount INT;
DECLARE return_message TEXT;
-- Declare exception handler for failed insert
DECLARE CONTINUE HANDLER FOR SQLEXCEPTION
BEGIN
GET DIAGNOSTICS CONDITION 1
sql_code = RETURNED_SQLSTATE, sql_msg = MESSAGE_TEXT;
END;
SET @process_label ='Main process to populate data into campaign_history', @process_type = 'Insert';
INSERT INTO reporting.campaign_history
(business_date, Channel, list_name, job_ID, list_module, list_frq, lms_customer_id, lms_application_id, received_time, lms_code, state, product, loan_sequence, email, Customer_FirstName,
Customer_LastName, key_word, Req_Loan_Amount, approved_amount, max_loan_limit,list_generation_time,Is_Transactional_optin,Is_SMS_Marketing_optin)
select DISTINCT
@valuation_date,
@channel,
@list_name as list_name,
case
when la.lms_code ='TDC' then date_format(@list_gen_time, '%m%d%YPAT')
when la.lms_code ='JAG' then date_format(@list_gen_time, '%m%d%YPAJ')
when la.lms_code ='EPIC' then date_format(@list_gen_time, '%m%d%YPA')
end as job_ID,
@list_module as list_module,
@list_frq as list_frq,
la.lms_customer_id,
la.lms_application_id,
la.received_time,
la.lms_code,
la.state,
la.product,
la.loan_sequence,
la.emailaddress as email,
CONCAT(UCASE(SUBSTRING(la.customer_firstname, 1, 1)),LOWER(SUBSTRING(la.customer_firstname, 2))) as Customer_FirstName,
CONCAT(UCASE(SUBSTRING(la.customer_lastname, 1, 1)),LOWER(SUBSTRING(la.customer_lastname, 2))) as Customer_LastName,
(case when lms_code='JAG' and product = 'PD' then 'application' -- 23/06/2017 DAT-129
when lms_code='JAG' and product = 'SEP' then 'Installment Loan application'
when lms_code='TDC' then 'Line of Credit application'
else 'application' end) as key_word,
ifnull(la.requested_amount, la.approved_amount) as Req_Loan_Amount,
la.approved_amount, -- DAT-983
ifnull(least(r.hardcap,(ceiling(la.paycheck*r.RPP/25)*25)),1000) as Max_Loan_Limit,
@list_gen_time as list_generation_time,
if(marketing.`Transactional With Consent`=1 and marketing.`Transactional Text Stop`=0,1,0) as Is_Transactional_optin,
if(marketing.`SMS Marketing With Consent`=1 and marketing.`SMS Marketing Text Stop`=0,1,0) as Is_SMS_Marketing_optin
from reporting.leads_accepted la
left join reporting.vw_loan_limit_rates r on la.state=r.state_code
-- and la.loan_sequence = r.loan_sequence
and if(la.loan_sequence<=7, la.loan_sequence, 7) = r.loan_sequence -- DAT-912
and la.pay_frequency = r.pay_frequency
-- and la.product=r.product_code
and (case when la.state='TX' and la.product='IPP' and la.storename like '%BAS%' then 'IPP-BAS'
when la.state='TX' and la.product='IPP' and la.storename like '%NCP%' then 'IPP-NCP'
else la.product end) =r.product_code -- DAT-807
left join
(select list.customer_id,
max(list.first_consent_date_time) as first_consent_date_time,
count(distinct if(list.notification_name = 'SMS_TRANSACTIONAL', list.customer_id, null)) as 'Is Customer for transactional',
count(if(list.notification_name = 'SMS_TRANSACTIONAL' and list.state = 1, list.customer_id, null)) as 'Transactional With Consent',
count(if(list.notification_name = 'SMS_TRANSACTIONAL' and (list.state=0 or list.state is null), list.customer_id, null)) as 'Transactional Without Consent',
count(if(list.notification_name = 'SMS_TRANSACTIONAL' and list.Txt_Stop = 1, list.customer_id, null)) as 'Transactional Text Stop',
count(distinct if(list.notification_name = 'PHONE_MARKETING', list.customer_id, null)) as 'Is Customer for phone Marketing',
count(if(list.notification_name = 'PHONE_MARKETING' and list.state = 1, list.customer_id, null)) as 'Phone Marketing With Consent',
count(if(list.notification_name = 'PHONE_MARKETING' and (list.state=0 or list.state is null), list.customer_id, null)) as 'Phone Marketing Without Consent',
count(if(list.notification_name = 'PHONE_MARKETING' and list.Txt_Stop = 1, list.customer_id, null)) as 'Phone Marketing Text Stop',
count(distinct if(list.notification_name = 'SMS_MARKETING', list.customer_id, null)) as 'Is Customer for SMS Marketing',
count(if(list.notification_name = 'SMS_MARKETING' and list.state = 1, list.customer_id, null)) as 'SMS Marketing With Consent',
count(if(list.notification_name = 'SMS_MARKETING' and (list.state=0 or list.state is null), list.customer_id, null)) as 'SMS Marketing Without Consent',
count(if(list.notification_name = 'SMS_MARKETING' and list.Txt_Stop = 1, list.customer_id, null)) as 'SMS Marketing Text Stop'
from
(select cn.customer_id,
nnm.notification_name,
nnm.notification_name_mapping_id,
cn.first_consent_date_time,
cn.second_consent_date_time,
cn.state,
(select (case when s.message = 'Stop' then 1 else 0 end) from jaglms.sms_event_logs s
where s.customer_id = cn.customer_id and s.notification_name_id = nnm.notification_name_mapping_id order by s.event_date desc limit 1) as 'Txt_Stop'
from jaglms.lms_customer_notifications cn
inner join jaglms.lms_notification_name_mapping nnm on cn.notification_name_id = nnm.notification_name_mapping_id) list
group by list.customer_id) marketing on la.lms_customer_id=marketing.customer_id
where la.application_status='Pending'
and la.loan_sequence>1 and la.isreturning = 1
and date(la.received_time) between @std_date and @end_date
and la.state !='OH' -- DAT-792
and IF(@opt_out_YN=1, la.Email_MarketingOptIn=1, la.Email_MarketingOptIn IN (1, 0))
and SUBSTR(SUBSTR(la.emailaddress, INSTR(la.emailaddress, '@'), INSTR(la.emailaddress, '.')), 2) not in ('epic.lmsmail.com', 'moneykey.com')
and SUBSTR(SUBSTR(la.emailaddress, INSTR(la.emailaddress, '@'), INSTR(la.emailaddress, '.')), 2) not like 'epic%'
and la.IsApplicationTest = 0 -- june 19, 2017 DAT-123
and la.state != 'MD' -- June 2
and la.lms_customer_id not in
( select la2.lms_customer_id from reporting.leads_accepted la2
where la2.application_status in ('Withdrawn', 'Withdraw', 'Originated', 'Approve') and date(la2.received_time) >=date(la.received_time) )
and (case when la.state='CA' and la.product='SEP' then 1 else 0 end)=0;
-- log the process
IF sql_code = '00000' THEN
GET DIAGNOSTICS rowCount = ROW_COUNT;
SET return_message = CONCAT(@process_type, @success, @total_rows,rowCount);
CALL reporting.SP_process_log(@valuation_date, @process_name, @process_label, @process_type, return_message, @status_flag_success);
ELSE
SET return_message = CONCAT(@process_type, @failed, sql_code, @error_msg ,sql_msg);
CALL reporting.SP_process_log(@valuation_date, @process_name, @process_label, @process_type, return_message, @status_flag_failure);
END IF;
END;
-- June 20, 2017 - DAT-123 - Insert internal user info for email process verification
BEGIN
DECLARE sql_code CHAR(5) DEFAULT '00000';
DECLARE sql_msg TEXT;
DECLARE rowCount INT;
DECLARE return_message TEXT;
-- Declare exception handler for failed insert
DECLARE CONTINUE HANDLER FOR SQLEXCEPTION
BEGIN
GET DIAGNOSTICS CONDITION 1
sql_code = RETURNED_SQLSTATE, sql_msg = MESSAGE_TEXT;
END;
SET @process_label ='Insert internal user info for email process verification ', @process_type = 'Insert';
INSERT INTO reporting.campaign_history
(business_date, Channel, list_name, job_ID, list_module, list_frq, lms_customer_id, lms_application_id, received_time, lms_code, state, product, loan_sequence, email, Customer_FirstName,
Customer_LastName, Req_Loan_Amount, origination_loan_id, origination_time,approved_amount,list_generation_time, Comments)
SELECT @valuation_date, @channel, @list_name, @test_job_id, @list_module, @list_frq, -9, -9, null, 'test', 'test', 'test', -9,
email_address, first_name, last_name, request_loan_amount, -9, null, approved_amount, @list_gen_time, comments
FROM reporting.campaign_list_test_email
WHERE is_active = 1;
IF sql_code = '00000' THEN
GET DIAGNOSTICS rowCount = ROW_COUNT;
SET return_message = CONCAT(@process_type, @success, @total_rows,rowCount);
CALL reporting.SP_process_log(@valuation_date, @process_name, @process_label, @process_type, return_message, @status_flag_success);
ELSE
SET return_message = CONCAT(@process_type, @failed, sql_code, @error_msg ,sql_msg);
CALL reporting.SP_process_log(@valuation_date, @process_name, @process_label, @process_type, return_message, @status_flag_failure);
END IF;
END;
-- log the process for completion
CALL reporting.SP_process_log(@valuation_date, @process_name, @end, null, 'job is done', @status_flag_success);
END IF;
END;
|
SELECT json_object('id' VALUE id,'@id' VALUE 'eis:eFrame/Context/' || id,'@type' VALUE 'bo:Context',
'identifier' VALUE JSON_OBJECT('@type' VALUE 'bo:ContextIdentity', '@id' VALUE 'eir:Context/' || id, 'primaryIdentifier' VALUE id, 'identityType' VALUE 'bo:ContextIdentity', 'naturalKeyValue' VALUE JSON_OBJECT('naturalKeyLabel' VALUE programmaticName, 'naturalKeys' VALUE JSON_OBJECT('@id' VALUE 'eir:Context/' || id || '#naturalKeys', 'programmaticName' VALUE '"' || programmaticName || '"' FORMAT JSON) FORMAT JSON) FORMAT JSON),
'programmaticName' VALUE programmaticName,
'contextID' VALUE contextID,
'contextName' VALUE contextName,
'label' VALUE label, 'description' VALUE description,
'status' VALUE status,
'elements' VALUE properties
FORMAT JSON) as CTX_IRI_GUID
FROM (
SELECT CONTEXT.ADVANCED_UUID as id,
CONTEXT.PARENT, CONTEXT.OVERRIDE,
parent.CONTEXTID as parentContextID,
override.CONTEXTID as overrideContextId,
parentClass.PROGRAMMATICNAME as parentprogrammaticName,
overrideClass.PROGRAMMATICNAME as overrideprogrammaticName,
CONTEXT.CONTEXTID as contextID,
CONTEXT.CONTEXTID as contextName,
CLASS.PROGRAMMATICNAME as programmaticName,
CLASS.NAME as label,
CONTEXT.CONTEXTID || '-' || CLASS.PROGRAMMATICNAME as contextNaturalKeyLabel,
CONTEXT.DESCRIPTION as description,
'Active' as status,
CONTEXT_ELEMENT.properties
-- CONTEXT_MASTER.PROJECT_REF,
-- CONTEXT_MASTER.JOB_REF,
-- GBU.NAME as gbu,
--BUSINESSLINE.NAME as businessline
FROM CONTEXT, CLASS, CONTEXT parent, CLASS parentClass, CONTEXT override, Class overrideClass,
(Select CONTEXTDEFINTION.CONTEXTIDINSTANCE, json_arrayagg(JSON_OBJECT('property' VALUE CLASS.PROGRAMMATICNAME, 'value' VALUE CONTEXTDEFINTION.Value)) properties
FROM CONTEXTDEFINTION, CLASS where CONTEXTDEFINTION.PROPERTY=CLASS.ADVANCED_UUID
Group by CONTEXTIDINSTANCE) CONTEXT_ELEMENT where
CONTEXT.CONTEXTNAME=CLASS.ADVANCED_UUID and
CONTEXT.PARENT = parent.ADVANCED_UUID and
parent.CONTEXTNAME=parentClass.ADVANCED_UUID and
CONTEXT.Override = override.ADVANCED_UUID and
override.CONTEXTNAME=overrideClass.ADVANCED_UUID and
CONTEXT_ELEMENT.CONTEXTIDINSTANCE(+)=CONTEXT.ADVANCED_UUID
)
|
SELECT
*
FROM (
SELECT
a.row_number AS row_number,
a.mmsi AS mmsi,
b.shipname AS shipname,
b.callsign AS callsign,
b.Registration_Nbr AS Registration_Nbr,
b.Country_Code AS Country_Code,
b.Gear_Main_Code AS Gear_Main_Code,
b.Gear_Sec_Code AS Gear_Sec_Code,
a.rank_callsign AS callsign_rank,
a.rank_name AS name_rank,
a.flag_match AS flag_match,
a.fishing_msg_ratio AS fishing_msg_ratio,
STRING(a.name_start) AS name_start,
STRING(a.name_end) AS name_end_end,
STRING(a.callsign_start) AS callsign_start,
STRING(a.callsign_end) AS callsign_end,
a.match_score2 AS match_score
FROM (
SELECT
*
FROM (
SELECT
*,
RANK(match_score2) OVER (PARTITION BY row_number ORDER BY match_score2 DESC) AS rank_score
FROM (
SELECT
*,
CASE WHEN (flag_match = 0
AND rank_callsign != 0
AND fishing_msg_ratio > .1) THEN msg_score WHEN (flag_match = 0
AND rank_name != 0
AND fishing_msg_ratio > .1) THEN msg_score/3 WHEN (flag_match =1
AND rank_callsign != 0
AND fishing_msg_ratio > .1) THEN msg_score*5 WHEN (flag_match = 1
AND rank_name != 0
AND fishing_msg_ratio > .1) THEN msg_score ELSE 0 END AS match_score2
FROM (
SELECT
*,
SUM(callsign_msg_count+name_msg_count/10) AS msg_score
FROM (
SELECT
a.row_number AS row_number,
a.mmsi AS mmsi,
a.rank_callsign AS rank_callsign,
a.rank_name AS rank_name,
a.callsign_msg_count AS callsign_msg_count,
a.name_msg_count AS name_msg_count,
a.callsign_start AS callsign_start,
a.callsign_end AS callsign_end,
a.name_start AS name_start,
a.name_end AS name_end,
a.MID_code AS MID_code,
a.Gear_Main_Code AS Gear_Main_Code,
a.Gear_Sec_Code AS Gear_Sec_Code,
a.Country_Code AS Country_Code,
a.MID_flagcode AS MID_flagcode,
a.flag_match AS flag_match,
b.fishing_msg_ratio AS fishing_msg_ratio,
FROM (
SELECT
*,
CASE WHEN Country_Code = MID_flagcode THEN 1 ELSE 0 END AS flag_match
FROM (
SELECT
a.row_number AS row_number,
a.mmsi AS mmsi,
a.rank_callsign AS rank_callsign,
a.rank_name AS rank_name,
a.callsign_msg_count AS callsign_msg_count,
a.name_msg_count AS name_msg_count,
a.callsign_start AS callsign_start,
a.callsign_end AS callsign_end,
a.name_start AS name_start,
a.name_end AS name_end,
a.MID_code AS MID_code,
a.Gear_Main_Code AS Gear_Main_Code,
a.Gear_Sec_Code AS Gear_Sec_Code,
a.Country_Code AS Country_Code,
b.Alpha_3 AS MID_flagcode
FROM (
SELECT
row_number,
mmsi,
MAX(rank_callsign) AS rank_callsign,
MAX(rank_name) AS rank_name,
MAX(callsign_msg_count) AS callsign_msg_count,
MAX(name_msg_count) AS name_msg_count,
MAX(callsign_start) AS callsign_start,
MAX(callsign_end) AS callsign_end,
MAX(name_start) AS name_start,
MAX(name_end) AS name_end,
MID_code,
Country_Code,
Gear_Main_Code,
Gear_Sec_Code
FROM (
SELECT
row_number,
mmsi,
rank_callsign,
rank_name,
IFNULL(callsign_msg_count,0) AS callsign_msg_count,
IFNULL(name_msg_count,0) AS name_msg_count,
callsign_start,
callsign_end,
name_start,
name_end,
MID_code,
Country_Code,
Gear_Main_Code,
Gear_Sec_Code
FROM (
SELECT
row_number,
mmsi,
RANK(msg_count) OVER (PARTITION BY row_number ORDER BY msg_count DESC) AS rank_callsign,
msg_count AS callsign_msg_count,
first_timestamp AS callsign_start,
last_timestamp AS callsign_end,
LEFT(STRING(mmsi), 3) AS MID_code,
Gear_Main_Code,
Gear_Sec_Code,
Country_Code
FROM (
SELECT
a.row_number AS row_number,
a.callsign,
b.callsign,
b.first_timestamp AS first_timestamp,
b.last_timestamp AS last_timestamp,
b.mmsi AS mmsi,
b.msg_count AS msg_count,
a.Country_Code AS Country_Code,
a.Gear_Main_Code AS Gear_Main_Code,
a.Gear_Sec_Code AS Gear_Sec_Code
FROM (
SELECT
*
FROM
[Registry_matching_sources.EU_registry_311215_mod]
WHERE
callsign IS NOT NULL) a
LEFT JOIN (
SELECT
mmsi,
callsign,
msg_count,
first_timestamp,
last_timestamp
FROM
[Vessel_identity_messages.callsigns_rank_mmsi_cnt]
WHERE
callsign IN (
SELECT
callsign
FROM
[Registry_matching_sources.EU_registry_311215_mod])
AND msg_count > 10) b
ON
a.callsign = b.callsign) //callsign match
WHERE
mmsi IS NOT NULL ),
(
SELECT
row_number,
mmsi,
RANK(msg_count) OVER (PARTITION BY row_number ORDER BY msg_count DESC) AS rank_name,
msg_count AS name_msg_count,
first_timestamp AS name_start,
last_timestamp AS name_end,
LEFT(STRING(mmsi), 3) AS MID_code,
Gear_Main_Code,
Gear_Sec_Code,
Country_Code
FROM (
SELECT
a.row_number AS row_number,
a.calc_normshipname,
b.normalized_shipname,
b.first_timestamp AS first_timestamp,
b.last_timestamp AS last_timestamp,
b.mmsi AS mmsi,
b.msg_count AS msg_count,
a.Country_Code AS Country_Code,
a.Gear_Main_Code AS Gear_Main_Code,
a.Gear_Sec_Code AS Gear_Sec_Code
FROM (
SELECT
*
FROM
[Registry_matching_sources.EU_registry_311215_mod]
WHERE
calc_normshipname IS NOT NULL) a
LEFT JOIN (
SELECT
mmsi,
normalized_shipname,
msg_count,
first_timestamp,
last_timestamp
FROM
[Vessel_identity_messages.norm_shipname_rank_mmsi_cnt]
WHERE
normalized_shipname IN (
SELECT
calc_normshipname
FROM
[Registry_matching_sources.EU_registry_311215_mod])
AND msg_count > 10) b
ON
a.calc_normshipname = b.normalized_shipname) ) // Shipname match
WHERE
mmsi IS NOT NULL )
GROUP BY
row_number,
mmsi,
MID_code,
Country_Code,
Gear_Main_Code,
Gear_Sec_Code
ORDER BY
row_number ASC) a
LEFT JOIN EACH (
SELECT
*
FROM
[scratch_bjorn.MID_code_table]) b
ON
a.MID_code = b.MID ) ) a
LEFT JOIN (
SELECT
mmsi,
COUNT(*) c_msg,
sum (shiptype_text = 'Fishing') c_fishing,
sum (shiptype_text = 'Fishing') / COUNT(*) fishing_msg_ratio
FROM
[Vessel_identity_messages.type5_24_2012_2015]
WHERE
type IN (5,
24)
AND shiptype_text IS NOT NULL
AND shiptype_text != 'Not available'
AND timestamp >= '2012-01-01 00:00:00'
AND timestamp < '2015-12-01 00:00:00'
GROUP EACH BY
mmsi
HAVING
c_fishing > 10) b
ON
a.mmsi = b.mmsi )
GROUP BY
row_number,
mmsi,
rank_callsign,
rank_name,
callsign_msg_count,
name_msg_count,
callsign_start,
callsign_end,
name_start,
name_end,
MID_code,
MID_flagcode,
flag_match,
fishing_msg_ratio,
Gear_Main_Code,
Gear_Sec_Code,
Country_Code )
WHERE
flag_match = 1 ) )
WHERE
rank_score = 1
AND match_score2 != 0) a
LEFT JOIN (
SELECT
*
FROM
[Registry_matching_sources.EU_registry_311215_mod]) b
ON
a.row_number = b.row_number )
WHERE
callsign_rank != 0
AND RIGHT(STRING(mmsi), 6) != '000000'
|
/*Created by pjsantos 01/11/2017
SR 5898 BIR2307 Enhancement, modiied table CPI.GIIS_LOSS_TAXES to update data to latest BIR FORM standard */
SET SERVEROUTPUT ON
DECLARE
v_length NUMBER (4) := 0;
BEGIN
BEGIN
SELECT data_length
INTO v_length
FROM all_tab_cols
WHERE owner = 'CPI'
AND table_name = 'GIIS_LOSS_TAXES'
AND column_name = 'TAX_NAME';
IF v_length = 100
THEN
EXECUTE IMMEDIATE
'ALTER TABLE CPI.GIIS_LOSS_TAXES MODIFY TAX_NAME VARCHAR2(200)';
DBMS_OUTPUT.put_line (
'Successfully modified CPI.GIIS_LOSS_TAXES.TAX_NAME.');
ELSIF v_length = 200
THEN
DBMS_OUTPUT.put_line (
'CPI.GIIS_LOSS_TAXES.TAX_NAME is up to date.');
END IF;
EXCEPTION
WHEN NO_DATA_FOUND
THEN
DBMS_OUTPUT.put_line (
'No column TAX_NAME on table CPI.GIIS_LOSS_TAXES found.');
END;
END; |
SELECT * FROM WEBHOOKS
ORDER BY INSERT_DATETIME %s;
|
CREATE TABLE member(
userID VARCHAR2(50) PRIMARY key,
userName VARCHAR2(50),
userPwd VARCHAR2(50),
userEmail VARCHAR2(70),
userTel NUMBER,
admin number
);
COMMIT;
ALTER TABLE member MODIFY userTel VARCHAR2(70);
select * from member;
SELECT COUNT(userid) AS COUNT FROM member;
select * from board;
select * from board order by num desc;
delete from board;
commit;
SELECT * FROM board WHERE WRITER LIKE '%³ª%';
CREATE SEQUENCE BOARD_SEQ;
CREATE TABLE commentboard (
cnum number CONSTRAINT commentboard_cnum_pk PRIMARY KEY,
userid VARCHAR2(20),
regdate VARCHAR2(20) DEFAULT sysdate,
msg VARCHAR2(1000),
bnum NUMBER
);
ALTER TABLE commentboard ADD CONSTRAINT commentboard_bnum_fk
FOREIGN KEY (bnum) REFERENCES board (num);
CREATE SEQUENCE commentboard_seq;
delete from commentboard;
commit;
select * from commentboard; |
INSERT INTO banc.entity_link_info VALUES
(100,'banc.address','address'),
(200,'banc.association_link','association'),
(300,'banc.event','event'),
(400,'banc.familyCommunication','connunication'),
(500,'banc.banc_community','community'),
(600,'banc.transactions','transactions'),
(700,'banc.person','person'),
(800,'banc.organizations','organizations'),
(900,'banc.relationship_link','relationship'),
(1000,'banc.transaction_link','transaction'),
(1100,'banc.community_link','affiliation'),
(1200,'banc.creds','credentials'),
(1300,'banc.sessiontoken', 'stoken');
COMMIT;
INSERT INTO banc.link_type VALUES
(100,'parent','child'),
(200,'spouse','spouse'),
(300,'member','participates-as-member'),
(400,'address','address of'),
(500,'communication','primary_communication'),
(600,'guest','registered-member-guest'),
(700,'non-member','registered-nonmember-adult'),
(710,'non-member-child','registered-nonmember-child');
COMMIT;
INSERT INTO banc.organization VALUES
(100,'NonProfit-503C3','BANCinRDU','Bengali Association of North Carolina','',NULL);
COMMIT;
|
CREATE TABLE ville (
"id_ville" INTEGER NOT NULL PRIMARY KEY,
"nom" VARCHAR(100)
);
CREATE TABLE archi (
"id_archi" INTEGER NOT NULL PRIMARY KEY,
"nom" VARCHAR(100)
);
CREATE TABLE porteur (
"id_porteur" INTEGER NOT NULL PRIMARY KEY,
"nom" VARCHAR(100)
);
CREATE TABLE tt (
"id_tt" INTEGER NOT NULL PRIMARY KEY,
"nom" VARCHAR(100)
);
CREATE TABLE entr (
"id_entr" INTEGER NOT NULL PRIMARY KEY,
"nom" VARCHAR(100),
"id_tt" INTEGER
);
CREATE TABLE bat (
"id_bat" INTEGER NOT NULL PRIMARY KEY,
"nom" VARCHAR(100),
"id_porteur" INTEGER,
"id_ville" INTEGER,
"permis" VARCHAR(10)
);
CREATE TABLE b2a (
"id_bat" INTEGER NOT NULL,
"id_archi" INTEGER NOT NULL,
PRIMARY KEY("id_bat","id_archi")
);
CREATE TABLE b2e (
"id_bat" INTEGER NOT NULL,
"id_entr" INTEGER NOT NULL,
PRIMARY KEY("id_bat","id_entr")
);
INSERT INTO ville VALUES(0, 'Lille');
INSERT INTO ville VALUES(1, 'Douai');
INSERT INTO ville VALUES(2, 'Arras');
INSERT INTO archi VALUES(0, 'Cabinet Lorem');
INSERT INTO archi VALUES(1, 'Cabinet Sic');
INSERT INTO archi VALUES(2, 'Cabinet Ipsum');
INSERT INTO porteur VALUES(0, 'M Dupont');
INSERT INTO porteur VALUES(1, 'Mme Durand');
INSERT INTO porteur VALUES(2, 'M Paul');
INSERT INTO tt VALUES(0, 'electricite');
INSERT INTO tt VALUES(1, 'gros-oeuvre');
INSERT INTO tt VALUES(2, 'plomberie');
INSERT INTO entr VALUES(0, 'SGEN', 0);
INSERT INTO entr VALUES(1, 'SGO', 1);
INSERT INTO entr VALUES(2, 'SPN', 2);
INSERT INTO entr VALUES(3, 'DOUELEC', 0);
INSERT INTO entr VALUES(4, 'PLOMBONOR', 2);
INSERT INTO entr VALUES(5, 'GROUVRE', 1);
INSERT INTO entr VALUES(6, 'SPMPLM', 2);
INSERT INTO bat VALUES(0, 'Residence Camus', 0, 0, '45XV5');
INSERT INTO bat VALUES(1, 'Residence Vinci', 1, 1, '23GC4');
INSERT INTO bat VALUES(2, 'Residence Europe', 2, 0, '01SD6');
INSERT INTO bat VALUES(3, 'Residence Soleil', 0, 2, '87PX9');
INSERT INTO b2a VALUES(0, 0);
INSERT INTO b2a VALUES(1, 1);
INSERT INTO b2a VALUES(2, 2);
INSERT INTO b2a VALUES(2, 0);
INSERT INTO b2a VALUES(3, 1);
INSERT INTO b2e VALUES(0, 0);
INSERT INTO b2e VALUES(0, 1);
INSERT INTO b2e VALUES(0, 2);
INSERT INTO b2e VALUES(1, 3);
INSERT INTO b2e VALUES(1, 1);
INSERT INTO b2e VALUES(1, 4);
INSERT INTO b2e VALUES(2, 3);
INSERT INTO b2e VALUES(2, 5);
INSERT INTO b2e VALUES(2, 6);
INSERT INTO b2e VALUES(3, 0);
INSERT INTO b2e VALUES(3, 1);
INSERT INTO b2e VALUES(3, 4);
|
rem
rem $Header: cat714.sql,v 1.1 1993/03/12 15:37:16 VRAGHUNA Exp $
rem
Rem Copyright (c) 1991 by Oracle Corporation
Rem NAME
Rem cat714.sql - Migrate 7.0.13 to 7.0.14
Rem
Rem DESCRIPTION
Rem RIGHT AFTER A 7.0.13 DATABASE IS STARTED
Rem UP USING 7.0.14 RELEASE FOR THE FIRST TIME, RUN THIS SCRIPT ONCE
Rem (RUN AS SYS OR INTERNAL).
Rem A 7.0.13 database is a database that has been created using 7.0.13
Rem release or upgraded to use 7.0.13 release.
Rem
Rem MODIFIED (MM/DD/YY)
Rem vraghuna 03/12/93 - Creation
REM
REM THIS SCRIPT IS TO BE RUN ONCE RIGHT AFTER A 7.0.13 DATABASE
REM IS STARTED UP FOR THE FIRST TIME USING ORACLE7
REM RELEASE 7.0.14 (RUN AS SYS OR INTERNAL).
REM A 7.0.13 database is a database that has been created using 7.0.13
REM release or upgraded to use 7.0.13 release.
REM
REM Remove exu7inv for export
drop view exu7inv
/
REM
|
USE employees;
# 2. Using the example in the Associative Table Joins section as a guide,
# write a query that shows each department along with the name of the current manager for that department.
SELECT departments.dept_name AS 'Department', concat(employees.first_name, ' ', employees.last_name) AS 'Manager' FROM employees
JOIN dept_manager ON dept_manager.emp_no = employees.emp_no
JOIN departments ON departments.dept_no = dept_manager.dept_no
WHERE dept_manager.to_date = '9999-01-01'
ORDER BY departments.dept_name;
# 3. Find the name of all departments currently managed by women.
SELECT departments.dept_name AS 'Department', concat(employees.first_name, ' ', employees.last_name) AS 'Manager' FROM employees
JOIN dept_manager ON dept_manager.emp_no = employees.emp_no
JOIN departments ON departments.dept_no = dept_manager.dept_no
WHERE dept_manager.to_date = '9999-01-01' AND employees.gender = 'F'
ORDER BY departments.dept_name;
# 4. Find the current titles of employees currently working in the Customer Service department.
SELECT titles.title AS 'Title', count(*) AS 'Count' FROM employees
JOIN titles ON employees.emp_no = titles.emp_no
JOIN dept_emp ON dept_emp.emp_no = employees.emp_no
JOIN departments ON departments.dept_no = dept_emp.dept_no
WHERE dept_name = 'Customer Service' AND titles.to_date = '9999-01-01' AND dept_emp.to_date = '9999-01-01'
GROUP BY titles.title;
# 5. Find the current salary of all current managers.
# Department Name | Name | Salary
# -------------------+-------------------+-------
# Customer Service | Yuchang Weedman | 58745
# Development | Leon DasSarma | 74510
# Finance | Isamu Legleitner | 83457
# Human Resources | Karsten Sigstam | 65400
# Marketing | Vishwani Minakawa | 106491
# Production | Oscar Ghazalie | 56654
# Quality Management | Dung Pesch | 72876
# Research | Hilary Kambil | 79393
# Sales | Hauke Zhang | 101987
SELECT departments.dept_name AS 'Department Name', concat(employees.first_name, ' ', employees.last_name) AS 'Name', salaries.salary AS 'Salary' FROM employees
JOIN dept_manager ON dept_manager.emp_no = employees.emp_no
JOIN departments ON departments.dept_no = dept_manager.dept_no
JOIN salaries ON dept_manager.emp_no = salaries.emp_no
WHERE dept_manager.to_date = '9999-01-01' AND salaries.to_date = '9999-01-01'
ORDER BY departments.dept_name |
SELECT * FROM SYSTEM_ATTRIBUTES
WHERE
CONFIG_NAME = ?
;
|
ALTER TABLE todos ADD completed boolean Default 0; |
CREATE or REPLACE PROCEDURE Doc_SecCategory_Insert
(subcategoryid_1 integer,
categoryname_2 varchar2,
docmouldid_3 integer,
publishable_4 char,
replyable_5 char,
shareable_6 char,
cusertype_7 integer,
cuserseclevel_8 smallint,
cdepartmentid1_9 integer,
cdepseclevel1_10 smallint,
cdepartmentid2_11 integer,
cdepseclevel2_12 smallint,
croleid1_13 integer,
crolelevel1_14 char,
croleid2_15 integer,
crolelevel2_16 char,
croleid3_17 integer,
crolelevel3_18 char,
hasaccessory_19 char,
accessorynum_20 smallint,
hasasset_21 char,
assetlabel_22 varchar2,
hasitems_23 char,
itemlabel_24 varchar2,
hashrmres_25 char,
hrmreslabel_26 varchar2,
hascrm_27 char,
crmlabel_28 varchar2,
hasproject_29 char,
projectlabel_30 varchar2,
hasfinance_31 char,
financelabel_32 varchar2,
approveworkflowid_33 integer,
markable_34 char,
markAnonymity_35 char,
orderable_36 char,
defaultLockedDoc_37 integer,
allownModiMShareL_38 integer,
allownModiMShareW_39 integer,
flag out integer,
msg out varchar2,
thecursor IN OUT cursor_define.weavercursor)
as
begin
insert into docseccategory
(subcategoryid ,
categoryname ,
docmouldid ,
publishable ,
replyable ,
shareable ,
cusertype ,
cuserseclevel ,
cdepartmentid1 ,
cdepseclevel1 ,
cdepartmentid2 ,
cdepseclevel2 ,
croleid1 ,
crolelevel1 ,
croleid2 ,
crolelevel2 ,
croleid3 ,
crolelevel3 ,
hasaccessory ,
accessorynum ,
hasasset ,
assetlabel ,
hasitems ,
itemlabel ,
hashrmres ,
hrmreslabel ,
hascrm ,
crmlabel ,
hasproject ,
projectlabel ,
hasfinance ,
financelabel ,
approveworkflowid ,
markable ,
markAnonymity ,
orderable,
defaultLockedDoc,
allownModiMShareL,
allownModiMShareW)
values(
subcategoryid_1 ,
categoryname_2 ,
docmouldid_3 ,
publishable_4 ,
replyable_5 ,
shareable_6 ,
cusertype_7 ,
cuserseclevel_8 ,
cdepartmentid1_9 ,
cdepseclevel1_10 ,
cdepartmentid2_11 ,
cdepseclevel2_12 ,
croleid1_13 ,
crolelevel1_14 ,
croleid2_15 ,
crolelevel2_16 ,
croleid3_17 ,
crolelevel3_18 ,
hasaccessory_19 ,
accessorynum_20 ,
hasasset_21 ,
assetlabel_22 ,
hasitems_23 ,
itemlabel_24 ,
hashrmres_25 ,
hrmreslabel_26 ,
hascrm_27 ,
crmlabel_28 ,
hasproject_29 ,
projectlabel_30 ,
hasfinance_31 ,
financelabel_32 ,
approveworkflowid_33,
markable_34 ,
markAnonymity_35 ,
orderable_36 ,
defaultLockedDoc_37,
allownModiMShareL_38 ,
allownModiMShareW_39);
open thecursor for
select max(id) from docseccategory;
end;
/
CREATE or REPLACE PROCEDURE Doc_SecCategory_Update
(
id_1 integer,
subcategoryid_2 integer,
categoryname_3 varchar2,
docmouldid_4 integer,
publishable_5 char,
replyable_6 char,
shareable_7 char,
cusertype_8 integer,
cuserseclevel_9 smallint,
cdepartmentid1_10 integer,
cdepseclevel1_11 smallint,
cdepartmentid2_12 integer,
cdepseclevel2_13 smallint,
croleid1_14 integer,
crolelevel1_15 char,
croleid2_16 integer,
crolelevel2_17 char,
croleid3_18 integer,
crolelevel3_19 char,
hasaccessory_20 char,
accessorynum_21 smallint,
hasasset_22 char,
assetlabel_23 varchar2,
hasitems_24 char,
itemlabel_25 varchar2,
hashrmres_26 char,
hrmreslabel_27 varchar2,
hascrm_28 char,
crmlabel_29 varchar2,
hasproject_30 char,
projectlabel_31 varchar2,
hasfinance_32 char,
financelabel_33 varchar2,
approveworkflowid_34 integer,
markable_35 char,
markAnonymity_36 char,
orderable_37 char,
defaultLockedDoc_38 integer,
allownModiMShareL_39 integer,
allownModiMShareW_40 integer,
flag out integer,
msg out varchar2,
thecursor IN OUT cursor_define.weavercursor)
as
begin
update docseccategory set
subcategoryid= subcategoryid_2,
categoryname= categoryname_3,
docmouldid= docmouldid_4,
publishable= publishable_5,
replyable= replyable_6,
shareable= shareable_7,
cusertype= cusertype_8,
cuserseclevel= cuserseclevel_9,
cdepartmentid1= cdepartmentid1_10,
cdepseclevel1= cdepseclevel1_11,
cdepartmentid2= cdepartmentid2_12,
cdepseclevel2= cdepseclevel2_13,
croleid1= croleid1_14,
crolelevel1= crolelevel1_15,
croleid2= croleid2_16,
crolelevel2= crolelevel2_17,
croleid3= croleid3_18,
crolelevel3= crolelevel3_19,
hasaccessory= hasaccessory_20,
accessorynum= accessorynum_21,
hasasset= hasasset_22,
assetlabel= assetlabel_23,
hasitems= hasitems_24,
itemlabel= itemlabel_25,
hashrmres= hashrmres_26,
hrmreslabel= hrmreslabel_27,
hascrm= hascrm_28,
crmlabel= crmlabel_29,
hasproject= hasproject_30,
projectlabel= projectlabel_31,
hasfinance= hasfinance_32,
financelabel= financelabel_33,
approveworkflowid= approveworkflowid_34,
markable = markable_35 ,
markAnonymity = markAnonymity_36 ,
orderable = orderable_37 ,
defaultLockedDoc=defaultLockedDoc_38,
allownModiMShareL=allownModiMShareL_39,
allownModiMShareW=allownModiMShareW_40
where id= id_1;
end;
/
CREATE or REPLACE PROCEDURE Doc_setDocShareByHrm
(
resourceid_1 integer,
seclevel_1 integer,
departmentid_1 integer,
subcompanyid_1 integer,
flag out integer,
msg out varchar2,
thecursor IN OUT cursor_define.weavercursor)
as
docid_1 integer;
sharelevel_1 integer;
countrec integer;
managerIds varchar2(50);
sepindex integer;
managerId integer;
tempDownOwnerId integer;
begin
/* 删除原有的该人的所有文档共享信息 */
delete from DocShareDetail where userid = resourceid_1 and usertype = 1;
/*现在对文档的权限处理进行了修改
自已并不会默认对自己的文档具有完全控制权限,也不会默认对自已的下级具有查看权限*/
/*对不是自己创建但文档的所有者是自己的文档具有完全控制权限*/
for docid_cursor in(
select id from docdetail where doccreaterid!= ownerid and ownerid=resourceid_1)
loop
docid_1 := docid_cursor.id;
insert into temptablevalue values(docid_1, 3);
end loop;
/*对shareType为80的 表示对自己的文档的控制权限*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=80 and userid=resourceid_1)
loop
docid_1 := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
/*对shareType为81的 表示对自己的直接下级的文档*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=81 and userid in ( select id from hrmresource where managerid =resourceid_1))
loop
docid_1 := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
/*对shareType为82的 表示对自己的下属*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=82 and userid in ( select id from hrmresource where concat(',',managerstr) like concat(concat('%,',chr(resourceid_1)),',%')))
loop
docid_1 := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
/*对shareType为83的 表示对自己的间接上级*/
select concat(managerstr,'0') into managerIds from hrmresource where id =resourceid_1;
sepindex := INSTR(managerIds,',');
while sepindex != 0
loop
managerId := to_number(SUBSTR(managerIds,1,(sepindex-1)));
managerIds := SUBSTR(managerIds,(sepindex+1),(Length(managerIds)-sepindex));
sepindex := INSTR(managerIds,',');
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=83 and userid =managerId and
seclevel<=seclevel_1)
loop
docid_1 := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
end loop;
/*对shareType为84的 创建人同分部*/
for docid_cursor in(
select distinct d1.docid,d1.sharelevel from docshare d1,hrmresource h1 where d1.userid=h1.id and
d1.sharetype=84 and d1.seclevel<=seclevel_1 and d1.subcompanyid = subcompanyid_1)
loop
docid_1 :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
/*对shareType为85的 创建人同部门*/
for docid_cursor in(
select distinct d1.docid,d1.sharelevel from docshare d1,hrmresource h1 where d1.userid=h1.id and
d1.sharetype=85 and d1.seclevel<=seclevel_1 and d1.departmentid = departmentid_1)
loop
docid_1 :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
/*对shareType为-81的 创建人的直接客户*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=-81 and userid in (select id from
CRM_CustomerInfo where manager=resourceid_1))
loop
docid_1 :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
/*对shareType为-82的 创建人的下级的客户*/
for downOwner_cursor in(
select id from hrmresource where managerid=resourceid_1)
loop
tempDownOwnerId := downOwner_cursor.id;
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=-82 and userid in (select id from
CRM_CustomerInfo where manager=resourceid_1))
loop
docid_1 :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue values(docid_1, sharelevel_1);
end loop;
end loop;
/* 由文档的共享获得的权利 , 将共享分成两个部分, 角色共享一个部分.其它一个部分,否则查询太慢*/
for sharedocid_cursor in(
select distinct docid , sharelevel from DocShare where (foralluser=1 and seclevel<= seclevel_1 )
or ( userid= resourceid_1 ) or (departmentid= departmentid_1 and seclevel<= seclevel_1 )
and sharetype not in (80,81,82,83,84,85,-80,-81,-82) )
loop
docid_1 := sharedocid_cursor.docid;
sharelevel_1 := sharedocid_cursor.sharelevel;
select count(docid) into countrec from temptablevalue where docid = docid_1;
if countrec = 0
then
insert into temptablevalue values(docid_1, sharelevel_1);
elsif sharelevel_1 = 2
then
update temptablevalue set sharelevel = 2 where docid=docid_1; /* 共享是可以编辑, 则都修改原有记录 */
end if;
end loop;
for sharedocid_cursor in(
select distinct t2.docid , t2.sharelevel from DocDetail t1 , DocShare t2, HrmRoleMembers t3 , hrmdepartment t4 where t1.id=t2.docid and t3.resourceid= resourceid_1 and t3.roleid=t2.roleid and t3.rolelevel>=t2.rolelevel and t2.seclevel<= seclevel_1 and ( (t2.rolelevel=0 and t1.docdepartmentid= departmentid_1 ) or (t2.rolelevel=1 and t1.docdepartmentid=t4.id and t4.subcompanyid1= subcompanyid_1 ) or (t3.rolelevel=2) ) and t2.sharetype not in (80,81,82,83,84,85,-80,-81,-82))
loop
docid_1 := sharedocid_cursor.docid;
sharelevel_1 := sharedocid_cursor.sharelevel;
select count(docid) into countrec from temptablevalue where docid = docid_1;
if countrec = 0
then
insert into temptablevalue values(docid_1, sharelevel_1);
elsif sharelevel_1 = 2
then
update temptablevalue set sharelevel = 2 where docid=docid_1; /* 共享是可以编辑, 则都修改原有记录 */
end if;
end loop;
/* 将临时表中的数据写入共享表 */
for alldocid_cursor in(
select docid ,max(sharelevel) as sharelevel from temptablevalue group by docid)
loop
docid_1 :=alldocid_cursor.docid;
sharelevel_1:= alldocid_cursor.sharelevel;
insert into docsharedetail values(docid_1, resourceid_1,1,sharelevel_1);
end loop;
end;
/
/* 定义临时表变量 */
CREATE GLOBAL TEMPORARY table temptablevalue_2
(docid integer,
sharelevel integer,
usertype integer)
ON COMMIT DELETE ROWS
/
/*对一具体人的一篇文档进行操作*/
CREATE or REPLACE PROCEDURE Doc_setDocShareByHrmAndDoc
(
resourceid_1 integer,
docid_1 integer,
usertype_1 integer,
seclevel_1 integer,
departmentid_1 integer,
subcompanyid_1 integer,
flag out integer,
msg out varchar2,
thecursor IN OUT cursor_define.weavercursor)
as
docid_temp integer;
sharelevel_1 integer;
countrec integer;
managerIds varchar2(50);
sepindex integer;
managerId integer;
tempDownOwnerId integer;
crmtype integer;
begin
/* 删除原有的该人此文档共享信息 */
delete from DocShareDetail where userid = resourceid_1 and usertype = usertype_1 and docid=docid_1;
/*对不是自己创建但文档的所有者是自己的文档具有完全控制权限*/
for docid_cursor in(
select id from docdetail where doccreaterid!= ownerid and ownerid=resourceid_1 and id=docid_1 and
usertype=usertype_1)
loop
docid_temp := docid_cursor.id;
insert into temptablevalue_2 values(docid_temp, 3,usertype_1);
end loop;
if usertype_1=1 /*内部用户*/
then/*现在对文档的权限处理进行了修改自已并不会默认对自己的文档具有完全控制权限,也不会默认对自已的下级具有查看权限*/
/*对shareType为80的 表示对自己的文档的控制权限*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=80 and userid=resourceid_1 and
docid=docid_1)
loop
docid_temp := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
/*对shareType为81的 表示对自己的直接下级的文档*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=81 and userid in ( select id from
hrmresource where managerid =resourceid_1) and docid=docid_1)
loop
docid_temp := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
/*对shareType为82的 表示对自己的下属*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=82 and userid in ( select id from
hrmresource where concat(',',managerstr) like concat(concat('%,',chr(resourceid_1)),',%')) and
docid=docid_1)
loop
docid_temp := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
/*对shareType为83的 表示对自己的间接上级*/
select concat(managerstr,'0') into managerIds from hrmresource where id =resourceid_1;
sepindex := INSTR(managerIds,',') ;
while sepindex != 0
loop
managerId := to_number(SUBSTR(managerIds,1,sepindex-1));
managerIds := SUBSTR(managerIds,sepindex+1,Length(managerIds)-sepindex);
sepindex := INSTR(managerIds,',');
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=83 and userid =managerId and
seclevel<=seclevel_1 and docid=docid_1)
loop
docid_temp :=docid_cursor.docid;
sharelevel_1 :=docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
end loop;
/*对shareType为84的 创建人同分部*/
for docid_cursor in(
select distinct d1.docid,d1.sharelevel from docshare d1,hrmresource h1 where d1.userid=h1.id and
d1.sharetype=84 and d1.seclevel<=seclevel_1 and d1.subcompanyid = subcompanyid_1 and d1.docid=docid_1)
loop
docid_temp :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
/*对shareType为85的 创建人同部门*/
for docid_cursor in(
select distinct d1.docid,d1.sharelevel from docshare d1,hrmresource h1 where d1.userid=h1.id and
d1.sharetype=85 and d1.seclevel<=seclevel_1 and d1.departmentid = departmentid_1 and d1.docid=docid_1)
loop
docid_temp :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
/*对shareType为-81的 创建人的直接客户*/
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=-81 and userid in (select id from
CRM_CustomerInfo where manager=resourceid_1) and docid=docid_1)
loop
docid_temp :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
/*对shareType为-82的 创建人的下级的客户*/
for downOwner_cursor in(
select id from hrmresource where managerid=resourceid_1)
loop
tempDownOwnerId := downOwner_cursor.id;
for docid_cursor in(
select distinct docid,sharelevel from docshare where sharetype=-82 and userid in (select id
from CRM_CustomerInfo where manager=resourceid_1))
loop
docid_temp :=docid_cursor.docid;
sharelevel_1:=docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
end loop;
end loop;
/* 由文档的共享获得的权利 , 将共享分成两个部分, 角色共享一个部分.其它一个部分,否则查询太慢*/
for sharedocid_cursor in(
select distinct docid , sharelevel from DocShare where (foralluser=1 and seclevel<= seclevel_1 )
or ( userid= resourceid_1 ) or (departmentid= departmentid_1 and seclevel<= seclevel_1 )
and sharetype not in (80,81,82,83,84,85,-80,-81,-82) and docid=docid_1 )
loop
docid_temp := sharedocid_cursor.docid;
sharelevel_1 := sharedocid_cursor.sharelevel;
select count(docid) into countrec from temptablevalue_2 where docid = docid_temp;
if countrec = 0
then
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
elsif sharelevel_1 = 2
then
update temptablevalue_2 set sharelevel = 2 where docid=docid_temp ;/* 共享是可以编辑, 则都修改原有记录 */
end if;
end loop;
for sharedocid_cursor in(
select distinct t2.docid , t2.sharelevel from DocDetail t1 , DocShare t2, HrmRoleMembers t3 ,
hrmdepartment t4
where t1.id=t2.docid and t3.resourceid= resourceid_1 and t3.roleid=t2.roleid and t3.rolelevel>=t2.rolelevel
and t2.seclevel<= seclevel_1 and ( (t2.rolelevel=0 and t1.docdepartmentid= departmentid_1 )
or (t2.rolelevel=1 and t1.docdepartmentid=t4.id and t4.subcompanyid1= subcompanyid_1 ) or (t3.rolelevel=2) ) and t2.sharetype not in (80,81,82,83,84,85,-80,-81,-82) and t2.docid=docid_1)
loop
docid_temp :=sharedocid_cursor.docid;
sharelevel_1:=sharedocid_cursor.sharelevel;
select count(docid) into countrec from temptablevalue_2 where docid = docid_temp;
if countrec = 0
then
insert into temptablevalue_2 values(docid_temp, sharelevel_1,usertype_1);
elsif sharelevel_1 = 2
then
update temptablevalue_2 set sharelevel = 2 where docid=docid_temp; /* 共享是可以编辑, 则都修改原有记录*/
end if;
end loop;
else /*外部用户*/
/*对shareType为-80的 创建人的直接客户*/
for docid_cursor in
(select distinct docid,sharelevel from docshare where sharetype=-80 and userid= resourceid_1 and
docid=docid_1)
loop
docid_temp := docid_cursor.docid;
sharelevel_1 := docid_cursor.sharelevel;
insert into temptablevalue_2 values(docid_temp, sharelevel_1,9);
end loop;
/*看是否有此外部用户所属的行业*/
select type into crmtype from CRM_CustomerInfo where id=resourceid_1;
select count(id) into countrec from docshare where sharetype=(-1)*crmtype and seclevel<=seclevel_1 and
docid=docid_1;
if countrec=1
then
insert into temptablevalue_2 values(docid_temp, sharelevel_1,9);
end if;
end if;
/* 将临时表中的数据写入共享表 */
for alldocid_cursor in(
select docid ,max(sharelevel) as sharelevel from temptablevalue_2 group by docid)
loop
docid_temp :=alldocid_cursor.docid;
sharelevel_1 := alldocid_cursor.sharelevel;
if usertype_1=1
then
insert into docsharedetail (docid,userid,usertype,sharelevel) values(docid_temp,resourceid_1,1,sharelevel_1);
else
insert into docsharedetail (docid,userid,usertype,sharelevel) values(docid_temp,
resourceid_1,9,sharelevel_1);
end if;
end loop;
end;
/
CREATE or replace PROCEDURE DocShare_FromDocSecCategoryI
(
docid_1 integer,
sharetype_2 integer,
seclevel_3 smallint,
rolelevel_4 smallint,
sharelevel_5 smallint,
userid_6 integer,
subcompanyid_7 integer,
departmentid_8 integer,
roleid_9 integer,
foralluser_10 smallint,
crmid_11 integer,
sharesource_12 integer,
flag out integer,
msg out varchar2,
thecursor IN OUT cursor_define.weavercursor
)
as
count_1 integer;
begin
select count(*) into count_1 from DocShare where docid=docid_1 and sharetype=sharetype_2 and seclevel=seclevel_3 and rolelevel=rolelevel_4 and sharelevel<=sharelevel_5 and userid=userid_6 and subcompanyid=subcompanyid_7 and departmentid=departmentid_8 and roleid=roleid_9 and foralluser=foralluser_10
and crmid=crmid_11 and sharesource=sharesource_12;
if count_1=0
then
insert into DocShare(docid,sharetype,seclevel,rolelevel,sharelevel,userid,subcompanyid,departmentid,roleid,foralluser,crmid,sharesource) values(docid_1,sharetype_2,seclevel_3,rolelevel_4,sharelevel_5,userid_6,subcompanyid_7,departmentid_8,roleid_9,foralluser_10,crmid_11,sharesource_12);
else
update DocShare
set docid=docid_1 , sharetype=sharetype_2 , seclevel=seclevel_3 , rolelevel=rolelevel_4 ,
sharelevel=sharelevel_5 , userid=userid_6 , subcompanyid=subcompanyid_7 , departmentid=departmentid_8
, roleid=roleid_9 , foralluser=foralluser_10 , crmid=crmid_11 , sharesource=sharesource_12
where docid=docid_1 and sharetype=sharetype_2 and seclevel=seclevel_3 and rolelevel=rolelevel_4 and
sharelevel<sharelevel_5 and userid=userid_6 and subcompanyid=subcompanyid_7 and departmentid=departmentid_8
and roleid=roleid_9 and foralluser=foralluser_10 and crmid=crmid_11 and sharesource=sharesource_12;
end if;
end;
/
CREATE or REPLACE PROCEDURE DocShare_IFromDocSecCategory
(
docid_1 integer,
sharetype_2 integer,
seclevel_3 smallint,
rolelevel_4 smallint,
sharelevel_5 smallint,
userid_6 integer,
subcompanyid_7 integer,
departmentid_8 integer,
roleid_9 integer,
foralluser_10 smallint,
crmid_11 integer,
flag out integer,
msg out varchar2,
thecursor IN OUT cursor_define.weavercursor)
as
begin
insert into DocShare(docid,sharetype,seclevel,rolelevel,sharelevel,userid,
subcompanyid,departmentid,roleid,foralluser,crmid)
values( docid_1, sharetype_2, seclevel_3, rolelevel_4, sharelevel_5,
userid_6, subcompanyid_7, departmentid_8, roleid_9, foralluser_10, crmid_11);
open thecursor for
select max(id) from DocShare;
end;
/
/* 定义临时表变量 */
CREATE GLOBAL TEMPORARY table temptablevalue_3
(
userid integer,
usertype integer,
sharelevel integer)
ON COMMIT DELETE ROWS
/
CREATE or replace PROCEDURE DocShareDetail_SetByDoc
(
docid_1 integer,
createrid_2 integer ,
owenerid_3 integer ,
usertype_4 integer ,
replydocid_5 integer ,
departmentid_6 integer ,
subcompanyid_7 integer ,
managerid_8 integer ,
considermanager_9 integer ,
flag out integer,
msg out varchar2,
thecursor IN OUT cursor_define.weavercursor
)
AS
recordercount integer ;
allmanagerid varchar2(255);
tempuserid integer;
tempsharelevel integer ;
tempsharelevelold integer ;
tempsharetype integer ;
sepindex integer;
crmManagerId integer;
crmManagerUpIds varchar2(100);
hrmManager integer;
hrmJmangers varchar2(50);
hrmallmanagerid varchar2(255);
tempseclevel integer;
hrmallmanagerid_re varchar2(255);
temppos integer;
tempHrmManager integer;
tempDownUserId integer;
subCompId integer;
sameSubUserId integer;
departmentId integer;
sameDepartUserId integer;
recordcounts integer;
recordcounts1 integer;
recordcounts2 integer;
recordcounts3 integer;
recordcounts4 integer;
recordcounts5 integer;
/*
对于内部用户:
去除了以前对于文档创建者和所有者默认为编辑权限的做法.并且去除了其全部上级默认具有查看权限的控制
1.文档的创建者具有的权限根据 DocShare 表中共享类型为:80的 sharelevel(共享级别来确定)
2.如果创建者和文档所有者是同一个人的话,只需设置创建者的权限,不需设置所有者的权限
3.如果创建者和文档所有者不是同一个人的话,文档创建者按相关的权限处理,文档的所有者默认的权限应为:完全控制权限
4.当碰到两个地方对同一文档的同一个人赋权的时候,采取按大权限的原则
5.对于回复文档,应当是其默认权限继承被回复文档的权限,但可以对其权限进行进一步的修改
在以前的设置中文档的创建者和所有者具有编辑的权限
以前的回复文档,不是这样,现在新的回复文档将会这样
80:创建人本人 81:创建人直接上级 82:创建人间接上级 83:创建人下属 84:创建人同分部成员 85:创建人同部门成员
-80:外部用户创建人本人 -81:外部用户创建人经理 -82:外部用户创建人经理的上级
*/
begin
if (usertype_4 <>1) /*对于外部用户的操作 -80 ~ -82*/
then
for shareuserid_cursor in(
select sharetype,sharelevel,userid from docshare where docid=docid_1 and sharetype between -82 and -80)
loop
tempsharetype := shareuserid_cursor.sharetype;
tempsharelevel := shareuserid_cursor.sharelevel;
tempuserid := shareuserid_cursor.userid;
if (tempsharetype=-80) /*外部用户创建人本人*/
then
if (tempsharelevel!=0)
then
insert into temptablevalue_3 values (tempuserid,2, tempsharelevel);
if createrid_2!=owenerid_3 /*如果文档所有者和文档创建者不是一个人,则文档所有者默认为完全控制权限*/
then
insert into temptablevalue_3 values (owenerid_3,2, tempsharelevel);
end if;
end if;
elsif (tempsharetype=-81) /*外部用户创建人经理*/
then
select manager into crmManagerId from CRM_CustomerInfo where id=tempuserid;
if (tempsharelevel!=0)
then
insert into temptablevalue_3(userid,usertype,sharelevel) values(crmManagerId,1,tempsharelevel);
end if;
elsif (tempsharetype=-82) /*外部用户创建人经理的所有上级*/
then
select manager into crmManagerId from CRM_CustomerInfo where id=tempuserid;
select concat(managerstr,'0') into crmManagerUpIds from hrmresource where id =crmManagerId;
sepindex := INSTR(crmManagerUpIds,',');
while sepindex != 0
loop
tempuserid := to_number( SUBSTR(crmManagerUpIds,1,(sepindex-1)));
crmManagerUpIds := SUBSTR(crmManagerUpIds,(sepindex+1),(length(crmManagerUpIds)-sepindex));
sepindex := INSTR(crmManagerUpIds,',');
if tempsharelevel != 0
then
insert into temptablevalue_3(userid,usertype,sharelevel) values(tempuserid,1,tempsharelevel);
end if;
end loop;
end if;
end loop;
else /*对于内部用户的操作 +80 ~ +85*/
for shareuserid_cursor in(
select sharetype,sharelevel,userid,seclevel from docshare where docid=docid_1 and sharetype between
80 and 85)
loop
tempsharetype := shareuserid_cursor.sharetype;
tempsharelevel := shareuserid_cursor.sharelevel;
tempuserid := shareuserid_cursor.userid;
tempseclevel :=shareuserid_cursor.seclevel;
if (tempsharetype=80) /*内部用户创建人本人*/
then
if (tempsharelevel!=0)
then
tempsharelevelold := 0;
select count(sharelevel) into recordcounts from temptablevalue_3 where userid=tempuserid
and usertype=1;
if recordcounts> 0then
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=tempuserid
and usertype=1;
end if;
recordcounts:=0;
if (tempsharelevelold=0)
then/*插入数据*/
insert into temptablevalue_3(userid,usertype,sharelevel)
values(tempuserid,1,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold)
then/*更新数据*/
update temptablevalue_3 set sharelevel=tempsharelevel where userid=tempuserid and
usertype=1;
end if;
if createrid_2!=owenerid_3 /*如果文档所有者和文档创建者不是一个人,则文档所有者默认为完全控制权限*/
then
tempsharelevelold :=0;
select sharelevel into tempsharelevelold from temptablevalue_3 where
userid=owenerid_3 and usertype=1;
if (tempsharelevelold=0)
then/*插入数据*/
insert into temptablevalue_3(userid,usertype,sharelevel)values(owenerid_3,1,tempsharelevel);
elsif(tempsharelevel>tempsharelevelold)
then/*更新数据*/
update temptablevalue_3 set sharelevel=tempsharelevel where userid=owenerid_3
and usertype=1;
end if;
end if;
end if;
elsif (tempsharetype=81) /*内部用户创建人直接上级*/
then
if (tempsharelevel!=0)
then
select managerid into hrmManager from hrmresource where id=tempuserid;
if hrmManager >=0
then
tempsharelevelold := 0;
select count(sharelevel) into recordcounts1 from temptablevalue_3 where userid=hrmManager
and usertype=1;
if recordcounts1> 0then
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=hrmManager
and usertype=1;
end if;
if (tempsharelevelold=0)
then/*插入数据*/
insert into temptablevalue_3(userid,usertype,sharelevel)
values(hrmManager,1,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold)
then/*更新数据*/
update temptablevalue_3 set sharelevel=tempsharelevel where userid=hrmManager;
end if;
end if;
end if;
elsif (tempsharetype=82) /*内部用户创建人本人间接上级*/
then
if (tempsharelevel!=0)
then
select managerstr into hrmallmanagerid from hrmresource where id=tempuserid;
hrmallmanagerid_re := to_char(hrmallmanagerid) ;
temppos := INSTR(hrmallmanagerid_re, ',') ;
temppos := INSTR(hrmallmanagerid_re,',',temppos+1);
if temppos <>0
then
hrmallmanagerid_re := SUBSTR(hrmallmanagerid_re,temppos,length(hrmallmanagerid_re));
end if; /*hrmJmangers为间拉上级*/
hrmJmangers := to_char(hrmallmanagerid_re);
sepindex := INSTR(hrmJmangers,',') ;
while (sepindex != 0)
loop
tempHrmManager := to_number( SUBSTR (hrmJmangers,1,(sepindex-1)));
hrmJmangers := SUBSTR(hrmJmangers,(sepindex+1),(length(hrmJmangers)-sepindex));
sepindex := INSTR(hrmJmangers,',') ;
tempsharelevelold := 0;
select sharelevel into tempsharelevelold from temptablevalue_3 where
userid=tempHrmManager and usertype=1;
if (tempsharelevelold=0)
then/*插入数据*/
insert into temptablevalue_3(userid,usertype,sharelevel)values(tempHrmManager,1,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold)
then /*更新数据*/
update temptablevalue_3 set sharelevel=tempsharelevel where userid=tempHrmManager and
usertype=1 ;
end if;
end loop;
end if;
elsif (tempsharetype=83) /*内部用户创建人下属*/
then
if (tempsharelevel!=0)
then
for temp_cursor in(
select id from hrmresource where concat(',',managerstr) like
concat(concat('%,',to_char(tempuserid)),',%') and seclevel>=tempseclevel and loginid is not
null and loginid !='')
loop
tempDownUserId := temp_cursor.id;
tempsharelevelold := 0;
select sharelevel into tempsharelevelold from temptablevalue_3 where
userid=tempDownUserId and usertype=1 ;
if (tempsharelevelold=0)
then /*插入数据*/
insert into temptablevalue_3(userid,usertype,sharelevel) values(tempDownUserId,1,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold)
then/*更新数据*/
update temptablevalue_3 set sharelevel=tempsharelevel where userid=tempDownUserId
and usertype=1;
end if;
end loop;
end if;
elsif (tempsharetype=84) /*内部用户创建人同分部*/
then
if (tempsharelevel!=0)
then
select subcompanyid1 into subCompId from hrmresource where id=tempuserid;
for temp_cursor in(
select id from hrmresource where subcompanyid1=subCompId and seclevel>=tempseclevel and
loginid is not null)
loop
sameSubUserId := temp_cursor.id;
tempsharelevelold := 0;
select count(sharelevel) into recordcounts3 from temptablevalue_3 where userid=sameSubUserId
and usertype=1;
if recordcounts3> 0then
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=sameSubUserId
and usertype=1;
end if;
if (tempsharelevelold=0)
then/*插入数据*/
insert into temptablevalue_3(userid,usertype,sharelevel)
values(sameSubUserId,1,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold)
then /*更新数据*/
update temptablevalue_3 set sharelevel=tempsharelevel where userid=sameSubUserId and
usertype=1 ;
end if;
end loop;
end if;
elsif (tempsharetype=85) /*内部用户创建人同部门*/
then
if (tempsharelevel!=0)
then
select departmentid into departmentId from hrmresource where id=tempuserid;
for temp_cursor in(
select id from hrmresource where departmentid=departmentId and
seclevel>=tempseclevel and loginid is not null )
loop
sameDepartUserId := temp_cursor.id;
tempsharelevelold := 0;
select count(sharelevel) into recordcounts2 from temptablevalue_3 where userid=sameDepartUserId
and usertype=1;
if recordcounts2> 0then
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=sameDepartUserId
and usertype=1;
end if;
if (tempsharelevelold=0) /*插入数据*/
then
insert into temptablevalue_3(userid,usertype,sharelevel)
values(sameDepartUserId,1,tempsharelevel) ;
elsif (tempsharelevel>tempsharelevelold) /*更新数据*/
then
update temptablevalue_3 set sharelevel=tempsharelevel where userid=sameDepartUserId
and usertype=1 ;
end if;
end loop;
end if;
end if;
end loop;
end if;
/* 文档共享信息 (内部用户) 不涉及角色部分 */
for shareuserid_cursor in(
select distinct t1.id , t2.sharelevel from HrmResource t1 , DocShare t2
where t1.loginid is not null and t2.docid = docid_1 and ( (t2.foralluser=1 and
t2.seclevel<=t1.seclevel) or ( t2.userid= t1.id ) or (t2.departmentid=t1.departmentid and
t2.seclevel<=t1.seclevel)) and t2.sharetype not in(-80,-81,-82,80,81,82,83,84,85) and t1.loginid is not null )
loop
tempuserid := shareuserid_cursor.id;
tempsharelevel := shareuserid_cursor.sharelevel;
tempsharelevelold := 0;
select count(sharelevel) into recordcounts4 from temptablevalue_3 where userid=tempuserid
and usertype=1;
if recordcounts4> 0then
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=tempuserid
and usertype=1;
end if;
if (tempsharelevelold=0) /*插入数据*/
then
insert into temptablevalue_3(userid,usertype,sharelevel) values(tempuserid,1,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold) /*更新数据*/
then
update temptablevalue_3 set sharelevel = tempsharelevel where userid=tempuserid and usertype = 1 ;
end if;
end loop;
/* 文档共享信息 (内部用户) 涉及角色部分 */
for shareuserid_cursor in(
select distinct t1.id , t2.sharelevel from HrmResource t1 , DocShare t2,
HrmRoleMembers t3 where t1.loginid is not null and t2.docid = docid_1 and (
t3.resourceid=t1.id and t3.roleid=t2.roleid and t3.rolelevel>=t2.rolelevel and ( (t3.rolelevel=2) or
(t3.rolelevel=0 and t1.departmentid=departmentid_6) or (t3.rolelevel=1 and t1.subcompanyid1=subcompanyid_7) ) )
and t2.sharetype not in(-80,-81,-82,80,81,82,83,84,85) and t1.loginid is not null)
loop
tempuserid := shareuserid_cursor.id;
tempsharelevel := shareuserid_cursor.sharelevel;
tempsharelevelold := 0;
select count(sharelevel) into recordcounts5 from temptablevalue_3 where userid=tempuserid
and usertype=1;
if recordcounts5> 0then
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=tempuserid
and usertype=1;
end if;
if (tempsharelevelold=0) /*插入数据*/
then
insert into temptablevalue_3(userid,usertype,sharelevel) values(tempuserid,1,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold) /*更新数据*/
then
update temptablevalue_3 set sharelevel = tempsharelevel where userid=tempuserid and usertype = 1;
end if;
end loop;
/* 文档共享信息 外部用户 ( 类型 ) */
for shareuserid_cursor in(
select distinct sharetype , seclevel, sharelevel from DocShare where
sharetype < 0 and docid = docid_1 and sharetype not in(-80,-81,-82,80,81,82,83,84,85))
loop
tempsharetype := shareuserid_cursor.sharetype;
tempuserid := shareuserid_cursor.seclevel;
tempsharelevel := shareuserid_cursor.sharelevel;
tempsharelevelold := 0;
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=tempuserid and usertype =
tempsharetype ;
if (tempsharelevelold=0) /*插入数据*/
then
insert into temptablevalue_3(userid,usertype,sharelevel) values(tempuserid,tempsharetype,tempsharelevel);
elsif(tempsharelevel>tempsharelevelold) /*更新数据*/
then
update temptablevalue_3 set sharelevel = tempsharelevel where userid=tempuserid and usertype = tempuserid ;
end if;
end loop;
/* 文档共享信息 外部用户 ( 用户id ) */
for shareuserid_cursor in(
select distinct crmid , sharelevel from DocShare where crmid <> 0 and
sharetype = '9' and docid = docid_1 and sharetype not in(-80,-81,-82,80,81,82,83,84,85))
loop
tempuserid := shareuserid_cursor.crmid;
tempsharelevel := shareuserid_cursor.sharelevel;
tempsharelevelold := 0;
select sharelevel into tempsharelevelold from temptablevalue_3 where userid=tempuserid and usertype = 9; if (tempsharelevelold=0) /*插入数据*/
then
insert into temptablevalue_3(userid,usertype,sharelevel) values(tempuserid,9,tempsharelevel);
elsif (tempsharelevel>tempsharelevelold) /*更新数据*/
then
update temptablevalue_3 set sharelevel = tempsharelevel where userid=tempuserid and usertype = 9;
end if;
end loop;
/* 将临时表中的数据写入共享表 */
delete docsharedetail where docid = docid_1;
insert into docsharedetail (docid,userid,usertype,sharelevel) select docid_1 , userid,usertype,sharelevel from
temptablevalue_3;
end;
/ |
SELECT channel_user.name, subscriber_user.name FROM user_subscriptions
INNER JOIN usr channel_user ON user_subscriptions.channel_id = channel_user.id
INNER JOIN usr subscriber_user ON user_subscriptions.subscriber_id = subscriber_user.id;
|
USE ndli;
CREATE TABLE addresses (
id INT NOT NULL AUTO_INCREMENT,
address VARCHAR(255) NOT NULL,
postcode VARCHAR(12) NOT NULL,
city VARCHAR(30) NOT NULL,
country VARCHAR(30) NOT NULL,
PRIMARY KEY(id)
);
CREATE TABLE users (
id INT NOT NULL AUTO_INCREMENT,
email VARCHAR(255) NOT NULL,
password VARCHAR(255) NOT NULL,
firstname VARCHAR(30) NOT NULL,
lastname VARCHAR(30) NOT NULL,
pseudo VARCHAR(30) NOT NULL,
profil_image VARCHAR(50) NOT NULL,
address_id INT NOT NULL,
phone_number VARCHAR(12) NOT NULL,
PRIMARY KEY(id),
FOREIGN KEY(address_id) REFERENCES addresses(id)
);
CREATE TABLE cars (
id INT NOT NULL AUTO_INCREMENT,
user_id INT NOT NULL,
capacity INT NOT NULL,
brand VARCHAR(20) NOT NULL,
available INT(1) NOT NULL,
PRIMARY KEY(id),
FOREIGN KEY(user_id) REFERENCES users(id)
);
CREATE TABLE reviews (
id INT NOT NULL AUTO_INCREMENT,
user_id INT NOT NULL,
review TEXT NOT NULL,
score TINYINT NOT NULL,
PRIMARY KEY(id),
FOREIGN KEY(user_id) REFERENCES users(id)
);
USE ndli;
CREATE TABLE tips(
id INT NOT NULL AUTO_INCREMENT,
user_id INT NOT NULL,
amount INT NOT NULL,
PRIMARY KEY(id),
FOREIGN KEY(user_id) REFERENCES users(id)
);
CREATE TABLE rides(
id INT NOT NULL AUTO_INCREMENT,
address_from_id INT NOT NULL,
address_to_id INT NOT NULL,
PRIMARY KEY(id),
FOREIGN KEY(address_from_id) REFERENCES addresses(id),
FOREIGN KEY(address_to_id) REFERENCES addresses(id)
);
|
INSERT INTO `#__bsms_update` (id, version) VALUES (11, '7.0.3')
ON DUPLICATE KEY UPDATE version= '7.0.3';
|
DROP TABLE IF EXISTS feedback;
CREATE TABLE feedback (
id BIGINT NOT NULL PRIMARY KEY,
creator_id BIGINT,
text TEXT,
created_dt TIMESTAMP WITH TIME ZONE,
updated_dt TIMESTAMP WITH TIME ZONE
);
DROP SEQUENCE IF EXISTS feedback_id_seq;
CREATE SEQUENCE feedback_id_seq
INCREMENT 1
MINVALUE 1
MAXVALUE 9223372036854775807
START 1
CACHE 1; |
CREATE TABLE [meeting] (
[id] INTEGER PRIMARY KEY,
[user_id] INTEGER,
[mtime] TEXT,
[address] TEXT,
[join_users] TEXT,
[title] TEXT,
[content] TEXT,
[send_user] TEXT,
[require] TEXT,
[receive_time] LONG,
[meeting_type] TEXT,
[read_flag] INTEGER
);
CREATE TABLE [warning] (
[id] INTEGER PRIMARY KEY,
[user_id] INTEGER,
[title] TEXT,
[content] TEXT,
[send_user] TEXT,
[receive_time] LONG,
[solve_users] TEXT,
[explain] TEXT,
[mtime] TEXT,
[lb] TEXT,
[read_flag] INTEGER
); |
SELECT dropIfExists('VIEW', 'usr');
CREATE OR REPLACE VIEW usr AS
SELECT usesysid::integer AS usr_id,
usename::text AS usr_username,
COALESCE((SELECT usrpref_value FROM usrpref WHERE usrpref_username=usename AND usrpref_name='propername'), '') AS usr_propername,
null::text AS usr_passwd,
COALESCE((SELECT CAST(usrpref_value AS INTEGER) FROM usrpref WHERE usrpref_username=usename AND usrpref_name='locale_id'),
COALESCE((SELECT locale_id FROM locale WHERE lower(locale_code) = 'default' LIMIT 1), (SELECT locale_id FROM locale ORDER BY locale_id LIMIT 1))) AS usr_locale_id,
COALESCE((SELECT usrpref_value FROM usrpref WHERE usrpref_username=usename AND usrpref_name='initials'), '') AS usr_initials,
COALESCE((SELECT CASE WHEN usrpref_value='t' THEN true ELSE false END FROM usrpref WHERE usrpref_username=usename AND usrpref_name='agent'), false) AS usr_agent,
COALESCE((SELECT CASE WHEN usrpref_value='t' THEN true ELSE false END FROM usrpref WHERE usrpref_username=usename AND usrpref_name='active'), userCanLogin(usename)) AS usr_active,
COALESCE((SELECT usrpref_value FROM usrpref WHERE usrpref_username=usename AND usrpref_name='email'), '') AS usr_email,
COALESCE((SELECT usrpref_value FROM usrpref WHERE usrpref_username=usename AND usrpref_name='window'), '') AS usr_window
FROM pg_user;
REVOKE ALL ON TABLE usr FROM PUBLIC;
GRANT ALL ON TABLE usr TO GROUP xtrole;
|
DROP VIEW IF EXISTS store_holiday_sale;
CREATE VIEW store_holiday_sale AS
SELECT s.Store, SUM(a.WeeklySales) as sale
FROM Stores as s
JOIN Salesnew as a ON s.Store = a.Store
JOIN Holidays as h ON a.WeekDate = h.WeekDate
WHERE h.IsHoliday = 'TRUE'
GROUP BY s.Store;
SELECT *
FROM (SELECT *
FROM store_holiday_sale
ORDER BY sale DESC
LIMIT 1)
UNION ALL
SELECT *
FROM (SELECT *
FROM store_holiday_sale
ORDER BY sale ASC
LIMIT 1)
;
DROP VIEW IF EXISTS store_holiday_sale;
|
select * from job_seeker where email = $1
|
-- -----------------------------------------------------
-- Schema mokbnb
-- -----------------------------------------------------
DROP SCHEMA IF EXISTS `mokbnb` ;
-- -----------------------------------------------------
-- Schema mokbnb
-- -----------------------------------------------------
CREATE SCHEMA IF NOT EXISTS `mokbnb` DEFAULT CHARACTER SET utf8 ;
SHOW WARNINGS;
USE `mokbnb` ;
-- -----------------------------------------------------
-- Table `Address`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Address` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Address` (
`addr_id` INT NOT NULL AUTO_INCREMENT,
`street` VARCHAR(45) NULL,
`city` VARCHAR(45) NULL,
`state` VARCHAR(45) NULL,
`zip` VARCHAR(10) NULL,
`country` VARCHAR(45) NULL,
`latitude` DOUBLE NULL,
`longitude` DOUBLE NULL,
PRIMARY KEY (`addr_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `addr_id_UNIQUE` ON `Address` (`addr_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Users`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Users` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Users` (
`user_id` INT NOT NULL AUTO_INCREMENT,
`email` VARCHAR(45) NOT NULL,
`password` VARCHAR(45) NOT NULL,
`first_name` VARCHAR(45) NOT NULL,
`last_name` VARCHAR(45) NOT NULL,
`name` VARCHAR(45) GENERATED ALWAYS AS (concat(first_name, ' ', last_name)) VIRTUAL,
`addr_id` INT NULL,
`gender` VARCHAR(45) NULL,
`birth_date` VARCHAR(45) NOT NULL,
`profile_pic` VARCHAR(4096) NULL,
`bio` VARCHAR(45) NULL,
`join_date` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
`disabled` BIT NOT NULL DEFAULT 0,
PRIMARY KEY (`user_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `user_id_UNIQUE` ON `Users` (`user_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `UserSession`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `UserSession` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `UserSession` (
`user_id` INT NOT NULL,
`auth_type` VARCHAR(45) NOT NULL,
`session_auth_id` VARCHAR(200) NOT NULL,
PRIMARY KEY (`user_id`, `session_auth_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `session_auth_id_UNIQUE` ON `UserSession` (`session_auth_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Message`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Message` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Message` (
`message_id` INT NOT NULL AUTO_INCREMENT,
`sender_id` INT NOT NULL,
`receiver_id` INT NOT NULL,
`timestamp_sent` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
`title` VARCHAR(200) NOT NULL,
`body` TEXT NOT NULL,
`is_read` BIT NOT NULL DEFAULT 0,
`is_stared` BIT NOT NULL DEFAULT 0,
`is_archived` BIT NOT NULL DEFAULT 0,
PRIMARY KEY (`message_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `message_id_UNIQUE` ON `Message` (`message_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `HostPlaceListing`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `HostPlaceListing` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `HostPlaceListing` (
`place_id` INT NOT NULL,
`host_id` INT NOT NULL,
`bookingtype_id` INT NOT NULL,
`date_range_start` DATE NOT NULL,
`date_range_end` DATE NOT NULL,
`booked_dates` VARCHAR(200),
`active` VARCHAR(3) NOT NULL,
`rating` INT NOT NULL DEFAULT 0,
PRIMARY KEY (`place_id`, `host_id`))
ENGINE = InnoDB;
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Place`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Place` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Place` (
`place_id` INT NOT NULL AUTO_INCREMENT,
`host_id` INT NOT NULL,
`addr_id` INT NOT NULL,
`roomtype_id` INT NULL,
`name` VARCHAR(45) NULL,
`description` VARCHAR(45) NULL,
`response_time` INT(2) NULL,
`cost_per_night` NUMERIC(7,2) NULL,
`max_people` INT NULL,
`bedroomsize` INT NULL,
`bathroomsize` NUMERIC(2,1) NULL,
`numofbeds` INT NULL,
`pictures` VARCHAR(4096) NULL,
PRIMARY KEY (`place_id`))
ENGINE = InnoDB;
SHOW WARNINGS;
CREATE UNIQUE INDEX `place_id_UNIQUE` ON `Place` (`place_id` ASC);
CREATE UNIQUE INDEX `addr_id_UNIQUE` ON `Place` (`addr_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `BookingType`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `BookingType` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `BookingType` (
`bookingtype_id` INT NOT NULL AUTO_INCREMENT,
`bookingtype_name` enum('Instant Booking','Auction','User-Set Response Time Frame','Host-Set Response Time Frame') DEFAULT NULL,
PRIMARY KEY (`bookingtype_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `bookingtype_id_UNIQUE` ON `BookingType` (`bookingtype_id` ASC);
SHOW WARNINGS;
INSERT INTO `BookingType` (`bookingtype_id`, `bookingtype_name`) VALUES
(1, 'Instant Booking'),
(2, 'Auction'),
(3, 'User-Set Response Time Frame'),
(4, 'Host-Set Response Time Frame');
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `RoomType`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `RoomType` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `RoomType` (
`roomtype_id` INT NOT NULL AUTO_INCREMENT,
`roomtype_name` enum('Entire home','Private room','Shared room') DEFAULT NULL,
PRIMARY KEY (`roomtype_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `roomtype_id_UNIQUE` ON `RoomType` (`roomtype_id` ASC);
SHOW WARNINGS;
INSERT INTO `RoomType` (`roomtype_id`, `roomtype_name`) VALUES
(1, 'Entire home'),
(2, 'Private room'),
(3, 'Shared room');
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Amenity`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Amenity` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Amenity` (
`amenity_id` int(5) NOT NULL,
`amenity_name` enum(
'Wireless Internet',
'Pool','Kitchen',
'24-hour check-in',
'Air conditioning',
'Buzzer/wireless intercom',
'Cable TV',
'Carbon monoxide detector',
'Doorman','Doorman Entry',
'Dryer','Elevator in building',
'Essentials','Family/kid friendly',
'Fire extinguisher','First aid kit',
'Free parking on premises',
'Free parking on street',
'Gym','Hair dryer',
'Hangers','Heating',
'Hot tub','Indoor fireplace',
'Internet','Iron','Keypad',
'Laptop friendly workspace',
'Lock on bedroom door','Lockbox',
'Pets allowed','Safety card',
'Shampoo','Smartlock','Smoke detector',
'Smoking allowed',
'Suitable for events',
'TV','Washer',
'Wheelchair accessible') DEFAULT NULL,
PRIMARY KEY (`amenity_id`))
ENGINE=InnoDB;
CREATE UNIQUE INDEX `amenity_id_UNIQUE` ON `Amenity` (`amenity_id` ASC);
SHOW WARNINGS;
INSERT INTO `Amenity` (`amenity_id`,`amenity_name`) VALUES
(1, 'Wireless Internet'),
(2, 'Pool'),(3, 'Kitchen'),
(4, '24-hour check-in'),
(5, 'Air conditioning'),
(6, 'Buzzer/wireless intercom'),(7, 'Cable TV'),
(8, 'Carbon monoxide detector'),
(9, 'Doorman'),
(10, 'Doorman Entry'),
(11, 'Dryer'),
(12, 'Elevator in building'),
(13, 'Essentials'),
(14, 'Family/kid friendly'),
(15, 'Fire extinguisher'),
(16, 'First aid kit'),
(17, 'Free parking on premises'),
(18, 'Free parking on street'),
(19, 'Gym'),
(20, 'Hair dryer'),
(21, 'Hangers'),
(22, 'Heating'),
(23, 'Hot tub'),
(24, 'Indoor fireplace'),
(25, 'Internet'),
(26, 'Iron'),
(27, 'Keypad'),
(28, 'Laptop friendly workspace'),
(29, 'Lock on bedroom door'),
(30, 'Lockbox'),
(31, 'Pets allowed'),
(32, 'Safety card'),
(33, 'Shampoo'),
(34, 'Smartlock'),
(35, 'Smoke detector'),
(36, 'Smoking allowed'),
(37, 'Suitable for events'),
(38, 'TV'),
(39, 'Washer'),
(40, 'Wheelchair accessible');
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `PlaceAmenity`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `PlaceAmenity` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `PlaceAmenity` (
`place_id` INT NOT NULL,
`amenity_id` INT NOT NULL,
PRIMARY KEY (`place_id`,`amenity_id`))
ENGINE = InnoDB;
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `PlaceExtraAmenity`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `PlaceExtraAmenity` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `PlaceExtraAmenity` (
`place_extra_amenity_id` INT NOT NULL AUTO_INCREMENT,
`place_id` INT NOT NULL,
`name` VARCHAR(45) NULL,
`cost` NUMERIC(7,2) NULL,
PRIMARY KEY (`place_extra_amenity_id`))
ENGINE = InnoDB;
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `ReservationExtras`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `ReservationExtras` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `ReservationExtras` (
`reservation_extra_id` INT NOT NULL AUTO_INCREMENT,
`reservation_id` INT NOT NULL,
`place_extra_amenity_id` INT NOT NULL,
PRIMARY KEY (`reservation_extra_id`))
ENGINE = InnoDB;
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `UserLanguage`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `UserLanguage` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `UserLanguage` (
`user_id` INT NOT NULL,
`language_id` INT NOT NULL,
PRIMARY KEY (`user_id`,`language_id`))
ENGINE = InnoDB;
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Language`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Language` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Language` (
`language_id` int(5) NOT NULL,
`language_name` enum('English', 'Español', 'Français', 'Bahasa Indonesian', 'Bahasa Malaysia', 'Bengali', 'Dansk', 'Deutsch', 'Hindi', 'Italiano', 'Magyar', 'Nederlands', 'Norsk', 'Polski', 'Português', 'Punjabi', 'Sign Language', 'Suomi', 'Svenska', 'Tagalog', 'Türkçe', 'Čeština', 'Ελληνικά', 'Русский') DEFAULT NULL,
PRIMARY KEY (`language_id`))
ENGINE=InnoDB;
CREATE UNIQUE INDEX `language_id_UNIQUE` ON `Language` (`language_id` ASC);
SHOW WARNINGS;
INSERT INTO `Language` (`language_id`, `language_name`) VALUES
(1, 'English'),
(2, 'Español'),
(3, 'Français'),
(4, 'Bahasa Indonesian'),
(5, 'Bahasa Malaysia'),
(6, 'Bengali'),
(7, 'Dansk'),
(8, 'Deutsch'),
(9, 'Hindi'),
(10, 'Italiano'),
(11, 'Magyar'),
(12, 'Nederlands'),
(13, 'Norsk'),
(14, 'Polski'),
(15, 'Português'),
(16, 'Punjabi'),
(17, 'Sign Language'),
(18, 'Suomi'),
(19, 'Svenska');
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `ClientPlaceRequest`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `ClientPlaceRequest` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `ClientPlaceRequest` (
`req_id` INT NOT NULL AUTO_INCREMENT,
`client_id` INT NOT NULL,
`place_id` INT NOT NULL,
`ask_amount` VARCHAR(8) NOT NULL,
`payment_type_id` INT NULL,
`resp_time` INT(2) NULL,
`date_start` VARCHAR(45) NULL,
`date_end` VARCHAR(45) NULL,
`date_req` VARCHAR(45) NULL,
`date_resp` VARCHAR(45) NULL,
`status` VARCHAR(45) NULL,
PRIMARY KEY (`req_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `req_id_UNIQUE` ON `ClientPlaceRequest` (`req_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Auction`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Auction` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Auction` (
`auction_id` INT NOT NULL AUTO_INCREMENT,
`place_id` INT NOT NULL,
`starting_price` VARCHAR(10) NOT NULL,
`current_price` VARCHAR(10) NULL,
`sold_price` VARCHAR(10) NULL,
`end_auction_time` VARCHAR(45) NOT NULL,
`active` VARCHAR(3) NOT NULL,
PRIMARY KEY (`auction_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `auction_id_UNIQUE` ON `Auction` (`auction_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `ClientAuctionBids`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `ClientAuctionBids` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `ClientAuctionBids` (
`bid_id` INT NOT NULL AUTO_INCREMENT,
`auction_id` INT NOT NULL,
`client_id` INT NOT NULL,
`payment_type_id` INT NOT NULL,
`bid_price` VARCHAR(10) NOT NULL,
`checkin_date` VARCHAR(10) NOT NULL,
`checkout_date` VARCHAR(10) NOT NULL,
PRIMARY KEY (`bid_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `bid_id_UNIQUE` ON `ClientAuctionBids` (`bid_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Reservation`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Reservation` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Reservation` (
`reservation_id` INT NOT NULL AUTO_INCREMENT,
`place_id` INT NOT NULL,
`host_id` INT NOT NULL,
`client_id` INT NOT NULL,
`payment_type_id` INT NOT NULL,
`booked_date_start` DATE NOT NULL,
`booked_date_end` DATE NOT NULL,
`amt_paid` VARCHAR(45) NOT NULL,
`paid_date` VARCHAR(45) NOT NULL,
PRIMARY KEY (`reservation_id`))
ENGINE = InnoDB;
CREATE UNIQUE INDEX `reservation_id_UNIQUE` ON `Reservation` (`reservation_id` ASC);
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `PaymentType`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `PaymentType` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `PaymentType` (
`payment_type_id` int(5) NOT NULL,
`payment_type_name` enum('Cash','Check','Credit Card','PayPal', 'Other') DEFAULT NULL,
PRIMARY KEY (`payment_type_id`))
ENGINE=InnoDB;
CREATE UNIQUE INDEX `paymentType_id_UNIQUE` ON `PaymentType` (`payment_type_id` ASC);
SHOW WARNINGS;
INSERT INTO `PaymentType` (`payment_type_id`, `payment_type_name`) VALUES
(1, 'Cash'),
(2, 'Check'),
(3, 'Credit Card'),
(4, 'PayPal'),
(5, 'Other');
SHOW WARNINGS;
-- -----------------------------------------------------
-- Table `Ratings`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Ratings` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS `Ratings` (
`place_id` INT NOT NULL,
`user_id` INT NOT NULL,
`rating` INT NOT NULL,
PRIMARY KEY (`place_id`,`user_id`))
ENGINE=InnoDB;
SHOW WARNINGS;
DROP TRIGGER IF EXISTS `InsertThenUpdateAvgRatings`;
CREATE TRIGGER InsertThenUpdateAvgRatings
AFTER INSERT ON `Ratings`
FOR EACH ROW
UPDATE hostplacelisting
SET rating = (SELECT AVG(rating)
FROM Ratings
WHERE place_id = NEW.place_id)
WHERE place_id = NEW.place_id;
DROP TRIGGER IF EXISTS `UpdateThenUpdateAvgRatings`;
CREATE TRIGGER UpdateThenUpdateAvgRatings
AFTER UPDATE ON `Ratings`
FOR EACH ROW
UPDATE hostplacelisting
SET rating = (SELECT AVG(rating)
FROM Ratings
WHERE place_id = NEW.place_id)
WHERE place_id = NEW.place_id;
SHOW WARNINGS;
-- -----------------------------------------------------
-- Still to Do --- Table `CreditCard, Paypal, Check, Reviews, Comments, Public Q&A`
-- -----------------------------------------------------
INSERT INTO Users (
email,password,first_name,last_name,gender,birth_date
) VALUES
('JohnDoe@VIP.com', 'test', 'John', 'Doe', 'M','1998-04-09'),
('JamesBond@Agent.com', 'test', 'James', 'Bond', 'M','1992-08-16'),
('JaneDoe@VIP.com', 'test', 'Jane', 'Doe', 'F','2000-08-14'),
('JaclynBond@Agent.com', 'test', 'Jaclyn', 'Bond', 'F','1996-02-26'),
('william@cool.com', 'test', 'William', 'Kuo', 'M','1991-03-21')
;
INSERT INTO address (
street, city, state, zip, country, latitude, longitude
) VALUES
("500 Congress Ave", "Austin", "Texas", "78701", "USA", 30.267415, -97.743521),
("150 Bleeker St", "Newark", "New Jersey", "07103", "USA", 40.743044, -74.178119),
("399 Somerset St", "Harrison", "New Jersey", "07029", "USA", 40.739838, -74.156370),
("100 Passaic Ave", "Harrison", "New Jersey", "07029", "USA", 40.746446, -74.164841),
("4 Riverway", "Houston", "Texas", "77056", "USA", 29.761271, -95.459076)
;
INSERT INTO place (
host_id, addr_id, roomtype_id, name, description, response_time, cost_per_night, max_people, bedroomsize, bathroomsize, numofbeds, pictures
) VALUES
(1, 1, 1, "My First Cool Housetel", "Welcome to paradise.", null, 80.00, 2, 1, 1.5, 2, "/images/room1.jpg"),
(2, 2, 2, "My Second Housetel", "Welcome to hell.", null, 666.00, 5, 3, 3, 2, "/images/room2.jpg"),
(3, 3, 3, "The Third Floor", "Walk-Up to this gorgeous apartment.", null, 89.99, 3, 1, 1.5, 2, "/images/room3.jpg"),
(4, 4, 2, "The Fourth Wall", "Stare at the fourth wall.", 3, 64.95, 3, 1, 1.5, 2, "/images/room4.jpg"),
(1, 5, 1, "The Fifth Scene", "Five is the lucky number.", null, 200.00, 3, 1, 1.5, 2, "/images/room5.jpg")
;
INSERT INTO hostplacelisting (
place_id, host_id, bookingtype_id, date_range_start, date_range_end, active
) VALUE
(1, 1, 2, "2016-12-30", "2017-01-25", "yes"),
(2, 2, 1, "2016-11-02", "2016-12-16", "yes"),
(3, 3, 3, "2016-11-01", "2016-12-16", "yes"),
(4, 4, 4, "2016-11-01", "2016-12-16", "yes"),
(5, 1, 2, "2016-12-30", "2017-01-02", "yes")
;
INSERT INTO auction (
place_id, starting_price, current_price, sold_price, end_auction_time, active
) VALUES
(1, "80.00", "150.00", "150.00", "2016-05-26", "no"),
(1, "80.00", "105.00", "105.00", "2016-06-20", "no"),
(1, "80.00", "165.00", "165.00", "2016-07-20", "no"),
(1, "80.00", "316.00", "316.00", "2016-07-23", "no"),
(5, "200.00", "290.00", "290.00", "2016-08-10", "no"),
(1, "80.00", "175.00", "175.00", "2016-08-10", "no"),
(5, "200.00", "259.00", "259.00", "2016-10-01", "no"),
(1, "80.00", "193.00", "193.00", "2016-10-18", "no"),
(5, "200.00", "278.00", "278.00", "2016-11-26", "no"),
(1, "80.00", "99.00", "99.00", "2016-12-01", "no"),
(1, "80.00", "278.00", NULL, "2016-12-30", "yes"),
(5, "200.00", "243.00", NULL, "2016-12-30", "yes")
;
INSERT INTO ClientAuctionBids (
auction_id, client_id, payment_type_id, bid_price, checkin_date, checkout_date
) VALUES
(1, 2, 1, "90.00", "2016-06-01", "2016-06-18"),
(1, 4, 1, "100.00", "2016-06-01", "2016-06-18"),
(1, 2, 1, "125.00", "2016-06-01", "2016-06-18"),
(1, 3, 1, "150.00", "2016-06-01", "2016-06-18"),
(2, 1, 1, "89.00", "2016-07-02", "2016-07-07"),
(2, 3, 1, "92.00", "2016-07-02", "2016-07-07"),
(2, 4, 1, "98.00", "2016-07-02", "2016-07-07"),
(2, 2, 1, "105.00", "2016-07-02", "2016-07-07"),
(3, 4, 1, "95.00", "2016-07-22", "2016-08-04"),
(3, 2, 1, "102.48", "2016-07-22", "2016-08-04"),
(3, 1, 1, "149.98", "2016-07-22", "2016-08-04"),
(3, 3, 1, "165.00", "2016-07-22", "2016-08-04"),
(4, 3, 1, "125.00", "2016-07-24", "2016-08-04"),
(4, 2, 1, "210.00", "2016-07-24", "2016-08-04"),
(4, 1, 1, "292.00", "2016-07-24", "2016-08-04"),
(4, 4, 1, "316.00", "2016-07-24", "2016-08-04"),
(5, 3, 1, "242.00", "2016-08-11", "2016-08-04"),
(5, 4, 1, "265.00", "2016-08-11", "2016-08-04"),
(5, 3, 1, "280.00", "2016-08-11", "2016-08-04"),
(5, 4, 1, "290.00", "2016-08-11", "2016-08-04"),
(6, 2, 1, "99.00", "2016-08-11", "2016-08-04"),
(6, 1, 1, "119.00", "2016-08-11", "2016-08-04"),
(6, 3, 1, "143.00", "2016-08-11", "2016-08-04"),
(6, 2, 1, "175.00", "2016-08-11", "2016-08-04"),
(7, 3, 1, "212.00", "2016-10-03", "2016-10-07"),
(7, 2, 1, "214.00", "2016-10-03", "2016-10-07"),
(7, 3, 1, "228.00", "2016-10-03", "2016-10-07"),
(7, 4, 1, "259.00", "2016-10-03", "2016-10-07"),
(8, 1, 1, "119.00", "2016-10-19", "2016-10-22"),
(8, 2, 1, "137.00", "2016-10-19", "2016-10-22"),
(8, 3, 1, "168.00", "2016-10-19", "2016-10-22"),
(8, 2, 1, "193.00", "2016-10-19", "2016-10-22"),
(9, 2, 1, "210.00", "2016-11-28", "2016-12-04"),
(9, 3, 1, "230.00", "2016-11-28", "2016-12-04"),
(9, 4, 1, "260.00", "2016-11-28", "2016-12-04"),
(9, 3, 1, "278.00", "2016-11-28", "2016-12-04"),
(10, 1, 1, "110.00", "2016-12-03", "2016-12-09"),
(10, 3, 1, "140.00", "2016-12-03", "2016-12-09"),
(10, 4, 1, "169.00", "2016-12-03", "2016-12-09"),
(10, 2, 1, "199.00", "2016-12-03", "2016-12-09"),
(11, 2, 1, "199.00", "2017-01-03", "2017-01-04"),
(11, 3, 1, "278.00", "2017-01-03", "2017-01-04"),
(12, 3, 1, "224.00", "2016-12-31", "2017-01-01"),
(12, 4, 1, "243.00", "2016-12-31", "2017-01-01")
;
INSERT INTO Ratings (
place_id, user_id, rating
) VALUE
(1, 2, 5),
(1, 3, 4),
(1, 4, 3),
(2, 1, 2),
(2, 3, 1),
(2, 4, 2),
(3, 1, 3),
(3, 2, 4),
(3, 4, 5),
(4, 1, 4),
(4, 2, 3),
(4, 3, 2),
(5, 2, 1),
(5, 3, 2),
(5, 4, 3)
;
INSERT INTO PlaceAmenity (
place_id, amenity_id
) VALUES
(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), (1, 7), (1, 8), (1, 9), (1, 10), (1, 11), (1, 12), (1, 13), (1, 14), (1, 15), (1, 16), (1, 17), (1, 18), (1, 19), (1, 20), (1, 21), (1, 22), (1, 23), (1, 24), (1, 25), (1, 26), (1, 27), (1, 28), (1, 29), (1, 30),
(2, 20), (2, 21), (2, 22), (2, 23), (2, 24), (2, 25), (2, 27), (2, 28), (2, 29), (2, 30), (2, 31), (2, 32), (2, 33), (2, 34), (2, 35), (2, 36), (2, 37), (2, 38), (2, 39), (2, 40), (3, 1), (3, 2), (3, 3), (3, 4), (3, 37), (3, 38), (3, 39), (3, 40), (4, 5), (4, 6), (4, 7), (4, 8), (4, 33), (4, 34), (4, 35), (4, 36), (5, 9), (5, 10), (5, 11), (5, 12), (5, 29), (5, 30), (5, 31), (5, 32)
;
INSERT INTO UserLanguage (
user_id, language_id
) VALUES
(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), (1, 7), (1, 8), (1, 9), (1, 10), (1, 11), (1, 12), (1, 13), (2, 8), (2, 9), (2, 10), (2, 11), (2, 12), (2, 13), (2, 14), (2, 15), (2, 16), (2, 17), (2, 18), (2, 19), (3, 8), (3, 9), (3, 10), (3, 11), (3, 12), (4, 9), (4, 10), (4, 14), (4, 7), (5, 7), (5, 14), (5, 16), (5, 13)
;
INSERT INTO ClientPlaceRequest (
place_id, client_id, ask_amount, payment_type_id, resp_time, date_start, date_end, date_req, date_resp, status
) VALUES
(3, 1, "79.99", 1, 2, "2016-07-07", "2016-07-10", "2016-07-01", "2016-07-02", "accepted"),
(4, 1, "60.00", 2, 3, "2016-07-13", "2016-07-15", "2016-07-10", "2016-07-10", "rejected"),
(4, 5, "62.00", 3, 3, "2016-07-13", "2016-07-15", "2016-07-10", "2016-07-10", "accepted"),
(3, 2, "82.50", 2, 1, "2016-07-17", "2016-07-20", "2016-07-14", NULL, "failed"),
(3, 2, "82.50", 4, 1, "2016-07-17", "2016-07-20", "2016-07-15", "2016-07-16", "accepted"),
(3, 1, "83.00", 5, 5, "2016-12-07", "2016-12-09", "2016-12-01", NULL, "pending")
;
INSERT INTO Reservation (
place_id, host_id, client_id, payment_type_id, booked_date_start, booked_date_end, amt_paid, paid_date
) VALUES
(1, 1, 3, 3, "2016-06-02", "2016-06-05", "150.00", "2016-05-26"),
(1, 1, 2, 3, "2016-06-25", "2016-06-27", "105.00", "2016-06-20"),
(3, 3, 5, 3, "2016-07-07", "2016-07-10", "79.99", "2016-07-01"),
(4, 4, 5, 3, "2016-07-13", "2016-07-15", "62.00", "2016-07-10"),
(3, 3, 2, 3, "2016-07-17", "2016-07-20", "82.50", "2016-07-14"),
(1, 1, 3, 3, "2016-07-28", "2016-08-01", "165.00", "2016-07-20"),
(1, 1, 4, 3, "2016-08-02", "2016-08-10", "316.00", "2016-07-23"),
(5, 1, 4, 3, "2016-08-14", "2016-08-20", "290.00", "2016-08-10"),
(1, 1, 2, 3, "2016-08-22", "2016-08-25", "175.00", "2016-08-10"),
(2, 2, 3, 3, "2016-08-26", "2016-09-03", "223.00", "2016-08-19"),
(2, 2, 4, 3, "2016-09-15", "2016-09-17", "144.00", "2016-09-02"),
(2, 2, 5, 3, "2016-09-27", "2016-10-06", "173.00", "2016-09-10"),
(5, 1, 4, 3, "2016-10-07", "2016-10-15", "259.00", "2016-10-01"),
(1, 1, 2, 3, "2016-10-23", "2016-10-26", "193.00", "2016-10-18"),
(5, 1, 3, 3, "2016-12-02", "2016-12-05", "278.00", "2016-11-26"),
(1, 1, 2, 2, "2016-12-06", "2016-12-08", "99.00", "2016-12-01"),
(2, 2, 1, 1, "2016-12-05", "2016-12-07", "666.00", "2016-12-01")
;
INSERT INTO PlaceExtraAmenity (
place_id, name, cost) VALUES
(1, 'Pepsi', 2.5),
(1, 'Lays', 3.5),
(1, 'Bottle Water', 1.5),
(1, 'Juice', 3.5),
(2, 'Coffee', 10.5),
(2, 'Cake', 6.5),
(2, 'Cigar', 9.5),
(2, 'Cigarette', 7.5),
(3, 'Cusion', 4.4),
(3, 'Samsung Note 7', 1),
(3, 'Red Bull', 2.7),
(3, 'Coke', 1.4),
(4, 'PS4', 600),
(4, 'XBOX', 100),
(4, 'XBOX ONE', 700),
(4, 'Umbrella', 5.5),
(5, 'Comic', 10),
(5, 'Instant noodle', 4),
(5, 'Bubble tea', 7),
(5, 'Green tea', 4)
;
|
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
-- distributed with this work for additional information
-- regarding copyright ownership. The ASF licenses this file
-- to you under the Apache License, Version 2.0 (the
-- "License"); you may not use this file except in compliance
-- with the License. You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing,
-- software distributed under the License is distributed on an
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-- KIND, either express or implied. See the License for the
-- specific language governing permissions and limitations
-- under the License.
--
CREATE TABLE IF NOT EXISTS `topic` (
`id` BIGINT NOT NULL AUTO_INCREMENT,
`title` VARCHAR(100) NOT NULL,
`enabled` tinyint NULL,
`entity_id` BIGINT NOT NULL,
`entity_type` TEXT NOT NULL,
`member_type` TEXT NOT NULL,
PRIMARY KEY (`id`),
UNIQUE INDEX `title_UNIQUE` (`title` ASC)
)ENGINE = InnoDB;
CREATE TABLE IF NOT EXISTS `topic_subscriber` (
`id` BIGINT NOT NULL AUTO_INCREMENT,
`topic_id` BIGINT NOT NULL,
`user_id` BIGINT NOT NULL,
`subscription_date` DATE NOT NULL,
PRIMARY KEY (`id`),
CONSTRAINT `fk_topic_has_m_appuser_topic` FOREIGN KEY (`topic_id`) REFERENCES `topic` (`id`),
CONSTRAINT `fk_topic_has_m_appuser_m_appuser1` FOREIGN KEY (`user_id`) REFERENCES `m_appuser` (`id`)
) ENGINE = InnoDB;
INSERT INTO topic (enabled, entity_type, entity_id, member_type, title) SELECT true, 'OFFICE', o.id as entity_id, UPPER(r.name) as member_type, CONCAT(r.name, ' of ', o.name) as title FROM m_office o, m_role r WHERE o.parent_id IS NULL AND CONCAT(r.name, ' of ', o.name) NOT IN (SELECT title FROM topic);
INSERT INTO topic (enabled, entity_type, entity_id, member_type, title) SELECT true, 'BRANCH', o.id as entity_id, UPPER(r.name) as member_type, CONCAT(r.name, ' of ', o.name) as title FROM m_office o, m_role r WHERE o.parent_id IS NOT NULL AND CONCAT(r.name, ' of ', o.name) NOT IN (SELECT title FROM topic);
INSERT INTO topic_subscriber( user_id, topic_id, subscription_date ) SELECT u.id AS user_id, t.id AS topic_id, NOW() FROM topic t, m_appuser u, m_appuser_role ur, m_role r WHERE u.office_id = t.entity_id AND u.id = ur.appuser_id AND ur.role_id = r.id AND r.name = t.member_type AND NOT EXISTS (SELECT user_id, topic_id FROM topic_subscriber WHERE user_id = u.id AND topic_id = t.id);
|
-- phpMyAdmin SQL Dump
-- version 5.0.3
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 28, 2020 at 09:47 PM
-- Server version: 10.4.14-MariaDB
-- PHP Version: 7.2.34
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `ims`
--
-- --------------------------------------------------------
--
-- Table structure for table `customers`
--
CREATE TABLE `customers` (
`cust_id` int(11) NOT NULL,
`cust_fname` varchar(25) NOT NULL,
`cust_lname` varchar(25) NOT NULL,
`cust_email` text NOT NULL,
`cust_phone` varchar(15) NOT NULL,
`cust_gender` varchar(10) NOT NULL,
`cust_alt_phone` varchar(15) NOT NULL,
`cust_state` varchar(25) NOT NULL,
`cust_city` varchar(25) NOT NULL,
`cust_code` varchar(10) NOT NULL,
`cust_address` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `customers`
--
INSERT INTO `customers` (`cust_id`, `cust_fname`, `cust_lname`, `cust_email`, `cust_phone`, `cust_gender`, `cust_alt_phone`, `cust_state`, `cust_city`, `cust_code`, `cust_address`) VALUES
(1, 'Mehul', 'Gajinkar', 'mg@gmail.com', '8523697410', 'male', '', 'Maharashtra', 'Mumbai', '400025', 'Nahur'),
(2, 'Jay', 'Ashra', 'jay@gmail.com', '0123456789', 'male', '9632587410', 'Maharashtra', 'Mumbai', '502362', 'SomeAddress'),
(7, 'Dhairya', 'Bhadra', 'dhairya@gmail.com', '7412589630', 'male', '1234567890', 'Maharashtra', 'Mumbaiya', '478569', 'Mumbai');
-- --------------------------------------------------------
--
-- Table structure for table `invoice`
--
CREATE TABLE `invoice` (
`invoice_number` int(11) NOT NULL,
`cust_id` int(11) NOT NULL,
`grand_total` float NOT NULL,
`invoice_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `invoice`
--
INSERT INTO `invoice` (`invoice_number`, `cust_id`, `grand_total`, `invoice_date`) VALUES
(1, 7, 206000, '2020-11-28');
-- --------------------------------------------------------
--
-- Table structure for table `products`
--
CREATE TABLE `products` (
`prod_id` int(11) NOT NULL,
`supp_id` int(11) NOT NULL,
`prod_name` text NOT NULL,
`prod_company_name` text NOT NULL,
`quantity` int(11) NOT NULL,
`price` float NOT NULL,
`prod_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `products`
--
INSERT INTO `products` (`prod_id`, `supp_id`, `prod_name`, `prod_company_name`, `quantity`, `price`, `prod_date`) VALUES
(2, 1, 'i7', 'Intel', 7, 68000, '2020-03-25'),
(12, 9, 'SteelsSeries Sensei', 'SteelSeries', 488, 4000, '2020-03-21'),
(13, 1, 'Predator Helios 300', 'Acer', 78, 80000, '2020-03-21'),
(14, 5, 'Nvidia Geforce GTX 1050 Ti', 'Nvidia', 498, 14800, '2020-03-21'),
(15, 5, 'Razer DeathAdder', 'Razer', 3995, 3000, '2020-03-22'),
(16, 1, 'OnePlus 5T', 'OnePlus', 97, 35000, '2020-03-22'),
(17, 1, 'OnePlus 3T', 'OnePlus', 23, 25000, '2020-03-22'),
(18, 1, 'Mouse', 'Mouse12345', 11, 4500, '2020-03-24'),
(20, 10, 'G400', 'Logitech', 135, 1500, '2020-04-05');
-- --------------------------------------------------------
--
-- Table structure for table `sales`
--
CREATE TABLE `sales` (
`sale_id` int(11) NOT NULL,
`invoice_number` int(11) NOT NULL,
`prod_id` int(11) NOT NULL,
`quantity` int(10) NOT NULL,
`amount` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `sales`
--
INSERT INTO `sales` (`sale_id`, `invoice_number`, `prod_id`, `quantity`, `amount`) VALUES
(1, 1, 2, 2, 68000),
(2, 1, 16, 2, 35000);
-- --------------------------------------------------------
--
-- Table structure for table `suppliers`
--
CREATE TABLE `suppliers` (
`supp_id` int(11) NOT NULL,
`supp_fname` varchar(25) NOT NULL,
`supp_lname` varchar(25) NOT NULL,
`supp_email` text NOT NULL,
`supp_phone` varchar(15) NOT NULL,
`business_name` varchar(25) NOT NULL,
`business_address` text NOT NULL,
`business_email` text NOT NULL,
`business_phone` varchar(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `suppliers`
--
INSERT INTO `suppliers` (`supp_id`, `supp_fname`, `supp_lname`, `supp_email`, `supp_phone`, `business_name`, `business_address`, `business_email`, `business_phone`) VALUES
(16, 'Dhairya', 'Bhadra', 'x2020flc@stfx.ca', '1123456789', 'testing', 'India', 'testing@gmail.com', '1123456789');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `customers`
--
ALTER TABLE `customers`
ADD PRIMARY KEY (`cust_id`);
--
-- Indexes for table `invoice`
--
ALTER TABLE `invoice`
ADD PRIMARY KEY (`invoice_number`);
--
-- Indexes for table `products`
--
ALTER TABLE `products`
ADD PRIMARY KEY (`prod_id`);
--
-- Indexes for table `sales`
--
ALTER TABLE `sales`
ADD PRIMARY KEY (`sale_id`);
--
-- Indexes for table `suppliers`
--
ALTER TABLE `suppliers`
ADD PRIMARY KEY (`supp_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `customers`
--
ALTER TABLE `customers`
MODIFY `cust_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `invoice`
--
ALTER TABLE `invoice`
MODIFY `invoice_number` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
MODIFY `prod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT for table `sales`
--
ALTER TABLE `sales`
MODIFY `sale_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `suppliers`
--
ALTER TABLE `suppliers`
MODIFY `supp_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
SELECT * FROM LOCALES
ORDER BY INSERT_DATETIME %s
LIMIT ? OFFSET ?;
|
-- phpMyAdmin SQL Dump
-- version 4.7.9
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 09-06-2018 a las 18:16:55
-- Versión del servidor: 10.1.31-MariaDB
-- Versión de PHP: 7.2.3
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `matricula`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `alumnos`
--
CREATE TABLE `alumnos` (
`id_alumno` int(11) NOT NULL,
`cod_alumno` varchar(10) NOT NULL,
`nombres` varchar(50) NOT NULL,
`ape_materno` varchar(40) NOT NULL,
`ape_paterno` varchar(40) NOT NULL,
`sexo` varchar(15) NOT NULL,
`nivel` varchar(15) NOT NULL,
`grado` varchar(11) NOT NULL,
`seccion` varchar(1) NOT NULL DEFAULT 'A',
`fecNacimiento` date NOT NULL,
`telefono` varchar(9) NOT NULL,
`dni` varchar(8) NOT NULL,
`email` varchar(50) NOT NULL,
`direccion` varchar(70) NOT NULL,
`foto` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `alumnos`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `apoderados`
--
CREATE TABLE `apoderados` (
`id_apoderado` int(11) NOT NULL,
`id_alumno` int(11) NOT NULL,
`ape_paterno` varchar(30) NOT NULL,
`ape_materno` varchar(30) NOT NULL,
`nombres` varchar(40) NOT NULL,
`relacion` varchar(20) NOT NULL,
`celular` varchar(9) NOT NULL,
`email` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `apoderados`
--
INSERT INTO `apoderados` (`id_apoderado`, `id_alumno`, `ape_paterno`, `ape_materno`, `nombres`, `relacion`, `celular`, `email`) VALUES
(1, 1, 'Quispe', 'Solis', 'Daniel', 'Padre', '987654311', 'daniel@gmail.com');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `documentos`
--
CREATE TABLE `documentos` (
`id` int(11) NOT NULL,
`id_alumno` int(11) NOT NULL,
`dni_nino` int(11) NOT NULL DEFAULT '0',
`dni_apoderado` int(11) NOT NULL DEFAULT '0',
`partida_nacimiento` int(11) NOT NULL DEFAULT '0',
`certificado` int(11) NOT NULL DEFAULT '0',
`resTraslado` int(11) NOT NULL DEFAULT '0',
`pagoMatricula` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `documentos`
--
INSERT INTO `documentos` (`id`, `id_alumno`, `dni_nino`, `dni_apoderado`, `partida_nacimiento`, `certificado`, `resTraslado`, `pagoMatricula`) VALUES
(1, 1, 0, 1, 0, 0, 0, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `periodo`
--
CREATE TABLE `periodo` (
`periodo` int(11) NOT NULL,
`id_periodo` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `periodo`
--
INSERT INTO `periodo` (`periodo`, `id_periodo`) VALUES
(2009, 1);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `seccion`
--
CREATE TABLE `seccion` (
`id_seccion` int(11) NOT NULL,
`nivel` varchar(20) NOT NULL,
`grado` varchar(20) NOT NULL,
`seccion` varchar(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `seccion`
--
INSERT INTO `seccion` (`id_seccion`, `nivel`, `grado`, `seccion`) VALUES
(1, 'Inicial', '3años', 'A'),
(2, 'Secundaria', '1ro', 'A'),
(3, 'Secundaria', '2do', 'A'),
(4, 'Secundaria', '3ro', 'A'),
(5, 'Secundaria', '4to', 'A'),
(6, 'Secundaria', '5to', 'A'),
(7, 'Inicial', '3años', 'B'),
(8, 'Inicial', '3años', 'C');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `users`
--
CREATE TABLE `users` (
`id_user` int(11) NOT NULL,
`username` varchar(11) NOT NULL,
`password` varchar(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `users`
--
INSERT INTO `users` (`id_user`, `username`, `password`) VALUES
(1, 'admin', 'admin123');
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `alumnos`
--
ALTER TABLE `alumnos`
ADD PRIMARY KEY (`id_alumno`);
--
-- Indices de la tabla `apoderados`
--
ALTER TABLE `apoderados`
ADD PRIMARY KEY (`id_apoderado`);
--
-- Indices de la tabla `documentos`
--
ALTER TABLE `documentos`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `periodo`
--
ALTER TABLE `periodo`
ADD PRIMARY KEY (`id_periodo`);
--
-- Indices de la tabla `seccion`
--
ALTER TABLE `seccion`
ADD PRIMARY KEY (`id_seccion`);
--
-- Indices de la tabla `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id_user`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `alumnos`
--
ALTER TABLE `alumnos`
MODIFY `id_alumno` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `apoderados`
--
ALTER TABLE `apoderados`
MODIFY `id_apoderado` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `documentos`
--
ALTER TABLE `documentos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `periodo`
--
ALTER TABLE `periodo`
MODIFY `id_periodo` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `seccion`
--
ALTER TABLE `seccion`
MODIFY `id_seccion` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT de la tabla `users`
--
ALTER TABLE `users`
MODIFY `id_user` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1:3306
-- Tiempo de generación: 21-05-2018 a las 23:01:54
-- Versión del servidor: 5.7.19
-- Versión de PHP: 7.0.23
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `depositolozada`
--
--
-- Volcado de datos para la tabla `bodegas`
--
INSERT INTO `bodegas` (`id`, `nombre`, `direccion`, `telefono`, `celular`, `fk_municipio`, `created_at`, `updated_at`) VALUES
(1, 'Rivera', 'Calle 22a sur # 34c-64', '8712278', '3239019201', '41615', '2018-04-21 02:56:54', '2018-04-21 02:56:54');
--
-- Volcado de datos para la tabla `cajas`
--
INSERT INTO `cajas` (`id`, `nombre`, `estado`, `bodega_id`, `created_at`, `updated_at`, `ocupada`) VALUES
(1, 'Caja1', 'A', 1, '2018-04-30 05:42:11', '2018-05-10 02:22:30', 1),
(2, 'Caja2', 'A', 1, '2018-04-30 05:43:47', '2018-05-01 03:47:11', 0),
(3, 'Caja3', 'A', 1, '2018-04-30 05:44:26', '2018-05-01 03:50:34', 0),
(4, 'Caja 2', 'A', 1, '2018-05-03 06:17:41', '2018-05-03 06:23:24', 0);
--
-- Volcado de datos para la tabla `caja_empleados`
--
INSERT INTO `caja_empleados` (`id`, `caja_id`, `user_id`, `created_at`, `updated_at`, `fecha`) VALUES
(1, 3, 10, '2018-05-01 03:50:34', '2018-05-01 03:50:34', '2018-04-30'),
(2, 1, 4, '2018-05-01 04:15:57', '2018-05-01 04:15:57', '2018-04-30'),
(3, 4, 4, '2018-05-03 06:23:24', '2018-05-03 06:23:24', '2018-05-03'),
(4, 1, 4, '2018-05-10 02:22:30', '2018-05-10 02:22:30', '2018-05-09');
--
-- Volcado de datos para la tabla `cargues`
--
INSERT INTO `cargues` (`id`, `fecha_creacion`, `fecha_inicio`, `fecha_fin`, `created_at`, `updated_at`) VALUES
(8, '2018-05-18', '2018-05-15', '2018-05-20', '2018-05-18 20:51:22', '2018-05-18 20:51:22'),
(9, '2018-05-21', '2018-05-17', '2018-05-21', '2018-05-21 05:37:43', '2018-05-21 05:37:43');
--
-- Volcado de datos para la tabla `cargue_facturas`
--
INSERT INTO `cargue_facturas` (`id`, `venta_id`, `cargue_id`, `created_at`, `updated_at`) VALUES
(10, 1, 8, '2018-05-18 20:51:22', '2018-05-18 20:51:22'),
(9, 2, 8, '2018-05-18 20:51:22', '2018-05-18 20:51:22'),
(11, 1, 9, '2018-05-21 05:37:43', '2018-05-21 05:37:43');
--
-- Volcado de datos para la tabla `clientes`
--
INSERT INTO `clientes` (`number_id`, `name`, `tipo_documento_id`, `phone`, `celular`, `email`, `bodega_id`, `ruta_id`, `estado`, `created_at`, `updated_at`, `address`) VALUES
('1075255095', 'prueba', 4, '305312', NULL, NULL, 1, 1, 'A', '2018-04-26 10:38:02', '2018-04-26 10:38:02', 'Carrera 7 No. 4 - 64'),
('123345', 'doña sunny', 2, '8712268', '3215548798', NULL, 1, 1, 'A', '2018-05-02 23:25:30', '2018-05-02 23:25:30', 'Carrera 11 6-14'),
('9987797', 'doña mariela', 2, '548787', '9879898798', NULL, 1, 1, 'A', '2018-05-02 23:26:09', '2018-05-02 23:26:09', 'Calle 1A #7-61'),
('147258369', 'lord petrosky', 4, '6623', '6226246', NULL, 1, 1, 'A', '2018-05-08 10:19:01', '2018-05-08 10:19:01', 'Calle 3 No 10 - 64'),
('369258147', 'paracohp', 4, '55235325', '523523225', NULL, 1, 1, 'A', '2018-05-08 11:55:01', '2018-05-08 11:55:01', 'Vereda Alto Guadual a 3 km parque principal de Rivera'),
('789456123', 'alvaro morata', 2, '3053121363', '3215548798', NULL, 1, 2, 'A', '2018-05-08 12:03:34', '2018-05-08 12:03:34', 'Km. 12 Via al Sur Rivera'),
('3216549875', 'fabian la perra', 5, '8745889', '4341414', NULL, 1, 2, 'A', '2018-05-08 12:04:30', '2018-05-08 12:04:30', 'Carrera 16 número 42-195'),
('1081156450', 'jesus antonio charry', 2, NULL, '3228668499', 'antoniocharry@gmail.com', 1, 6, 'A', '2018-05-21 04:36:43', '2018-05-21 04:36:43', 'calle 3 # 2-83'),
('1075263963', 'kevin alexis torres', 2, NULL, NULL, NULL, 1, 7, 'A', '2018-05-21 04:43:12', '2018-05-21 04:43:12', 'calle 2 e #14-46'),
('1075245911', 'cristian alvarez', 2, NULL, NULL, NULL, 1, 7, 'A', '2018-05-21 04:44:30', '2018-05-21 04:44:30', 'calle 2 A # 2-57');
--
-- Volcado de datos para la tabla `compras`
--
INSERT INTO `compras` (`id`, `fecha_compra`, `total`, `fk_estado_compra`, `fk_forma_pago`, `fk_proveeedors`, `fk_bodega`, `created_at`, `updated_at`, `fk_vendedor`) VALUES
(1, '2018-05-18', 165000.00, 3, 1, '4789879', 1, '2018-05-18 07:24:24', '2018-05-18 07:24:24', 1),
(2, '2018-05-18', 30000.00, 3, 2, '4789879', 1, '2018-05-18 20:57:14', '2018-05-18 20:57:14', 1),
(3, '2018-05-18', 30900.00, 3, 2, '4789879', 1, '2018-05-18 21:50:41', '2018-05-18 21:50:41', 1),
(4, '2018-05-20', 23000.00, 3, 1, '4789879', 1, '2018-05-21 04:47:55', '2018-05-21 04:47:55', 1),
(5, NULL, 0.00, 1, 2, '4789879', 1, '2018-05-21 05:06:42', '2018-05-21 05:06:42', 1),
(6, '2018-05-21', 57600.00, 3, 1, '4789879', 1, '2018-05-21 05:52:28', '2018-05-21 05:52:28', 1),
(7, '2018-05-21', 1000.00, 3, 2, '2424143', 1, '2018-05-21 05:54:36', '2018-05-21 05:54:36', 1),
(8, NULL, 0.00, 1, 2, '4789879', 1, '2018-05-21 06:03:20', '2018-05-21 06:03:20', 1);
--
-- Volcado de datos para la tabla `departamentos`
--
INSERT INTO `departamentos` (`id`, `nombre`, `estado`, `created_at`, `updated_at`) VALUES
('11', 'BOGOTA D.C', 'A', NULL, NULL),
('13', 'BOLIVAR', 'A', NULL, NULL),
('15', 'BOYACA', 'A', NULL, NULL),
('17', 'CALDAS', 'A', NULL, NULL),
('18', 'CAQUETA', 'A', NULL, NULL),
('19', 'CAUCA', 'A', NULL, NULL),
('20', 'CESAR', 'A', NULL, NULL),
('23', 'CORDOBA', 'A', NULL, NULL),
('25', 'CUNDINAMARCA', 'A', NULL, NULL),
('27', 'CHOCO', 'A', NULL, NULL),
('41', 'HUILA', 'A', NULL, NULL),
('44', 'GUAJIRA', 'A', NULL, NULL),
('47', 'MAGDALENA', 'A', NULL, NULL),
('5', 'ANTIOQUIA', 'A', NULL, NULL),
('50', 'META', 'A', NULL, NULL),
('52', 'NARINIO', 'A', NULL, NULL),
('54', 'NORTE DE SANTANDER', 'A', NULL, NULL),
('63', 'QUINDIO', 'A', NULL, NULL),
('66', 'RISARALDA', 'A', NULL, NULL),
('68', 'SANTANDER', 'A', NULL, NULL),
('70', 'SUCRE', 'A', NULL, NULL),
('73', 'TOLIMA', 'A', NULL, NULL),
('76', 'VALLE DEL CAUCA', 'A', NULL, NULL),
('8', 'ATLANTICO', 'A', NULL, NULL),
('81', 'ARAUCA', 'A', NULL, NULL),
('85', 'CASANARE', 'A', NULL, NULL),
('86', 'PUTUMAYO', 'A', NULL, NULL),
('88', 'SAN ANDRES Y PROVIDENCIA', 'A', NULL, NULL),
('91', 'AMAZONAS', 'A', NULL, NULL),
('94', 'GUAINIA', 'A', NULL, NULL),
('95', 'GUAVIARE', 'A', NULL, NULL),
('97', 'VAUPES', 'A', NULL, NULL),
('99', 'VICHADA', 'A', NULL, NULL),
('10', 'OTRO PAIS', 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `descripcion_ivas`
--
INSERT INTO `descripcion_ivas` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'sinIva', NULL, 'A', NULL, NULL),
(2, 'Iva', NULL, 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `descripcion_precios`
--
INSERT INTO `descripcion_precios` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(2, 'Mayorista', NULL, 'A', NULL, NULL),
(1, 'Tienda', NULL, 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `detalles_ventas`
--
INSERT INTO `detalles_ventas` (`id`, `fk_factura`, `fk_producto`, `fk_tipo_paca`, `cantidad`, `precio`, `created_at`, `updated_at`, `Numero_canasta`) VALUES
(1, 1, 123, 0, 15, 700.00, NULL, NULL, 1),
(2, 1, 0, 1, 1, 3000.00, NULL, NULL, NULL),
(3, 2, 128, 0, 1, 800.00, '2018-05-18 07:12:02', '2018-05-18 07:12:02', NULL),
(4, 3, 124, 0, 100, 1200.00, '2018-05-21 05:13:05', '2018-05-21 05:13:05', NULL),
(5, 4, 128, 0, 30, 600.00, NULL, NULL, 1),
(6, 4, 129, 0, 30, 650.00, NULL, NULL, 2),
(7, 4, 126, 0, 12, 1300.00, NULL, NULL, 3),
(8, 4, 127, 0, 12, 1500.00, NULL, NULL, 3),
(9, 4, 126, 0, 12, 1300.00, NULL, NULL, 4),
(10, 4, 127, 0, 12, 1500.00, NULL, NULL, 4),
(11, 4, 124, 0, 20, 1200.00, '2018-05-21 06:09:59', '2018-05-21 06:09:59', NULL),
(12, 5, 124, 0, 50, 1200.00, '2018-05-21 06:15:30', '2018-05-21 06:15:30', NULL),
(13, 5, 128, 0, 2, 600.00, NULL, NULL, 1),
(14, 5, 129, 0, 2, 650.00, NULL, NULL, 1),
(15, 5, 131, 0, 26, 600.00, NULL, NULL, 1),
(16, 5, 128, 0, 10, 600.00, NULL, NULL, 2),
(17, 5, 129, 0, 5, 650.00, NULL, NULL, 2),
(18, 5, 131, 0, 15, 600.00, NULL, NULL, 2);
--
-- Volcado de datos para la tabla `detalle_compras`
--
INSERT INTO `detalle_compras` (`id`, `fk_producto`, `cantidad`, `precio`, `fk_compra`, `created_at`, `updated_at`, `Numero_canasta`, `fk_tipo_paca`) VALUES
(1, '123', 30, 500.00, 1, NULL, NULL, 1, 0),
(2, '123', 30, 500.00, 1, NULL, NULL, 2, 0),
(3, '123', 30, 500.00, 1, NULL, NULL, 3, 0),
(4, '123', 30, 500.00, 1, NULL, NULL, 4, 0),
(5, '123', 30, 500.00, 1, NULL, NULL, 5, 0),
(6, '123', 30, 500.00, 1, NULL, NULL, 6, 0),
(7, '123', 30, 500.00, 1, NULL, NULL, 7, 0),
(8, '123', 30, 500.00, 1, NULL, NULL, 8, 0),
(9, '123', 30, 500.00, 1, NULL, NULL, 9, 0),
(10, '123', 30, 500.00, 1, NULL, NULL, 10, 0),
(11, '123', 30, 500.00, 1, NULL, NULL, 11, 0),
(12, '123', 30, 500.00, 2, NULL, NULL, 1, 0),
(13, '123', 30, 500.00, 2, NULL, NULL, 2, 0),
(14, '126', 3, 1200.00, 3, NULL, NULL, 1, 0),
(15, '127', 21, 1300.00, 3, NULL, NULL, 1, 0),
(16, '128', 10, 50.00, 4, NULL, NULL, 1, 0),
(17, '129', 10, 600.00, 4, NULL, NULL, 1, 0),
(18, '131', 10, 500.00, 4, NULL, NULL, 1, 0),
(19, '128', 10, 50.00, 4, NULL, NULL, 2, 0),
(20, '129', 10, 600.00, 4, NULL, NULL, 2, 0),
(21, '131', 10, 500.00, 4, NULL, NULL, 2, 0),
(22, '125', 10, 500.00, 5, '2018-05-21 05:11:19', '2018-05-21 05:11:19', NULL, 0),
(23, '126', 24, 1200.00, 6, NULL, NULL, 1, 0),
(24, '126', 24, 1200.00, 6, NULL, NULL, 2, 0),
(25, '123', 2, 500.00, 7, '2018-05-21 05:54:56', '2018-05-21 05:54:56', NULL, 0);
--
-- Volcado de datos para la tabla `estado_compras`
--
INSERT INTO `estado_compras` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(3, 'recibido', NULL, 'A', '2018-05-16 19:06:10', '2018-05-16 19:06:10'),
(2, 'por recibir', NULL, 'A', '2018-05-16 19:05:52', '2018-05-16 19:05:52'),
(1, 'pendiente', NULL, 'A', '2018-05-16 19:05:42', '2018-05-16 19:05:42');
--
-- Volcado de datos para la tabla `estado_de_ventas`
--
INSERT INTO `estado_de_ventas` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(3, 'entregado', NULL, 'A', '2018-05-16 04:37:38', '2018-05-16 04:37:38'),
(2, 'por entregar', NULL, 'A', '2018-05-16 04:37:30', '2018-05-16 04:37:30'),
(1, 'pendiente', NULL, 'A', '2018-05-16 04:37:24', '2018-05-16 04:37:24');
--
-- Volcado de datos para la tabla `formapagos`
--
INSERT INTO `formapagos` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'efectivo', NULL, 'A', '2018-05-16 04:36:47', '2018-05-16 04:36:47'),
(2, 'credito', NULL, 'A', '2018-05-16 04:36:53', '2018-05-18 07:30:22');
--
-- Volcado de datos para la tabla `imagenes_productos`
--
INSERT INTO `imagenes_productos` (`id`, `url_imagen`, `fk_producto`, `featured`, `created_at`, `updated_at`) VALUES
(1, '5ada74bbdcf5dperiquero.jpg', '56767', 0, '2018-04-21 04:16:11', '2018-04-21 04:16:59'),
(2, '5ada74e265b1dangelpuro.jpg', '56767', 1, '2018-04-21 04:16:50', '2018-04-21 04:16:59'),
(3, '5af15be13594cpizza.jpg', '56767', 0, '2018-05-08 13:12:17', '2018-05-08 13:12:17');
--
-- Volcado de datos para la tabla `ivas_productos`
--
INSERT INTO `ivas_productos` (`id`, `fk_producto`, `valor`, `created_at`, `updated_at`, `fk_descripcion_iva`) VALUES
(1, '123', 0.00, '2018-05-15 19:58:26', '2018-05-15 19:58:26', 1),
(2, '124', 0.00, '2018-05-15 20:00:18', '2018-05-15 20:00:18', 1),
(3, '125', 0.00, '2018-05-15 20:15:30', '2018-05-15 20:15:30', 1),
(4, '126', 0.00, '2018-05-17 09:04:41', '2018-05-17 09:04:41', 1),
(5, '127', 0.00, '2018-05-17 09:07:46', '2018-05-17 09:07:46', 1),
(6, '128', 0.00, '2018-05-18 00:56:23', '2018-05-18 00:56:23', 1),
(7, '129', 0.00, '2018-05-18 00:58:10', '2018-05-18 00:58:10', 1),
(8, '131', 0.00, '2018-05-18 00:59:39', '2018-05-18 00:59:39', 1),
(9, '0', 0.00, '2018-05-21 06:01:10', '2018-05-21 06:01:10', 1);
--
-- Volcado de datos para la tabla `marcas`
--
INSERT INTO `marcas` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(10, 'marca10', NULL, 'A', NULL, NULL),
(9, 'marca9', NULL, 'A', NULL, NULL),
(8, 'marca8', NULL, 'A', NULL, NULL),
(7, 'marca7', NULL, 'A', NULL, NULL),
(6, 'marca6', NULL, 'A', NULL, NULL),
(5, 'marca5', NULL, 'A', NULL, NULL),
(4, 'marca4', NULL, 'A', NULL, NULL),
(3, 'marca3', NULL, 'A', NULL, NULL),
(2, 'marca2', NULL, 'A', NULL, NULL),
(1, 'marca1', NULL, 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `movimiento_cajas`
--
INSERT INTO `movimiento_cajas` (`id`, `fecha`, `hora`, `valor`, `descripcion`, `tipo_movimiento`, `caja_id`, `created_at`, `updated_at`) VALUES
(10, '2018-05-18', '16:00:34', 23300.00, 'Entrada de dinero por venta realizada', 'entrada', 1, '2018-05-18 21:00:34', '2018-05-18 21:00:34'),
(9, '2018-05-18', '15:54:35', 24000.00, 'Entrada de dinero por venta realizada', 'entrada', 1, '2018-05-18 20:54:35', '2018-05-18 20:54:35'),
(8, '2018-05-18', '15:52:30', 800.00, 'Entrada de dinero por venta realizada', 'entrada', 1, '2018-05-18 20:52:30', '2018-05-18 20:52:30'),
(11, '2018-05-18', '16:51:00', 30900.00, 'Salida de dinero por concepto de compra de producto de la factura #3', 'salida', 1, '2018-05-18 21:51:00', '2018-05-18 21:51:00'),
(12, '2018-05-18', '16:55:52', 800.00, 'Entrada de dinero por venta realizada', 'entrada', 1, '2018-05-18 21:55:52', '2018-05-18 21:55:52'),
(13, '2018-05-18', '20:11:13', 1200000.00, 'pago de leo messi desde el 12 de septiembre al 12 de octubre', 'entrada', 1, '2018-05-19 01:11:13', '2018-05-19 01:11:13'),
(14, '2018-05-18', '20:29:33', 100000.00, 'pagar a kevin', 'entrada', 1, '2018-05-19 01:29:33', '2018-05-19 01:29:33'),
(15, '2018-05-18', '20:33:44', 15000.00, 'compre 3 kilos de perico', 'salida', 1, '2018-05-19 01:33:44', '2018-05-19 01:33:44'),
(16, '2018-05-21', '00:44:42', 50000.00, 'base', 'entrada', 1, '2018-05-21 05:44:42', '2018-05-21 05:44:42'),
(17, '2018-05-21', '00:51:48', 25000.00, 'pago postobon', 'salida', 1, '2018-05-21 05:51:48', '2018-05-21 05:51:48');
--
-- Volcado de datos para la tabla `municipios`
--
INSERT INTO `municipios` (`id`, `nombre`, `fk_departamento`, `estado`, `created_at`, `updated_at`) VALUES
('11001', 'SANTAFE DE BOGOTA', '11', 'A', NULL, NULL),
('13001', 'CARTAGENA', '13', 'A', NULL, NULL),
('13006', 'ACHI', '13', 'A', NULL, NULL),
('13030', 'ALTOS DEL ROSARIO', '13', 'A', NULL, NULL),
('13042', 'ARENAL', '13', 'A', NULL, NULL),
('13052', 'ARJONA', '13', 'A', NULL, NULL),
('13074', 'BARRANCO DE LOBA', '13', 'A', NULL, NULL),
('13140', 'CALAMAR', '13', 'A', NULL, NULL),
('13160', 'CANTAGALLO', '13', 'A', NULL, NULL),
('13188', 'CICUCO', '13', 'A', NULL, NULL),
('13212', 'CORDOBA', '13', 'A', NULL, NULL),
('13222', 'CLEMENCIA', '13', 'A', NULL, NULL),
('13244', 'EL CARMEN DE BOLIVAR', '13', 'A', NULL, NULL),
('13248', 'EL GUAMO', '13', 'A', NULL, NULL),
('13268', 'EL PEÑON', '13', 'A', NULL, NULL),
('13300', 'HATILLO DE LOBA', '13', 'A', NULL, NULL),
('13430', 'MAGANGUE', '13', 'A', NULL, NULL),
('13433', 'MAHATES', '13', 'A', NULL, NULL),
('13440', 'MARGARITA', '13', 'A', NULL, NULL),
('13442', 'MARIA LA BAJA', '13', 'A', NULL, NULL),
('13458', 'MONTECRISTO', '13', 'A', NULL, NULL),
('13468', 'MOMPOS', '13', 'A', NULL, NULL),
('13473', 'MORALES', '13', 'A', NULL, NULL),
('13549', 'PINILLOS', '13', 'A', NULL, NULL),
('13580', 'REGIDOR', '13', 'A', NULL, NULL),
('13600', 'RIO VIEJO', '13', 'A', NULL, NULL),
('13620', 'SAN CRISTOBAL', '13', 'A', NULL, NULL),
('13647', 'SAN ESTANISLAO', '13', 'A', NULL, NULL),
('13650', 'SAN FERNANDO', '13', 'A', NULL, NULL),
('13654', 'SAN JACINTO', '13', 'A', NULL, NULL),
('13657', 'SAN JUAN NEPOMUCENO', '13', 'A', NULL, NULL),
('13667', 'SAN MARTIN DE LOBA', '13', 'A', NULL, NULL),
('13670', 'SAN PABLO', '13', 'A', NULL, NULL),
('13673', 'SANTA CATALINA', '13', 'A', NULL, NULL),
('13683', 'SANTA ROSA', '13', 'A', NULL, NULL),
('13688', 'SANTA ROSA DEL SUR', '13', 'A', NULL, NULL),
('13744', 'SIMITI', '13', 'A', NULL, NULL),
('13760', 'SOPLAVIENTO', '13', 'A', NULL, NULL),
('13780', 'TALAIGUA NUEVO', '13', 'A', NULL, NULL),
('13810', 'TIQUISIO', '13', 'A', NULL, NULL),
('13836', 'TURBACO', '13', 'A', NULL, NULL),
('13838', 'TURBANA', '13', 'A', NULL, NULL),
('13873', 'VILLANUEVA', '13', 'A', NULL, NULL),
('13894', 'ZAMBRANO', '13', 'A', NULL, NULL),
('15001', 'TUNJA', '15', 'A', NULL, NULL),
('15022', 'ALMEIDA', '15', 'A', NULL, NULL),
('15047', 'AQUITANIA', '15', 'A', NULL, NULL),
('15051', 'ARCABUCO', '15', 'A', NULL, NULL),
('15087', 'BELEN', '15', 'A', NULL, NULL),
('15090', 'BERBEO', '15', 'A', NULL, NULL),
('15092', 'BETEITIVA', '15', 'A', NULL, NULL),
('15097', 'BOAVITA', '15', 'A', NULL, NULL),
('15104', 'BOYACA', '15', 'A', NULL, NULL),
('15106', 'BRICEÑ0', '15', 'A', NULL, NULL),
('15109', 'BUENAVISTA', '15', 'A', NULL, NULL),
('15114', 'BUSBANZA', '15', 'A', NULL, NULL),
('15131', 'CALDAS', '15', 'A', NULL, NULL),
('15135', 'CAMPOHERMOSO', '15', 'A', NULL, NULL),
('15162', 'CERINZA', '15', 'A', NULL, NULL),
('15172', 'CHINAVITA', '15', 'A', NULL, NULL),
('15176', 'CHIQUINQUIRA', '15', 'A', NULL, NULL),
('15180', 'CHISCAS', '15', 'A', NULL, NULL),
('15183', 'CHITA', '15', 'A', NULL, NULL),
('15185', 'CHITARAQUE', '15', 'A', NULL, NULL),
('15187', 'CHIVATA', '15', 'A', NULL, NULL),
('15189', 'CIENEGA', '15', 'A', NULL, NULL),
('15204', 'COMBITA', '15', 'A', NULL, NULL),
('15212', 'COPER', '15', 'A', NULL, NULL),
('15215', 'CORRALES', '15', 'A', NULL, NULL),
('15218', 'COVARACHIA', '15', 'A', NULL, NULL),
('15223', 'CUBARA', '15', 'A', NULL, NULL),
('15224', 'CUCAITA', '15', 'A', NULL, NULL),
('15226', 'CUITIVA', '15', 'A', NULL, NULL),
('15232', 'CHIQUIZA', '15', 'A', NULL, NULL),
('15236', 'CHIVOR', '15', 'A', NULL, NULL),
('15238', 'DUITAMA', '15', 'A', NULL, NULL),
('15244', 'EL COCUY', '15', 'A', NULL, NULL),
('15248', 'EL ESPINO', '15', 'A', NULL, NULL),
('15272', 'FIRAVITOBA', '15', 'A', NULL, NULL),
('15276', 'FLORESTA', '15', 'A', NULL, NULL),
('15293', 'GACHANTIVA', '15', 'A', NULL, NULL),
('15296', 'GAMEZA', '15', 'A', NULL, NULL),
('15299', 'GARAGOA', '15', 'A', NULL, NULL),
('15317', 'GUACAMAYAS', '15', 'A', NULL, NULL),
('15322', 'GUATEQUE', '15', 'A', NULL, NULL),
('15325', 'GUAYATA', '15', 'A', NULL, NULL),
('15332', 'GUICAN', '15', 'A', NULL, NULL),
('15362', 'IZA', '15', 'A', NULL, NULL),
('15367', 'JENESANO', '15', 'A', NULL, NULL),
('15368', 'JERICO', '15', 'A', NULL, NULL),
('15377', 'LABRANZAGRANDE', '15', 'A', NULL, NULL),
('15380', 'LA CAPILLA', '15', 'A', NULL, NULL),
('15401', 'LA VICTORIA', '15', 'A', NULL, NULL),
('15403', 'LA UVITA', '15', 'A', NULL, NULL),
('15407', 'VILLA DE LEIVA', '15', 'A', NULL, NULL),
('15425', 'MACANAL', '15', 'A', NULL, NULL),
('15442', 'MARIPI', '15', 'A', NULL, NULL),
('15455', 'MIRAFLORES', '15', 'A', NULL, NULL),
('15464', 'MONGUA', '15', 'A', NULL, NULL),
('15466', 'MONGUI', '15', 'A', NULL, NULL),
('15469', 'MONIQUIRA', '15', 'A', NULL, NULL),
('15476', 'MOTAVITA', '15', 'A', NULL, NULL),
('15480', 'MUZO', '15', 'A', NULL, NULL),
('15491', 'NOBSA', '15', 'A', NULL, NULL),
('15494', 'NUEVO COLON', '15', 'A', NULL, NULL),
('15500', 'OICATA', '15', 'A', NULL, NULL),
('15507', 'OTANCHE', '15', 'A', NULL, NULL),
('15511', 'PACHAVITA', '15', 'A', NULL, NULL),
('15514', 'PAEZ', '15', 'A', NULL, NULL),
('15516', 'PAIPA', '15', 'A', NULL, NULL),
('15518', 'PAJARITO', '15', 'A', NULL, NULL),
('15522', 'PANQUEBA', '15', 'A', NULL, NULL),
('15531', 'PAUNA', '15', 'A', NULL, NULL),
('15533', 'PAYA', '15', 'A', NULL, NULL),
('15537', 'PAZ DE RIO', '15', 'A', NULL, NULL),
('15542', 'PESCA', '15', 'A', NULL, NULL),
('15550', 'PISVA', '15', 'A', NULL, NULL),
('15572', 'PUERTO BOYACA', '15', 'A', NULL, NULL),
('15580', 'QUIPAMA', '15', 'A', NULL, NULL),
('15599', 'RAMIRIQUI', '15', 'A', NULL, NULL),
('15600', 'RAQUIRA', '15', 'A', NULL, NULL),
('15621', 'RONDON', '15', 'A', NULL, NULL),
('15632', 'SABOYA', '15', 'A', NULL, NULL),
('15638', 'SACHICA', '15', 'A', NULL, NULL),
('15646', 'SAMACA', '15', 'A', NULL, NULL),
('15660', 'SAN EDUARDO', '15', 'A', NULL, NULL),
('15664', 'SAN JOSE DE PARE', '15', 'A', NULL, NULL),
('15667', 'SAN LUIS DE GACENO', '15', 'A', NULL, NULL),
('15673', 'SAN MATEO', '15', 'A', NULL, NULL),
('15676', 'SAN MIGUEL DE SEMA', '15', 'A', NULL, NULL),
('15681', 'SAN PABLO DE BORBUR', '15', 'A', NULL, NULL),
('15686', 'SANTANA', '15', 'A', NULL, NULL),
('15690', 'SANTA MARIA', '15', 'A', NULL, NULL),
('15693', 'SANTA ROSA DE VITERBO', '15', 'A', NULL, NULL),
('15696', 'SANTA SOFIA', '15', 'A', NULL, NULL),
('15720', 'SATIVANORTE', '15', 'A', NULL, NULL),
('15723', 'SATIVASUR', '15', 'A', NULL, NULL),
('15740', 'SIACHOQUE', '15', 'A', NULL, NULL),
('15753', 'SOATA', '15', 'A', NULL, NULL),
('15755', 'SOCOTA', '15', 'A', NULL, NULL),
('15757', 'SOCHA', '15', 'A', NULL, NULL),
('15759', 'SOGAMOSO', '15', 'A', NULL, NULL),
('15761', 'SOMONDOCO', '15', 'A', NULL, NULL),
('15762', 'SORA', '15', 'A', NULL, NULL),
('15763', 'SOTAQUIRA', '15', 'A', NULL, NULL),
('15764', 'SORACA', '15', 'A', NULL, NULL),
('15774', 'SUSACON', '15', 'A', NULL, NULL),
('15776', 'SUTAMARCHAN', '15', 'A', NULL, NULL),
('15778', 'SUTATENZA', '15', 'A', NULL, NULL),
('15790', 'TASCO', '15', 'A', NULL, NULL),
('15798', 'TENZA', '15', 'A', NULL, NULL),
('15804', 'TIBANA', '15', 'A', NULL, NULL),
('15806', 'TIBASOSA', '15', 'A', NULL, NULL),
('15808', 'TINJACA', '15', 'A', NULL, NULL),
('15810', 'TIPACOQUE', '15', 'A', NULL, NULL),
('15814', 'TOCA', '15', 'A', NULL, NULL),
('15816', 'TOGUI', '15', 'A', NULL, NULL),
('15820', 'TOPAGA', '15', 'A', NULL, NULL),
('15822', 'TOTA', '15', 'A', NULL, NULL),
('15832', 'TUNUNGA', '15', 'A', NULL, NULL),
('15835', 'TURMEQUE', '15', 'A', NULL, NULL),
('15837', 'TUTA', '15', 'A', NULL, NULL),
('15839', 'TUTAZA', '15', 'A', NULL, NULL),
('15842', 'UMBITA', '15', 'A', NULL, NULL),
('15861', 'VENTAQUEMADA', '15', 'A', NULL, NULL),
('15879', 'VIRACACHA', '15', 'A', NULL, NULL),
('15897', 'ZETAQUIRA', '15', 'A', NULL, NULL),
('17001', 'MANIZALES', '17', 'A', NULL, NULL),
('17013', 'AGUADAS', '17', 'A', NULL, NULL),
('17042', 'ANSERMA', '17', 'A', NULL, NULL),
('17050', 'ARANZAZU', '17', 'A', NULL, NULL),
('17088', 'BELALCAZAR', '17', 'A', NULL, NULL),
('17174', 'CHINCHINA', '17', 'A', NULL, NULL),
('17272', 'FILADELFIA', '17', 'A', NULL, NULL),
('17380', 'LA DORADA', '17', 'A', NULL, NULL),
('17388', 'LA MERCED', '17', 'A', NULL, NULL),
('17433', 'MANZANARES', '17', 'A', NULL, NULL),
('17442', 'MARMATO', '17', 'A', NULL, NULL),
('17444', 'MARQUETALIA', '17', 'A', NULL, NULL),
('17446', 'MARULANDA', '17', 'A', NULL, NULL),
('17486', 'NEIRA', '17', 'A', NULL, NULL),
('17495', 'NORCASIA (CALDAS)', '17', 'A', NULL, NULL),
('17513', 'PACORA', '17', 'A', NULL, NULL),
('17524', 'PALESTINA', '17', 'A', NULL, NULL),
('17541', 'PENSILVANIA', '17', 'A', NULL, NULL),
('17614', 'RIOSUCIO', '17', 'A', NULL, NULL),
('17616', 'RISARALDA', '17', 'A', NULL, NULL),
('17653', 'SALAMINA', '17', 'A', NULL, NULL),
('17662', 'SAMANA', '17', 'A', NULL, NULL),
('17777', 'SUPIA', '17', 'A', NULL, NULL),
('17867', 'VICTORIA', '17', 'A', NULL, NULL),
('17873', 'VILLAMARIA', '17', 'A', NULL, NULL),
('17877', 'VITERBO', '17', 'A', NULL, NULL),
('18001', 'FLORENCIA', '18', 'A', NULL, NULL),
('18029', 'ALBANIA', '18', 'A', NULL, NULL),
('18094', 'BELEN DE LOS ANDAQUIES', '18', 'A', NULL, NULL),
('18150', 'CARTAGENA DEL CHAIRA', '18', 'A', NULL, NULL),
('18205', 'CURILLO', '18', 'A', NULL, NULL),
('18247', 'EL DONCELLO', '18', 'A', NULL, NULL),
('18256', 'PAUJIL', '18', 'A', NULL, NULL),
('18410', 'MONTANITA', '18', 'A', NULL, NULL),
('18460', 'MILAN', '18', 'A', NULL, NULL),
('18479', 'MORELIA', '18', 'A', NULL, NULL),
('18592', 'PUERTO RICO', '18', 'A', NULL, NULL),
('18610', 'SAN JOSE DEL FRAGUA', '18', 'A', NULL, NULL),
('18753', 'SAN VICENTE DEL CAGUAN', '18', 'A', NULL, NULL),
('18765', 'SOLANO', '18', 'A', NULL, NULL),
('18785', 'SOLITA', '18', 'A', NULL, NULL),
('18860', 'VALPARAISO', '18', 'A', NULL, NULL),
('19001', 'POPAYAN', '19', 'A', NULL, NULL),
('19022', 'ALMAGUER', '19', 'A', NULL, NULL),
('19050', 'ARGELIA', '19', 'A', NULL, NULL),
('19075', 'BALBOA', '19', 'A', NULL, NULL),
('19100', 'BOLIVAR', '19', 'A', NULL, NULL),
('19110', 'BUENOS AIRES', '19', 'A', NULL, NULL),
('19130', 'CAJIBIO', '19', 'A', NULL, NULL),
('19137', 'CALDONO', '19', 'A', NULL, NULL),
('19142', 'CALOTO', '19', 'A', NULL, NULL),
('19212', 'CORINTO', '19', 'A', NULL, NULL),
('19256', 'EL TAMBO', '19', 'A', NULL, NULL),
('19290', 'FLORENCIA', '19', 'A', NULL, NULL),
('19318', 'GUAPI', '19', 'A', NULL, NULL),
('19355', 'INZA', '19', 'A', NULL, NULL),
('19364', 'JAMBALO', '19', 'A', NULL, NULL),
('19392', 'LA SIERRA', '19', 'A', NULL, NULL),
('19397', 'LA VEGA', '19', 'A', NULL, NULL),
('19418', 'LOPEZ', '19', 'A', NULL, NULL),
('19450', 'MERCADERES', '19', 'A', NULL, NULL),
('19455', 'MIRANDA', '19', 'A', NULL, NULL),
('19473', 'MORALES', '19', 'A', NULL, NULL),
('19513', 'PADILLA', '19', 'A', NULL, NULL),
('19517', 'PAEZ (BELALCAZAR)', '19', 'A', NULL, NULL),
('19532', 'PATIA (EL BORDO)', '19', 'A', NULL, NULL),
('19548', 'PIENDAMO', '19', 'A', NULL, NULL),
('19573', 'PUERTO TEJADA', '19', 'A', NULL, NULL),
('19585', 'PURACE (COCONUCO)', '19', 'A', NULL, NULL),
('19622', 'ROSAS', '19', 'A', NULL, NULL),
('19693', 'SAN SEBASTIAN', '19', 'A', NULL, NULL),
('19698', 'SANTANDER DE QUILICHAO', '19', 'A', NULL, NULL),
('19701', 'SANTA ROSA', '19', 'A', NULL, NULL),
('19743', 'SILVIA', '19', 'A', NULL, NULL),
('19760', 'SOTARA (PAISPAMBA)', '19', 'A', NULL, NULL),
('19780', 'SUAREZ', '19', 'A', NULL, NULL),
('19785', 'SUCRE (CAUCA)', '19', 'A', NULL, NULL),
('19807', 'TIMBIO', '19', 'A', NULL, NULL),
('19809', 'TIMBIQUI', '19', 'A', NULL, NULL),
('19821', 'TORIBIO', '19', 'A', NULL, NULL),
('19824', 'TOTORO', '19', 'A', NULL, NULL),
('20001', 'VALLEDUPAR', '20', 'A', NULL, NULL),
('20011', 'AGUACHICA', '20', 'A', NULL, NULL),
('20013', 'AGUSTIN CODAZZI', '20', 'A', NULL, NULL),
('20032', 'ASTREA', '20', 'A', NULL, NULL),
('20045', 'BECERRIL', '20', 'A', NULL, NULL),
('20060', 'BOSCONIA', '20', 'A', NULL, NULL),
('20175', 'CHIMICHAGUA', '20', 'A', NULL, NULL),
('20178', 'CHIRIGUANA', '20', 'A', NULL, NULL),
('20228', 'CURUMANI', '20', 'A', NULL, NULL),
('20238', 'EL COPEY', '20', 'A', NULL, NULL),
('20250', 'EL PASO', '20', 'A', NULL, NULL),
('20295', 'GAMARRA', '20', 'A', NULL, NULL),
('20310', 'GONZALEZ', '20', 'A', NULL, NULL),
('20383', 'LA GLORIA', '20', 'A', NULL, NULL),
('20400', 'LA JAGUA DE IBIRICO', '20', 'A', NULL, NULL),
('20443', 'MANAURE BALCON DEL CESAR', '20', 'A', NULL, NULL),
('20517', 'PAILITAS', '20', 'A', NULL, NULL),
('20550', 'PELAYA', '20', 'A', NULL, NULL),
('20614', 'RIO DE ORO', '20', 'A', NULL, NULL),
('20621', 'LA PAZ', '20', 'A', NULL, NULL),
('20710', 'SAN ALBERTO', '20', 'A', NULL, NULL),
('20750', 'SAN DIEGO', '20', 'A', NULL, NULL),
('20770', 'SAN MARTIN', '20', 'A', NULL, NULL),
('20787', 'TAMALAMEQUE', '20', 'A', NULL, NULL),
('23001', 'MONTERIA', '23', 'A', NULL, NULL),
('23068', 'AYAPEL', '23', 'A', NULL, NULL),
('23079', 'BUENAVISTA', '23', 'A', NULL, NULL),
('23090', 'CANALETE', '23', 'A', NULL, NULL),
('23162', 'CERETE', '23', 'A', NULL, NULL),
('23168', 'CHIMA', '23', 'A', NULL, NULL),
('23182', 'CHINU', '23', 'A', NULL, NULL),
('23189', 'CIENAGA DE ORO', '23', 'A', NULL, NULL),
('23300', 'COTORRA', '23', 'A', NULL, NULL),
('23350', 'LA APARTADA', '23', 'A', NULL, NULL),
('23417', 'LORICA', '23', 'A', NULL, NULL),
('23419', 'LOS CORDOBAS', '23', 'A', NULL, NULL),
('23464', 'MOMIL', '23', 'A', NULL, NULL),
('23466', 'MONTELIBANO', '23', 'A', NULL, NULL),
('23500', 'MOÑITOS', '23', 'A', NULL, NULL),
('23555', 'PLANETA RICA', '23', 'A', NULL, NULL),
('23570', 'PUEBLO NUEVO', '23', 'A', NULL, NULL),
('23574', 'PUERTO ESCONDIDO', '23', 'A', NULL, NULL),
('23580', 'PUERTO LIBERTADOR', '23', 'A', NULL, NULL),
('23586', 'PURISIMA', '23', 'A', NULL, NULL),
('23660', 'SAHAGUN', '23', 'A', NULL, NULL),
('23670', 'SAN ANDRES DE SOTAVENTO', '23', 'A', NULL, NULL),
('23672', 'SAN ANTERO', '23', 'A', NULL, NULL),
('23675', 'SAN BERNARDO DEL VIENTO', '23', 'A', NULL, NULL),
('23678', 'SAN CARLOS', '23', 'A', NULL, NULL),
('23686', 'SAN PELAYO', '23', 'A', NULL, NULL),
('23807', 'TIERRALTA', '23', 'A', NULL, NULL),
('23855', 'VALENCIA', '23', 'A', NULL, NULL),
('25001', 'AGUA DE DIOS', '25', 'A', NULL, NULL),
('25019', 'ALBAN', '25', 'A', NULL, NULL),
('25035', 'ANAPOIMA', '25', 'A', NULL, NULL),
('25040', 'ANOLAIMA', '25', 'A', NULL, NULL),
('25053', 'ARBELAEZ', '25', 'A', NULL, NULL),
('25086', 'BELTRAN', '25', 'A', NULL, NULL),
('25095', 'BITUIMA', '25', 'A', NULL, NULL),
('25099', 'BOJACA', '25', 'A', NULL, NULL),
('25120', 'CABRERA', '25', 'A', NULL, NULL),
('25123', 'CACHIPAY', '25', 'A', NULL, NULL),
('25126', 'CAJICA', '25', 'A', NULL, NULL),
('25148', 'CAPARRAPI', '25', 'A', NULL, NULL),
('25151', 'CAQUEZA', '25', 'A', NULL, NULL),
('25154', 'CARMEN DE CARUPA', '25', 'A', NULL, NULL),
('25168', 'CHAGUANI', '25', 'A', NULL, NULL),
('25175', 'CHIA', '25', 'A', NULL, NULL),
('25178', 'CHIPAQUE', '25', 'A', NULL, NULL),
('25181', 'CHOACHI', '25', 'A', NULL, NULL),
('25183', 'CHOCONTA', '25', 'A', NULL, NULL),
('25200', 'COGUA', '25', 'A', NULL, NULL),
('25214', 'COTA', '25', 'A', NULL, NULL),
('25224', 'CUCUNUBA', '25', 'A', NULL, NULL),
('25245', 'EL COLEGIO', '25', 'A', NULL, NULL),
('25258', 'EL PEÑON', '25', 'A', NULL, NULL),
('25260', 'EL ROSAL', '25', 'A', NULL, NULL),
('25269', 'FACATATIVA', '25', 'A', NULL, NULL),
('25279', 'FOMEQUE', '25', 'A', NULL, NULL),
('25281', 'FOSCA', '25', 'A', NULL, NULL),
('25286', 'FUNZA', '25', 'A', NULL, NULL),
('25288', 'FUQUENE', '25', 'A', NULL, NULL),
('25290', 'FUSAGASUGA', '25', 'A', NULL, NULL),
('25293', 'GACHALA', '25', 'A', NULL, NULL),
('25295', 'GACHANCIPA', '25', 'A', NULL, NULL),
('25297', 'GACHETA', '25', 'A', NULL, NULL),
('25299', 'GAMA', '25', 'A', NULL, NULL),
('25307', 'GIRARDOT', '25', 'A', NULL, NULL),
('25312', 'GRANADA', '25', 'A', NULL, NULL),
('25317', 'GUACHETA', '25', 'A', NULL, NULL),
('25320', 'GUADUAS', '25', 'A', NULL, NULL),
('25322', 'GUASCA', '25', 'A', NULL, NULL),
('25324', 'GUATAQUI', '25', 'A', NULL, NULL),
('25326', 'GUATAVITA', '25', 'A', NULL, NULL),
('25328', 'GUAYABAL DE SIQUIMA', '25', 'A', NULL, NULL),
('25335', 'GUAYABETAL', '25', 'A', NULL, NULL),
('25339', 'GUTIERREZ', '25', 'A', NULL, NULL),
('25368', 'JERUSALEN', '25', 'A', NULL, NULL),
('25372', 'JUNIN', '25', 'A', NULL, NULL),
('25377', 'LA CALERA', '25', 'A', NULL, NULL),
('25386', 'LA MESA', '25', 'A', NULL, NULL),
('25394', 'LA PALMA', '25', 'A', NULL, NULL),
('25398', 'LA PEYA', '25', 'A', NULL, NULL),
('25402', 'LA VEGA', '25', 'A', NULL, NULL),
('25407', 'LENGUAZAQUE', '25', 'A', NULL, NULL),
('25426', 'MACHETA', '25', 'A', NULL, NULL),
('25430', 'MADRID', '25', 'A', NULL, NULL),
('25436', 'MANTA', '25', 'A', NULL, NULL),
('25438', 'MEDINA', '25', 'A', NULL, NULL),
('25473', 'MOSQUERA', '25', 'A', NULL, NULL),
('25483', 'NARIO', '25', 'A', NULL, NULL),
('25486', 'NEMOCON', '25', 'A', NULL, NULL),
('25488', 'NILO', '25', 'A', NULL, NULL),
('25489', 'NIMAIMA', '25', 'A', NULL, NULL),
('25491', 'NOCAIMA', '25', 'A', NULL, NULL),
('25506', 'VENECIA', '25', 'A', NULL, NULL),
('25513', 'PACHO', '25', 'A', NULL, NULL),
('25518', 'PAIME', '25', 'A', NULL, NULL),
('25524', 'PANDI', '25', 'A', NULL, NULL),
('25530', 'PARATEBUENO', '25', 'A', NULL, NULL),
('25535', 'PASCA', '25', 'A', NULL, NULL),
('25572', 'PUERTO SALGAR', '25', 'A', NULL, NULL),
('25580', 'PULI', '25', 'A', NULL, NULL),
('25592', 'QUEBRADANEGRA', '25', 'A', NULL, NULL),
('25594', 'QUETAME', '25', 'A', NULL, NULL),
('25596', 'QUIPILE', '25', 'A', NULL, NULL),
('25599', 'APULO', '25', 'A', NULL, NULL),
('25612', 'RICAURTE', '25', 'A', NULL, NULL),
('25645', 'SAN ANTONIO DEL TEQUENDAMA', '25', 'A', NULL, NULL),
('25649', 'SAN BERNARDO', '25', 'A', NULL, NULL),
('25653', 'SAN CAYETANO', '25', 'A', NULL, NULL),
('25658', 'SAN FRANCISCO', '25', 'A', NULL, NULL),
('25662', 'SAN JUAN DE RIOSECO', '25', 'A', NULL, NULL),
('25718', 'SASAIMA', '25', 'A', NULL, NULL),
('25736', 'SESQUILE', '25', 'A', NULL, NULL),
('25740', 'SIBATE', '25', 'A', NULL, NULL),
('25743', 'SILVANIA', '25', 'A', NULL, NULL),
('25745', 'SIMIJACA', '25', 'A', NULL, NULL),
('25754', 'SOACHA', '25', 'A', NULL, NULL),
('25758', 'SOPO', '25', 'A', NULL, NULL),
('25769', 'SUBACHOQUE', '25', 'A', NULL, NULL),
('25772', 'SUESCA', '25', 'A', NULL, NULL),
('25777', 'SUPATA', '25', 'A', NULL, NULL),
('25779', 'SUSA', '25', 'A', NULL, NULL),
('25781', 'SUTATAUSA', '25', 'A', NULL, NULL),
('25785', 'TABIO', '25', 'A', NULL, NULL),
('25793', 'TAUSA', '25', 'A', NULL, NULL),
('25797', 'TENA', '25', 'A', NULL, NULL),
('25799', 'TENJO', '25', 'A', NULL, NULL),
('25805', 'TIBACUY', '25', 'A', NULL, NULL),
('25807', 'TIBIRITA', '25', 'A', NULL, NULL),
('25815', 'TOCAIMA', '25', 'A', NULL, NULL),
('25817', 'TOCANCIPA', '25', 'A', NULL, NULL),
('25823', 'TOPAIPI', '25', 'A', NULL, NULL),
('25839', 'UBALA', '25', 'A', NULL, NULL),
('25841', 'UBAQUE', '25', 'A', NULL, NULL),
('25843', 'UBATE', '25', 'A', NULL, NULL),
('25845', 'UNE', '25', 'A', NULL, NULL),
('25851', 'UTICA', '25', 'A', NULL, NULL),
('25862', 'VERGARA', '25', 'A', NULL, NULL),
('25867', 'VIANI', '25', 'A', NULL, NULL),
('25871', 'VILLAGOMEZ', '25', 'A', NULL, NULL),
('25873', 'VILLAPINZON', '25', 'A', NULL, NULL),
('25875', 'VILLETA', '25', 'A', NULL, NULL),
('25878', 'VIOTA', '25', 'A', NULL, NULL),
('25885', 'YACOPI', '25', 'A', NULL, NULL),
('25890', 'ULALA', '25', 'A', NULL, NULL),
('25898', 'ZIPACON', '25', 'A', NULL, NULL),
('25899', 'ZIPAQUIRA', '25', 'A', NULL, NULL),
('27001', 'QUIBDO', '27', 'A', NULL, NULL),
('27006', 'ACANDI', '27', 'A', NULL, NULL),
('27050', 'ATRATO (CHOCO)', '27', 'A', NULL, NULL),
('27073', 'BAGADO', '27', 'A', NULL, NULL),
('27075', 'BAHIA SOLANO (MUTIS)', '27', 'A', NULL, NULL),
('27077', 'BAJO BAUDO (PIZARRO)', '27', 'A', NULL, NULL),
('27086', 'BLEN DE BAJIRA (CHOCO)', '27', 'A', NULL, NULL),
('27099', 'BOJAYA (BELLAVISTA)', '27', 'A', NULL, NULL),
('27205', 'CONDOTO', '27', 'A', NULL, NULL),
('27245', 'EL CARMEN DE ATRATO', '27', 'A', NULL, NULL),
('27361', 'ISTMINA', '27', 'A', NULL, NULL),
('27372', 'JURADO', '27', 'A', NULL, NULL),
('27413', 'LLORO', '27', 'A', NULL, NULL),
('27491', 'NOVITA', '27', 'A', NULL, NULL),
('27495', 'NUQUI', '27', 'A', NULL, NULL),
('27580', 'RIO IRO (CHOCO)', '27', 'A', NULL, NULL),
('27615', 'RIOSUCIO', '27', 'A', NULL, NULL),
('27660', 'SAN JOSE DEL PALMAR', '27', 'A', NULL, NULL),
('27745', 'SIPI', '27', 'A', NULL, NULL),
('27787', 'TADO', '27', 'A', NULL, NULL),
('27800', 'UNGUIA', '27', 'A', NULL, NULL),
('41001', 'NEIVA', '41', 'A', NULL, NULL),
('41006', 'ACEVEDO', '41', 'A', NULL, NULL),
('41013', 'AGRADO', '41', 'A', NULL, NULL),
('41016', 'AIPE', '41', 'A', NULL, NULL),
('41020', 'ALGECIRAS', '41', 'A', NULL, NULL),
('41026', 'ALTAMIRA', '41', 'A', NULL, NULL),
('41078', 'BARAYA', '41', 'A', NULL, NULL),
('41132', 'CAMPOALEGRE', '41', 'A', NULL, NULL),
('41206', 'COLOMBIA', '41', 'A', NULL, NULL),
('41244', 'ELIAS', '41', 'A', NULL, NULL),
('41298', 'GARZON', '41', 'A', NULL, NULL),
('41306', 'GIGANTE', '41', 'A', NULL, NULL),
('41319', 'GUADALUPE', '41', 'A', NULL, NULL),
('41349', 'HOBO', '41', 'A', NULL, NULL),
('41357', 'IQUIRA', '41', 'A', NULL, NULL),
('41359', 'ISNOS', '41', 'A', NULL, NULL),
('41378', 'LA ARGENTINA', '41', 'A', NULL, NULL),
('41396', 'LA PLATA', '41', 'A', NULL, NULL),
('41483', 'NATAGA', '41', 'A', NULL, NULL),
('41503', 'OPORAPA', '41', 'A', NULL, NULL),
('41518', 'PAICOL', '41', 'A', NULL, NULL),
('41524', 'PALERMO', '41', 'A', NULL, NULL),
('41530', 'PALESTINA', '41', 'A', NULL, NULL),
('41548', 'PITAL', '41', 'A', NULL, NULL),
('41551', 'PITALITO', '41', 'A', NULL, NULL),
('41615', 'RIVERA', '41', 'A', NULL, NULL),
('41660', 'SALADOBLANCO', '41', 'A', NULL, NULL),
('41668', 'SAN AGUSTIN', '41', 'A', NULL, NULL),
('41676', 'SANTA MARIA', '41', 'A', NULL, NULL),
('41770', 'SUAZA', '41', 'A', NULL, NULL),
('41791', 'TARQUI', '41', 'A', NULL, NULL),
('41797', 'TESALIA', '41', 'A', NULL, NULL),
('41799', 'TELLO', '41', 'A', NULL, NULL),
('41801', 'TERUEL', '41', 'A', NULL, NULL),
('41807', 'TIMANA', '41', 'A', NULL, NULL),
('41872', 'VILLAVIEJA', '41', 'A', NULL, NULL),
('41885', 'YAGUARA', '41', 'A', NULL, NULL),
('44001', 'RIOHACHA', '44', 'A', NULL, NULL),
('44035', 'ALBANIA (GUAJIRA)', '44', 'A', NULL, NULL),
('44078', 'BARRANCAS', '44', 'A', NULL, NULL),
('44090', 'DIBULLA', '44', 'A', NULL, NULL),
('44098', 'DISTRACCION', '44', 'A', NULL, NULL),
('44110', 'EL MOLINO', '44', 'A', NULL, NULL),
('44279', 'FONSECA', '44', 'A', NULL, NULL),
('44378', 'HATO NUEVO', '44', 'A', NULL, NULL),
('44430', 'MAICAO', '44', 'A', NULL, NULL),
('44560', 'MANAURE', '44', 'A', NULL, NULL),
('44650', 'SAN JUAN DEL CESAR', '44', 'A', NULL, NULL),
('44847', 'URIBIA', '44', 'A', NULL, NULL),
('44855', 'URUMITA', '44', 'A', NULL, NULL),
('44874', 'VILLANUEVA', '44', 'A', NULL, NULL),
('47001', 'SANTA MARTA', '47', 'A', NULL, NULL),
('47053', 'ARACATACA', '47', 'A', NULL, NULL),
('47161', 'CERRO DE SAN ANTONIO', '47', 'A', NULL, NULL),
('47170', 'CHIVOLO', '47', 'A', NULL, NULL),
('27135', 'EL CANTON DE SAN PABLO', '27', 'A', NULL, NULL),
('27250', 'EL LITORAL DEL SAN JUAN', '27', 'A', NULL, NULL),
('27150', 'CARMEN DEL DARIEN', '27', 'A', NULL, NULL),
('47030', 'ALGARROBO', '47', 'A', NULL, NULL),
('47058', 'ARIGUANI', '47', 'A', NULL, NULL),
('47189', 'CIENAGA', '47', 'A', NULL, NULL),
('47245', 'EL BANCO', '47', 'A', NULL, NULL),
('47258', 'EL PINON', '47', 'A', NULL, NULL),
('47268', 'EL RETEN', '47', 'A', NULL, NULL),
('47288', 'FUNDACION', '47', 'A', NULL, NULL),
('47318', 'GUAMAL', '47', 'A', NULL, NULL),
('47541', 'PEDRAZA', '47', 'A', NULL, NULL),
('47545', 'PIJINO DEL CARMEN', '47', 'A', NULL, NULL),
('47551', 'PIVIJAY', '47', 'A', NULL, NULL),
('47555', 'PLATO', '47', 'A', NULL, NULL),
('47570', 'PUEBLOVIEJO', '47', 'A', NULL, NULL),
('47605', 'REMOLINO', '47', 'A', NULL, NULL),
('47675', 'SALAMINA', '47', 'A', NULL, NULL),
('47692', 'SAN SEBASTIAN DE BUENAVISTA', '47', 'A', NULL, NULL),
('47703', 'SAN ZENON', '47', 'A', NULL, NULL),
('47707', 'SANTA ANA', '47', 'A', NULL, NULL),
('47745', 'SITIONUEVO', '47', 'A', NULL, NULL),
('47798', 'TENERIFE', '47', 'A', NULL, NULL),
('50001', 'VILLAVICENCIO', '50', 'A', NULL, NULL),
('50006', 'ACACIAS', '50', 'A', NULL, NULL),
('5001', 'MEDELLIN', '5', 'A', NULL, NULL),
('5002', 'ABEJORRAL', '5', 'A', NULL, NULL),
('5004', 'ABRIAQUI', '5', 'A', NULL, NULL),
('50110', 'BARRANCA DE UPIA', '50', 'A', NULL, NULL),
('50124', 'CABUYARO', '50', 'A', NULL, NULL),
('50150', 'CASTILLA LA NUEVA', '50', 'A', NULL, NULL),
('5021', 'ALEJANDRIA', '5', 'A', NULL, NULL),
('50223', 'CUBARRAL', '50', 'A', NULL, NULL),
('50226', 'CUMARAL', '50', 'A', NULL, NULL),
('50245', 'EL CALVARIO', '50', 'A', NULL, NULL),
('50251', 'EL CASTILLO', '50', 'A', NULL, NULL),
('50270', 'EL DORADO', '50', 'A', NULL, NULL),
('50287', 'FUENTE DE ORO', '50', 'A', NULL, NULL),
('5030', 'AMAGA', '5', 'A', NULL, NULL),
('5031', 'AMALFI', '5', 'A', NULL, NULL),
('50313', 'GRANADA', '50', 'A', NULL, NULL),
('50318', 'GUAMAL', '50', 'A', NULL, NULL),
('50325', 'MAPIRIPAN', '50', 'A', NULL, NULL),
('50330', 'MESETAS', '50', 'A', NULL, NULL),
('5034', 'ANDES', '5', 'A', NULL, NULL),
('50350', 'LA MACARENA', '50', 'A', NULL, NULL),
('5036', 'ANGELOPOLIS', '5', 'A', NULL, NULL),
('50370', 'URIBE', '50', 'A', NULL, NULL),
('5038', 'ANGOSTURA', '5', 'A', NULL, NULL),
('5040', 'ANORI', '5', 'A', NULL, NULL),
('50400', 'LEJANIAS', '50', 'A', NULL, NULL),
('5042', 'SANTA FE DE ANTIOQUIA', '5', 'A', NULL, NULL),
('5044', 'ANZA', '5', 'A', NULL, NULL),
('5045', 'APARTADO', '5', 'A', NULL, NULL),
('50450', 'PUERTO CONCORDIA', '50', 'A', NULL, NULL),
('5051', 'ARBOLETES', '5', 'A', NULL, NULL),
('5055', 'ARGELIA', '5', 'A', NULL, NULL),
('50568', 'PUERTO GAITAN', '50', 'A', NULL, NULL),
('50573', 'PUERTO LOPEZ', '50', 'A', NULL, NULL),
('50577', 'PUERTO LLERAS', '50', 'A', NULL, NULL),
('5059', 'ARMENIA', '5', 'A', NULL, NULL),
('50590', 'PUERTO RICO', '50', 'A', NULL, NULL),
('50606', 'RESTREPO', '50', 'A', NULL, NULL),
('50680', 'SAN CARLOS DE GUAROA', '50', 'A', NULL, NULL),
('50683', 'SAN JUAN DE ARAMA', '50', 'A', NULL, NULL),
('50686', 'SAN JUANITO', '50', 'A', NULL, NULL),
('50689', 'SAN MARTIN', '50', 'A', NULL, NULL),
('50711', 'VISTAHERMOSA', '50', 'A', NULL, NULL),
('5079', 'BARBOSA', '5', 'A', NULL, NULL),
('5086', 'BELMIRA', '5', 'A', NULL, NULL),
('5088', 'BELLO', '5', 'A', NULL, NULL),
('5091', 'BETANIA', '5', 'A', NULL, NULL),
('5093', 'BETULIA', '5', 'A', NULL, NULL),
('5101', 'CIUDAD BOLIVAR', '5', 'A', NULL, NULL),
('5107', 'BRICEY0', '5', 'A', NULL, NULL),
('5113', 'BURITICA', '5', 'A', NULL, NULL),
('5120', 'CACERES', '5', 'A', NULL, NULL),
('5125', 'CAICEDO', '5', 'A', NULL, NULL),
('5129', 'CALDAS', '5', 'A', NULL, NULL),
('5134', 'CAMPAMENTO', '5', 'A', NULL, NULL),
('5138', 'CAÑASGORDAS', '5', 'A', NULL, NULL),
('5142', 'CARACOLI', '5', 'A', NULL, NULL),
('5145', 'CARAMANTA', '5', 'A', NULL, NULL),
('5147', 'CAREPA', '5', 'A', NULL, NULL),
('5148', 'CARMEN DE VIBORAL', '5', 'A', NULL, NULL),
('5150', 'CAROLINA', '5', 'A', NULL, NULL),
('5154', 'CAUCASIA', '5', 'A', NULL, NULL),
('5172', 'CHIGORODO', '5', 'A', NULL, NULL),
('5190', 'CISNEROS', '5', 'A', NULL, NULL),
('5197', 'COCORNA', '5', 'A', NULL, NULL),
('52001', 'PASTO', '52', 'A', NULL, NULL),
('52022', 'ALDANA', '52', 'A', NULL, NULL),
('52036', 'ANCUYA', '52', 'A', NULL, NULL),
('5206', 'CONCEPCION', '5', 'A', NULL, NULL),
('52079', 'BARBACOAS', '52', 'A', NULL, NULL),
('52083', 'BELEN', '52', 'A', NULL, NULL),
('5209', 'CONCORDIA', '5', 'A', NULL, NULL),
('52110', 'BUESACO', '52', 'A', NULL, NULL),
('5212', 'COPACABANA', '5', 'A', NULL, NULL),
('52207', 'CONSACA', '52', 'A', NULL, NULL),
('52210', 'CONTADERO', '52', 'A', NULL, NULL),
('52215', 'CORDOBA', '52', 'A', NULL, NULL),
('52227', 'CUMBAL', '52', 'A', NULL, NULL),
('52233', 'CUMBITARA', '52', 'A', NULL, NULL),
('52240', 'CHACHAGUI', '52', 'A', NULL, NULL),
('52250', 'EL CHARCO', '52', 'A', NULL, NULL),
('52256', 'EL ROSARIO', '52', 'A', NULL, NULL),
('52258', 'EL TABLON DE GOMEZ', '52', 'A', NULL, NULL),
('52260', 'EL TAMBO', '52', 'A', NULL, NULL),
('52287', 'FUNES', '52', 'A', NULL, NULL),
('52317', 'GUACHUCAL', '52', 'A', NULL, NULL),
('52320', 'GUAITARILLA', '52', 'A', NULL, NULL),
('52323', 'GUALMATAN', '52', 'A', NULL, NULL),
('5234', 'DABEIBA', '5', 'A', NULL, NULL),
('52352', 'ILES', '52', 'A', NULL, NULL),
('52354', 'IMUES', '52', 'A', NULL, NULL),
('52356', 'IPIALES', '52', 'A', NULL, NULL),
('5237', 'DON MATIAS', '5', 'A', NULL, NULL),
('52378', 'LA CRUZ', '52', 'A', NULL, NULL),
('52381', 'LA FLORIDA', '52', 'A', NULL, NULL),
('52385', 'LA LLANADA', '52', 'A', NULL, NULL),
('52390', 'LA TOLA', '52', 'A', NULL, NULL),
('52399', 'LA UNION', '52', 'A', NULL, NULL),
('5240', 'EBEJICO', '5', 'A', NULL, NULL),
('52405', 'LEIVA', '52', 'A', NULL, NULL),
('52411', 'LINARES', '52', 'A', NULL, NULL),
('52427', 'MAGUI (PAYAN)', '52', 'A', NULL, NULL),
('52473', 'MOSQUERA', '52', 'A', NULL, NULL),
('5250', 'EL BAGRE', '5', 'A', NULL, NULL),
('52506', 'OSPINA', '52', 'A', NULL, NULL),
('52520', 'FRANCISCO PIZARRO', '52', 'A', NULL, NULL),
('52540', 'POLICARPA', '52', 'A', NULL, NULL),
('52560', 'POTOSI', '52', 'A', NULL, NULL),
('52565', 'PROVIDENCIA', '52', 'A', NULL, NULL),
('52573', 'PUERRES', '52', 'A', NULL, NULL),
('52585', 'PUPIALES', '52', 'A', NULL, NULL),
('52612', 'RICAURTE', '52', 'A', NULL, NULL),
('5264', 'ENTRERRIOS', '5', 'A', NULL, NULL),
('5266', 'ENVIGADO', '5', 'A', NULL, NULL),
('52678', 'SAMANIEGO', '52', 'A', NULL, NULL),
('52683', 'SANDONA', '52', 'A', NULL, NULL),
('52685', 'SAN BERNARDO', '52', 'A', NULL, NULL),
('52687', 'SAN LORENZO', '52', 'A', NULL, NULL),
('52693', 'SAN PABLO', '52', 'A', NULL, NULL),
('52699', 'SANTA CRUZ (GUACHAVEZ)', '52', 'A', NULL, NULL),
('52720', 'SAPUYES', '52', 'A', NULL, NULL),
('52786', 'TAMINANGO', '52', 'A', NULL, NULL),
('52788', 'TANGUA', '52', 'A', NULL, NULL),
('5282', 'FREDONIA', '5', 'A', NULL, NULL),
('52835', 'TUMACO', '52', 'A', NULL, NULL),
('52838', 'TUQUERRES', '52', 'A', NULL, NULL),
('5284', 'FRONTINO', '5', 'A', NULL, NULL),
('52885', 'YACUANQUER', '52', 'A', NULL, NULL),
('47980', 'ZONA BANANERA', '47', 'A', NULL, NULL),
('52051', 'ARBOLEDA', '52', 'A', NULL, NULL),
('52019', 'ALBAN', '52', 'A', NULL, NULL),
('52224', 'CUASPUD', '52', 'A', NULL, NULL),
('52203', 'COLON', '52', 'A', NULL, NULL),
('52490', 'OLAYA HERRERA', '52', 'A', NULL, NULL),
('52435', 'MALLAMA', '52', 'A', NULL, NULL),
('52418', 'LOS ANDES', '52', 'A', NULL, NULL),
('52694', 'SAN PEDRO DE CARTAGO', '52', 'A', NULL, NULL),
('52696', 'SANTA BARBARA', '52', 'A', NULL, NULL),
('52621', 'ROBERTO PAYAN', '52', 'A', NULL, NULL),
('5306', 'GIRALDO', '5', 'A', NULL, NULL),
('5308', 'GIRARDOTA', '5', 'A', NULL, NULL),
('5310', 'GOMEZ PLATA', '5', 'A', NULL, NULL),
('5313', 'GRANADA', '5', 'A', NULL, NULL),
('5315', 'GUADALUPE', '5', 'A', NULL, NULL),
('5318', 'GUARNE', '5', 'A', NULL, NULL),
('5321', 'GUATAPE', '5', 'A', NULL, NULL),
('5347', 'HELICONIA', '5', 'A', NULL, NULL),
('5353', 'HISPANIA', '5', 'A', NULL, NULL),
('5360', 'ITAGUI', '5', 'A', NULL, NULL),
('5361', 'ITUANGO', '5', 'A', NULL, NULL),
('5364', 'JARDIN', '5', 'A', NULL, NULL),
('5368', 'JERICO', '5', 'A', NULL, NULL),
('5376', 'LA CEJA', '5', 'A', NULL, NULL),
('5380', 'LA ESTRELLA', '5', 'A', NULL, NULL),
('5390', 'LA PINTADA', '5', 'A', NULL, NULL),
('5400', 'LA UNION', '5', 'A', NULL, NULL),
('54001', 'CUCUTA', '54', 'A', NULL, NULL),
('54003', 'ABREGO', '54', 'A', NULL, NULL),
('54051', 'ARBOLEDAS', '54', 'A', NULL, NULL),
('54099', 'BOCHALEMA', '54', 'A', NULL, NULL),
('54109', 'BUCARASICA', '54', 'A', NULL, NULL),
('5411', 'LIBORINA', '5', 'A', NULL, NULL),
('54125', 'CACOTA', '54', 'A', NULL, NULL),
('54128', 'CACHIRA', '54', 'A', NULL, NULL),
('54172', 'CHINACOTA', '54', 'A', NULL, NULL),
('54174', 'CHITAGA', '54', 'A', NULL, NULL),
('54206', 'CONVENCION', '54', 'A', NULL, NULL),
('54223', 'CUCUTILLA', '54', 'A', NULL, NULL),
('54239', 'DURANIA', '54', 'A', NULL, NULL),
('54245', 'EL CARMEN', '54', 'A', NULL, NULL),
('5425', 'MACEO', '5', 'A', NULL, NULL),
('54250', 'EL TARRA', '54', 'A', NULL, NULL),
('54261', 'EL ZULIA', '54', 'A', NULL, NULL),
('54313', 'GRAMALOTE', '54', 'A', NULL, NULL),
('54344', 'HACARI', '54', 'A', NULL, NULL),
('54347', 'HERRAN', '54', 'A', NULL, NULL),
('54377', 'LABATECA', '54', 'A', NULL, NULL),
('54385', 'LA ESPERANZA', '54', 'A', NULL, NULL),
('54398', 'LA PLAYA', '54', 'A', NULL, NULL),
('5440', 'MARINILLA', '5', 'A', NULL, NULL),
('54405', 'LOS PATIOS', '54', 'A', NULL, NULL),
('54418', 'LOURDES', '54', 'A', NULL, NULL),
('54480', 'MUTISCUA', '54', 'A', NULL, NULL),
('54498', 'OCAÑA', '54', 'A', NULL, NULL),
('54518', 'PAMPLONA', '54', 'A', NULL, NULL),
('54520', 'PAMPLONITA', '54', 'A', NULL, NULL),
('54553', 'PUERTO SANTANDER', '54', 'A', NULL, NULL),
('54599', 'RAGONVALIA', '54', 'A', NULL, NULL),
('54660', 'SALAZAR', '54', 'A', NULL, NULL),
('5467', 'MONTEBELLO', '5', 'A', NULL, NULL),
('54670', 'SAN CALIXTO', '54', 'A', NULL, NULL),
('54673', 'SAN CAYETANO', '54', 'A', NULL, NULL),
('54680', 'SANTIAGO', '54', 'A', NULL, NULL),
('54720', 'SARDINATA', '54', 'A', NULL, NULL),
('54743', 'SILOS', '54', 'A', NULL, NULL),
('5475', 'MURINDO', '5', 'A', NULL, NULL),
('5480', 'MUTATA', '5', 'A', NULL, NULL),
('54800', 'TEORAMA', '54', 'A', NULL, NULL),
('54810', 'TIBU', '54', 'A', NULL, NULL),
('54820', 'TOLEDO', '54', 'A', NULL, NULL),
('5483', 'NARIÑO', '5', 'A', NULL, NULL),
('54871', 'VILLACARO', '54', 'A', NULL, NULL),
('54874', 'VILLA DEL ROSARIO', '54', 'A', NULL, NULL),
('5490', 'NECOCLI', '5', 'A', NULL, NULL),
('5495', 'NECHI', '5', 'A', NULL, NULL),
('5501', 'OLAYA', '5', 'A', NULL, NULL),
('5541', 'EL PEÑOL', '5', 'A', NULL, NULL),
('5543', 'PEQUE', '5', 'A', NULL, NULL),
('5576', 'PUEBLO RICO', '5', 'A', NULL, NULL),
('5579', 'PUERTO BERRIO', '5', 'A', NULL, NULL),
('5585', 'PUERTO NARE', '5', 'A', NULL, NULL),
('5591', 'PUERTO TRIUNFO', '5', 'A', NULL, NULL),
('5604', 'REMEDIOS', '5', 'A', NULL, NULL),
('5607', 'EL RETIRO', '5', 'A', NULL, NULL),
('5615', 'RIONEGRO', '5', 'A', NULL, NULL),
('5628', 'SABANALARGA', '5', 'A', NULL, NULL),
('5631', 'SABANETA', '5', 'A', NULL, NULL),
('5642', 'SALGAR', '5', 'A', NULL, NULL),
('5647', 'SAN ANDRES', '5', 'A', NULL, NULL),
('5649', 'SAN CARLOS', '5', 'A', NULL, NULL),
('5652', 'SAN FRANCISCO', '5', 'A', NULL, NULL),
('5656', 'SAN JERONIMO', '5', 'A', NULL, NULL),
('5658', 'SAN JOSE DE LA MONTA(A', '5', 'A', NULL, NULL),
('5659', 'SAN JUAN DE URABA', '5', 'A', NULL, NULL),
('5660', 'SAN LUIS', '5', 'A', NULL, NULL),
('5664', 'SAN PEDRO', '5', 'A', NULL, NULL),
('5665', 'SAN PEDRO DE URABA', '5', 'A', NULL, NULL),
('5667', 'SAN RAFAEL', '5', 'A', NULL, NULL),
('5670', 'SAN ROQUE', '5', 'A', NULL, NULL),
('5674', 'SAN VICENTE', '5', 'A', NULL, NULL),
('5679', 'SANTA BARBARA', '5', 'A', NULL, NULL),
('5686', 'SANTA ROSA DE OSOS', '5', 'A', NULL, NULL),
('5690', 'SANTO DOMINGO', '5', 'A', NULL, NULL),
('5697', 'SANTUARIO', '5', 'A', NULL, NULL),
('5736', 'SEGOVIA', '5', 'A', NULL, NULL),
('5756', 'SONSON', '5', 'A', NULL, NULL),
('5761', 'SOPETRAN', '5', 'A', NULL, NULL),
('5789', 'TAMESIS', '5', 'A', NULL, NULL),
('5790', 'TARAZA', '5', 'A', NULL, NULL),
('5792', 'TARSO', '5', 'A', NULL, NULL),
('5809', 'TITIRIBI', '5', 'A', NULL, NULL),
('5819', 'TOLEDO', '5', 'A', NULL, NULL),
('5837', 'TURBO', '5', 'A', NULL, NULL),
('5842', 'URAMITA', '5', 'A', NULL, NULL),
('5847', 'URRAO', '5', 'A', NULL, NULL),
('5854', 'VALDIVIA', '5', 'A', NULL, NULL),
('5856', 'VALPARAISO', '5', 'A', NULL, NULL),
('5858', 'VEGACHI', '5', 'A', NULL, NULL),
('5861', 'VENECIA', '5', 'A', NULL, NULL),
('5873', 'VIGIA DEL FUERTE', '5', 'A', NULL, NULL),
('5885', 'YALI', '5', 'A', NULL, NULL),
('5887', 'YARUMAL', '5', 'A', NULL, NULL),
('5890', 'YOLOMBO', '5', 'A', NULL, NULL),
('5893', 'YONDO', '5', 'A', NULL, NULL),
('5895', 'ZARAGOZA', '5', 'A', NULL, NULL),
('63001', 'ARMENIA', '63', 'A', NULL, NULL),
('63111', 'BUENAVISTA', '63', 'A', NULL, NULL),
('63130', 'CALARCA', '63', 'A', NULL, NULL),
('63190', 'CIRCASIA', '63', 'A', NULL, NULL),
('63212', 'CORDOBA', '63', 'A', NULL, NULL),
('63272', 'FILANDIA', '63', 'A', NULL, NULL),
('63302', 'GENOVA', '63', 'A', NULL, NULL),
('63401', 'LA TEBAIDA', '63', 'A', NULL, NULL),
('63470', 'MONTENEGRO', '63', 'A', NULL, NULL),
('63548', 'PIJAO', '63', 'A', NULL, NULL),
('63594', 'QUIMBAYA', '63', 'A', NULL, NULL),
('63690', 'SALENTO', '63', 'A', NULL, NULL),
('65534', 'ADUANAS ESPECIALES', '11', 'A', NULL, NULL),
('65535', 'AEROPUERTO EL DORADO', '11', 'A', NULL, NULL),
('66001', 'PEREIRA', '66', 'A', NULL, NULL),
('66045', 'APIA', '66', 'A', NULL, NULL),
('66075', 'BALBOA', '66', 'A', NULL, NULL),
('66088', 'BELEN DE UMBRIA', '66', 'A', NULL, NULL),
('66170', 'DOS QUEBRADAS', '66', 'A', NULL, NULL),
('66318', 'GUATICA', '66', 'A', NULL, NULL),
('66383', 'LA CELIA', '66', 'A', NULL, NULL),
('66400', 'LA VIRGINIA', '66', 'A', NULL, NULL),
('66440', 'MARSELLA', '66', 'A', NULL, NULL),
('66456', 'MISTRATO', '66', 'A', NULL, NULL),
('66572', 'PUEBLO RICO', '66', 'A', NULL, NULL),
('66594', 'QUINCHIA', '66', 'A', NULL, NULL),
('66682', 'SANTA ROSA DE CABAL', '66', 'A', NULL, NULL),
('66687', 'SANTUARIO', '66', 'A', NULL, NULL),
('68001', 'BUCARAMANGA', '68', 'A', NULL, NULL),
('68013', 'AGUADA', '68', 'A', NULL, NULL),
('68020', 'ALBANIA', '68', 'A', NULL, NULL),
('68051', 'ARATOCA', '68', 'A', NULL, NULL),
('68077', 'BARBOSA', '68', 'A', NULL, NULL),
('68079', 'BARICHARA', '68', 'A', NULL, NULL),
('68081', 'BARRANCABERMEJA', '68', 'A', NULL, NULL),
('68092', 'BETULIA', '68', 'A', NULL, NULL),
('68101', 'BOLIVAR', '68', 'A', NULL, NULL),
('68121', 'CABRERA', '68', 'A', NULL, NULL),
('68132', 'CALIFORNIA', '68', 'A', NULL, NULL),
('68147', 'CAPITANEJO', '68', 'A', NULL, NULL),
('68152', 'CARCASI', '68', 'A', NULL, NULL),
('68160', 'CEPITA', '68', 'A', NULL, NULL),
('68162', 'CERRITO', '68', 'A', NULL, NULL),
('68167', 'CHARALA', '68', 'A', NULL, NULL),
('68169', 'CHARTA', '68', 'A', NULL, NULL),
('68176', 'CHIMA', '68', 'A', NULL, NULL),
('68179', 'CHIPATA', '68', 'A', NULL, NULL),
('68190', 'CIMITARRA', '68', 'A', NULL, NULL),
('68207', 'CONCEPCION', '68', 'A', NULL, NULL),
('68209', 'CONFINES', '68', 'A', NULL, NULL),
('68211', 'CONTRATACION', '68', 'A', NULL, NULL),
('68217', 'COROMORO', '68', 'A', NULL, NULL),
('68229', 'CURITI', '68', 'A', NULL, NULL),
('68235', 'EL CARMEN DE CHUCURI', '68', 'A', NULL, NULL),
('68245', 'EL GUACAMAYO', '68', 'A', NULL, NULL),
('68250', 'EL PEÑON', '68', 'A', NULL, NULL),
('68255', 'EL PLAYON', '68', 'A', NULL, NULL),
('68264', 'ENCINO', '68', 'A', NULL, NULL),
('68266', 'ENCISO', '68', 'A', NULL, NULL),
('68271', 'FLORIAN', '68', 'A', NULL, NULL),
('68276', 'FLORIDABLANCA', '68', 'A', NULL, NULL),
('68296', 'GALAN', '68', 'A', NULL, NULL),
('68298', 'GAMBITA', '68', 'A', NULL, NULL),
('68307', 'GIRON', '68', 'A', NULL, NULL),
('68318', 'GUACA', '68', 'A', NULL, NULL),
('68320', 'GUADALUPE', '68', 'A', NULL, NULL),
('68322', 'GUAPOTA', '68', 'A', NULL, NULL),
('68324', 'GUAVATA', '68', 'A', NULL, NULL),
('68327', 'GUEPSA', '68', 'A', NULL, NULL),
('68344', 'HATO', '68', 'A', NULL, NULL),
('68368', 'JESUS MARIA', '68', 'A', NULL, NULL),
('68370', 'JORDAN', '68', 'A', NULL, NULL),
('68377', 'LA BELLEZA', '68', 'A', NULL, NULL),
('68385', 'LANDAZURI', '68', 'A', NULL, NULL),
('68397', 'LA PAZ', '68', 'A', NULL, NULL),
('68406', 'LEBRIJA', '68', 'A', NULL, NULL),
('68418', 'LOS SANTOS', '68', 'A', NULL, NULL),
('68425', 'MARACAVITA', '68', 'A', NULL, NULL),
('68432', 'MALAGA', '68', 'A', NULL, NULL),
('68444', 'MATANZA', '68', 'A', NULL, NULL),
('68464', 'MOGOTES', '68', 'A', NULL, NULL),
('68468', 'MOLAGAVITA', '68', 'A', NULL, NULL),
('68498', 'OCAMONTE', '68', 'A', NULL, NULL),
('68500', 'OIBA', '68', 'A', NULL, NULL),
('68502', 'ONZAGA', '68', 'A', NULL, NULL),
('68522', 'PALMAR', '68', 'A', NULL, NULL),
('68524', 'PALMAS DEL SOCORRO', '68', 'A', NULL, NULL),
('68533', 'PARAMO', '68', 'A', NULL, NULL),
('68547', 'PIEDECUESTA', '68', 'A', NULL, NULL),
('68549', 'PINCHOTE', '68', 'A', NULL, NULL),
('68572', 'PUENTE NACIONAL', '68', 'A', NULL, NULL),
('68573', 'PUERTO PARRA', '68', 'A', NULL, NULL),
('68575', 'PUERTO WILCHES', '68', 'A', NULL, NULL),
('68615', 'RIONEGRO', '68', 'A', NULL, NULL),
('68655', 'SABANA DE TORRES', '68', 'A', NULL, NULL),
('68669', 'SAN ANDRES', '68', 'A', NULL, NULL),
('68673', 'SAN BENITO', '68', 'A', NULL, NULL),
('68679', 'SAN GIL', '68', 'A', NULL, NULL),
('68682', 'SAN JOAQUIN', '68', 'A', NULL, NULL),
('68684', 'SAN JOSE DE MIRANDA', '68', 'A', NULL, NULL),
('68686', 'SAN MIGUEL', '68', 'A', NULL, NULL),
('68689', 'SAN VICENTE DEL CHUCURI', '68', 'A', NULL, NULL),
('68705', 'SANTA BARBARA', '68', 'A', NULL, NULL),
('68720', 'SANTA HELENA DEL OPON', '68', 'A', NULL, NULL),
('68745', 'SIMACOTA', '68', 'A', NULL, NULL),
('68755', 'SOCORRO', '68', 'A', NULL, NULL),
('68770', 'SUAITA', '68', 'A', NULL, NULL),
('68773', 'SUCRE', '68', 'A', NULL, NULL),
('68780', 'SURATA', '68', 'A', NULL, NULL),
('68820', 'TONA', '68', 'A', NULL, NULL),
('68855', 'VALLE DE SAN JOSE', '68', 'A', NULL, NULL),
('68861', 'VELEZ', '68', 'A', NULL, NULL),
('68867', 'VETAS', '68', 'A', NULL, NULL),
('68872', 'VILLANUEVA', '68', 'A', NULL, NULL),
('68895', 'ZAPATOCA', '68', 'A', NULL, NULL),
('70001', 'SINCELEJO', '70', 'A', NULL, NULL),
('70110', 'BUENAVISTA', '70', 'A', NULL, NULL),
('70124', 'CAIMITO', '70', 'A', NULL, NULL),
('70204', 'COLOSO', '70', 'A', NULL, NULL),
('70215', 'COROZAL', '70', 'A', NULL, NULL),
('70221', 'COVEAS (SUCRE)', '70', 'A', NULL, NULL),
('70230', 'CHALAN', '70', 'A', NULL, NULL),
('70235', 'GALERAS', '70', 'A', NULL, NULL),
('70265', 'GUARANDA', '70', 'A', NULL, NULL),
('70400', 'LA UNION', '70', 'A', NULL, NULL),
('70418', 'LOS PALMITOS', '70', 'A', NULL, NULL),
('70429', 'MAJAGUAL', '70', 'A', NULL, NULL),
('70473', 'MORROA', '70', 'A', NULL, NULL),
('70508', 'OVEJAS', '70', 'A', NULL, NULL),
('70523', 'PALMITO', '70', 'A', NULL, NULL),
('70670', 'SAMPUES', '70', 'A', NULL, NULL),
('70678', 'SAN BENITO ABAD', '70', 'A', NULL, NULL),
('70702', 'SAN JUAN DE BETULIA', '70', 'A', NULL, NULL),
('70708', 'SAN MARCOS', '70', 'A', NULL, NULL),
('70713', 'SAN ONOFRE', '70', 'A', NULL, NULL),
('70717', 'SAN PEDRO', '70', 'A', NULL, NULL),
('70742', 'SINCE', '70', 'A', NULL, NULL),
('70771', 'SUCRE', '70', 'A', NULL, NULL),
('70820', 'SANTIAGO DE TOLU', '70', 'A', NULL, NULL),
('70823', 'TOLUVIEJO', '70', 'A', NULL, NULL),
('73001', 'IBAGUE', '73', 'A', NULL, NULL),
('73024', 'ALPUJARRA', '73', 'A', NULL, NULL),
('73026', 'ALVARADO', '73', 'A', NULL, NULL),
('73030', 'AMBALEMA', '73', 'A', NULL, NULL),
('73043', 'ANZOATEGUI', '73', 'A', NULL, NULL),
('73055', 'ARMERO (GUAYABAL)', '73', 'A', NULL, NULL),
('73067', 'ATACO', '73', 'A', NULL, NULL),
('73124', 'CAJAMARCA', '73', 'A', NULL, NULL),
('73148', 'CARMEN DE APICALA', '73', 'A', NULL, NULL),
('73152', 'CASABIANCA', '73', 'A', NULL, NULL),
('73168', 'CHAPARRAL', '73', 'A', NULL, NULL),
('73200', 'COELLO', '73', 'A', NULL, NULL),
('73217', 'COYAIMA', '73', 'A', NULL, NULL),
('73226', 'CUNDAY', '73', 'A', NULL, NULL),
('73236', 'DOLORES', '73', 'A', NULL, NULL),
('73268', 'ESPINAL (CHICORAL) ', '73', 'A', NULL, NULL),
('73270', 'FALAN', '73', 'A', NULL, NULL),
('73275', 'FLANDES', '73', 'A', NULL, NULL),
('73283', 'FRESNO', '73', 'A', NULL, NULL),
('73319', 'GUAMO', '73', 'A', NULL, NULL),
('73347', 'HERVEO', '73', 'A', NULL, NULL),
('73349', 'HONDA', '73', 'A', NULL, NULL),
('73352', 'ICONONZO', '73', 'A', NULL, NULL),
('73408', 'LERIDA', '73', 'A', NULL, NULL),
('73411', 'LIBANO', '73', 'A', NULL, NULL),
('73443', 'MARIQUITA', '73', 'A', NULL, NULL),
('73449', 'MELGAR', '73', 'A', NULL, NULL),
('73461', 'MURILLO', '73', 'A', NULL, NULL),
('73483', 'NATAGAIMA', '73', 'A', NULL, NULL),
('73504', 'ORTEGA', '73', 'A', NULL, NULL),
('73520', 'PALOCABILDO', '73', 'A', NULL, NULL),
('73547', 'PIEDRAS', '73', 'A', NULL, NULL),
('73555', 'PLANADAS', '73', 'A', NULL, NULL),
('73563', 'PRADO', '73', 'A', NULL, NULL),
('73585', 'PURIFICACION', '73', 'A', NULL, NULL),
('73616', 'RIOBLANCO', '73', 'A', NULL, NULL),
('73622', 'RONCESVALLES', '73', 'A', NULL, NULL),
('73624', 'ROVIRA', '73', 'A', NULL, NULL),
('73671', 'SALDAÑA', '73', 'A', NULL, NULL),
('73675', 'SAN ANTONIO', '73', 'A', NULL, NULL),
('73678', 'SAN LUIS', '73', 'A', NULL, NULL),
('73686', 'SANTA ISABEL', '73', 'A', NULL, NULL),
('73770', 'SUAREZ', '73', 'A', NULL, NULL),
('73854', 'VALLE DE SAN JUAN', '73', 'A', NULL, NULL),
('73861', 'VENADILLO', '73', 'A', NULL, NULL),
('73870', 'VILLAHERMOSA', '73', 'A', NULL, NULL),
('73873', 'VILLARRICA', '73', 'A', NULL, NULL),
('76001', 'CALI', '76', 'A', NULL, NULL),
('76020', 'ALCALA', '76', 'A', NULL, NULL),
('76036', 'ANDALUCIA', '76', 'A', NULL, NULL),
('76041', 'ANSERMANUEVO', '76', 'A', NULL, NULL),
('76054', 'ARGELIA', '76', 'A', NULL, NULL),
('76100', 'BOLIVAR', '76', 'A', NULL, NULL),
('76109', 'BUENAVENTURA', '76', 'A', NULL, NULL),
('76111', 'GUADALAJARA DE BUGA ', '76', 'A', NULL, NULL),
('76113', 'BUGALAGRANDE', '76', 'A', NULL, NULL),
('76122', 'CAICEDONIA', '76', 'A', NULL, NULL),
('76126', 'CALIMA (EL DARIEN)', '76', 'A', NULL, NULL),
('76130', 'CANDELARIA', '76', 'A', NULL, NULL),
('76147', 'CARTAGO', '76', 'A', NULL, NULL),
('76233', 'DAGUA', '76', 'A', NULL, NULL),
('76243', 'EL AGUILA', '76', 'A', NULL, NULL),
('76246', 'EL CAIRO', '76', 'A', NULL, NULL),
('76248', 'EL CERRITO', '76', 'A', NULL, NULL),
('76250', 'EL DOVIO', '76', 'A', NULL, NULL),
('76275', 'FLORIDA', '76', 'A', NULL, NULL),
('76306', 'GINEBRA', '76', 'A', NULL, NULL),
('76318', 'GUACARI', '76', 'A', NULL, NULL),
('76364', 'JAMUNDI', '76', 'A', NULL, NULL),
('76377', 'LA CUMBRE', '76', 'A', NULL, NULL),
('76400', 'LA UNION', '76', 'A', NULL, NULL),
('76403', 'LA VICTORIA', '76', 'A', NULL, NULL),
('76497', 'OBANDO', '76', 'A', NULL, NULL),
('76520', 'PALMIRA', '76', 'A', NULL, NULL),
('76563', 'PRADERA', '76', 'A', NULL, NULL),
('76606', 'RESTREPO', '76', 'A', NULL, NULL),
('76616', 'RIOFRIO', '76', 'A', NULL, NULL),
('76622', 'ROLDANILLO', '76', 'A', NULL, NULL),
('76670', 'SAN PEDRO', '76', 'A', NULL, NULL),
('76736', 'SEVILLA', '76', 'A', NULL, NULL),
('76823', 'TORO', '76', 'A', NULL, NULL),
('76828', 'TRUJILLO', '76', 'A', NULL, NULL),
('76834', 'TULUA', '76', 'A', NULL, NULL),
('76845', 'ULLOA', '76', 'A', NULL, NULL),
('76863', 'VERSALLES', '76', 'A', NULL, NULL),
('76869', 'VIJES', '76', 'A', NULL, NULL),
('76890', 'YOTOCO', '76', 'A', NULL, NULL),
('76892', 'YUMBO', '76', 'A', NULL, NULL),
('76895', 'ZARZAL', '76', 'A', NULL, NULL),
('8001', 'BARRANQUILLA', '8', 'A', NULL, NULL),
('8078', 'BARANOA', '8', 'A', NULL, NULL),
('81001', 'ARAUCA', '81', 'A', NULL, NULL),
('81065', 'ARAUQUITA', '81', 'A', NULL, NULL),
('81220', 'CRAVO NORTE', '81', 'A', NULL, NULL),
('81300', 'FORTUL', '81', 'A', NULL, NULL),
('8137', 'CAMPO DE LA CRUZ', '8', 'A', NULL, NULL),
('8141', 'CANDELARIA', '8', 'A', NULL, NULL),
('81591', 'PUERTO RONDON', '81', 'A', NULL, NULL),
('81736', 'SARAVENA', '81', 'A', NULL, NULL),
('81794', 'TAME', '81', 'A', NULL, NULL),
('8296', 'GALAPA', '8', 'A', NULL, NULL),
('8372', 'JUAN DE ACOSTA', '8', 'A', NULL, NULL),
('8421', 'LURUACO', '8', 'A', NULL, NULL),
('8433', 'MALAMBO', '8', 'A', NULL, NULL),
('8436', 'MANATI', '8', 'A', NULL, NULL),
('85001', 'YOPAL', '85', 'A', NULL, NULL),
('85010', 'AGUAZUL', '85', 'A', NULL, NULL),
('85015', 'CHAMEZA', '85', 'A', NULL, NULL),
('85125', 'HATO COROZAL', '85', 'A', NULL, NULL),
('85136', 'LA SALINA', '85', 'A', NULL, NULL),
('85139', 'MANI', '85', 'A', NULL, NULL),
('85162', 'MONTERREY', '85', 'A', NULL, NULL),
('8520', 'PALMAR DE VARELA', '8', 'A', NULL, NULL),
('85225', 'NUNCHIA', '85', 'A', NULL, NULL),
('85230', 'OROCUE', '85', 'A', NULL, NULL),
('85250', 'PAZ DE ARIPORO', '85', 'A', NULL, NULL),
('85263', 'PORE', '85', 'A', NULL, NULL),
('85279', 'RECETOR', '85', 'A', NULL, NULL),
('85300', 'SABANALARGA', '85', 'A', NULL, NULL),
('85315', 'SACAMA', '85', 'A', NULL, NULL),
('85325', 'SAN LUIS DE PALENQUE', '85', 'A', NULL, NULL),
('85400', 'TAMARA', '85', 'A', NULL, NULL),
('85410', 'TAURAMENA', '85', 'A', NULL, NULL),
('85430', 'TRINIDAD', '85', 'A', NULL, NULL),
('85440', 'VILLANUEVA', '85', 'A', NULL, NULL),
('8549', 'PIOJO', '8', 'A', NULL, NULL),
('8558', 'POLONUEVO', '8', 'A', NULL, NULL),
('8560', 'PONEDERA', '8', 'A', NULL, NULL),
('8573', 'PUERTO COLOMBIA', '8', 'A', NULL, NULL),
('86001', 'MOCOA', '86', 'A', NULL, NULL),
('8606', 'REPELON', '8', 'A', NULL, NULL),
('86219', 'COLON', '86', 'A', NULL, NULL),
('86320', 'ORITO', '86', 'A', NULL, NULL),
('8634', 'SABANAGRANDE', '8', 'A', NULL, NULL),
('8638', 'SABANALARGA', '8', 'A', NULL, NULL),
('86568', 'PUERTO ASIS', '86', 'A', NULL, NULL),
('86569', 'PUERTO CAICEDO', '86', 'A', NULL, NULL),
('86571', 'PUERTO GUZMAN', '86', 'A', NULL, NULL),
('86573', 'PUERTO LEGUIZAMO', '86', 'A', NULL, NULL),
('86749', 'SIBUNDOY', '86', 'A', NULL, NULL),
('8675', 'SANTA LUCIA', '8', 'A', NULL, NULL),
('86755', 'SAN FRANCISCO', '86', 'A', NULL, NULL),
('86757', 'SAN MIGUEL (LA DORADA)', '86', 'A', NULL, NULL),
('86760', 'SANTIAGO', '86', 'A', NULL, NULL),
('8685', 'SANTO TOMAS', '8', 'A', NULL, NULL),
('86865', 'VALLE DEL GUAMUEZ (LA HORMIGA)', '86', 'A', NULL, NULL),
('86885', 'VILLAGARZON', '86', 'A', NULL, NULL),
('8758', 'SOLEDAD', '8', 'A', NULL, NULL),
('8770', 'SUAN', '8', 'A', NULL, NULL),
('88001', 'SAN ANDRES', '88', 'A', NULL, NULL),
('8832', 'TUBARA', '8', 'A', NULL, NULL),
('8849', 'USIACURI', '8', 'A', NULL, NULL),
('88564', 'PROVIDENCIA Y SANTA CATALINA', '88', 'A', NULL, NULL),
('91001', 'LETICIA', '91', 'A', NULL, NULL),
('91263', 'EL ENCANTO', '91', 'A', NULL, NULL),
('91405', 'LA CHORRERA', '91', 'A', NULL, NULL),
('91407', 'LA PEDRERA', '91', 'A', NULL, NULL),
('91430', 'LA VICTORIA (AMAZONAS)', '91', 'A', NULL, NULL),
('91460', 'MARITI PARANA', '91', 'A', NULL, NULL),
('91540', 'PUERTO NARIYO', '91', 'A', NULL, NULL),
('91669', 'PTO SANTANDER', '91', 'A', NULL, NULL),
('91798', 'TARAPACA', '91', 'A', NULL, NULL),
('94001', 'INIRIDA', '94', 'A', NULL, NULL),
('94343', 'BARRANCO MINA (CD)', '94', 'A', NULL, NULL),
('94883', 'SAN FELIPE (CD)', '94', 'A', NULL, NULL),
('94884', 'PUERTO COLOMBIA (CD)', '94', 'A', NULL, NULL),
('94885', 'LA GUADALUPE (CD)', '94', 'A', NULL, NULL),
('94886', 'CACAHUAL (CD)', '94', 'A', NULL, NULL),
('94887', 'PANA-PANA (CD)', '94', 'A', NULL, NULL),
('94888', 'MORICHAL NUEVO (CD)', '94', 'A', NULL, NULL),
('95001', 'SAN JOSE DEL GUAVIARE', '95', 'A', NULL, NULL),
('95015', 'CALAMAR', '95', 'A', NULL, NULL),
('95025', 'EL RETORNO', '95', 'A', NULL, NULL),
('95200', 'MIRAFLORES', '95', 'A', NULL, NULL),
('97001', 'MITU', '97', 'A', NULL, NULL),
('97161', 'CARURU', '97', 'A', NULL, NULL),
('97511', 'PACOA (CD)', '97', 'A', NULL, NULL),
('97555', 'VILLA FATIMA', '97', 'A', NULL, NULL),
('97666', 'TARAIRA', '97', 'A', NULL, NULL),
('97777', 'PAPUNAUA (CD)', '97', 'A', NULL, NULL),
('97888', 'ACARICUARA', '97', 'A', NULL, NULL),
('97889', 'YAVARATE (CD)', '97', 'A', NULL, NULL),
('99001', 'PUERTO CARRE(O', '99', 'A', NULL, NULL),
('99524', 'LA PRIMAVERA', '99', 'A', NULL, NULL),
('99572', 'SANTA RITA', '99', 'A', NULL, NULL),
('99624', 'SANTA ROSALIA', '99', 'A', NULL, NULL),
('99760', 'SAN JOSE DE OCUNE', '99', 'A', NULL, NULL),
('99773', 'CUMARIBO', '99', 'A', NULL, NULL),
('5000', 'Extranjero', '10', 'A', NULL, NULL),
('27025', 'ALTO BAUDO', '27', 'A', NULL, NULL),
('47460', 'NUEVA GRANADA', '47', 'A', NULL, NULL),
('19533', 'PIAMONTE', '19', 'A', NULL, NULL),
('-1', '*** MUNICIPIO DEFAULT ****', '10', 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `orden_rutas`
--
INSERT INTO `orden_rutas` (`id`, `orden`, `cliente_id`, `ruta_id`, `created_at`, `updated_at`) VALUES
(1, 5, '1075255095', 1, NULL, '2018-05-21 04:35:16'),
(2, 4, '9987797', 1, NULL, '2018-05-21 04:35:16'),
(3, 1, '123345', 1, NULL, '2018-05-21 04:35:16'),
(9, 1, '789456123', 2, '2018-05-08 12:03:34', '2018-05-08 12:03:34'),
(8, 3, '369258147', 1, '2018-05-08 11:55:01', '2018-05-21 04:35:16'),
(7, 2, '147258369', 1, '2018-05-08 10:19:01', '2018-05-21 04:35:16'),
(10, 2, '3216549875', 2, '2018-05-08 12:04:30', '2018-05-08 12:04:30'),
(11, 1, '1081156450', 6, '2018-05-21 04:36:43', '2018-05-21 04:36:43'),
(12, 2, '1075263963', 7, '2018-05-21 04:43:12', '2018-05-21 04:45:08'),
(13, 1, '1075245911', 7, '2018-05-21 04:44:30', '2018-05-21 04:45:08');
--
-- Volcado de datos para la tabla `perfils`
--
INSERT INTO `perfils` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'Administrador', 'el administrador', 'A', NULL, NULL),
(2, 'Vendedor', 'el qu vende perico', 'A', '2018-04-30 17:13:00', '2018-04-30 17:16:37'),
(4, 'Cajero', NULL, 'A', '2018-04-30 18:15:14', '2018-04-30 18:15:14'),
(5, 'Jefe de Bodega', NULL, 'A', '2018-05-03 06:15:50', '2018-05-03 06:15:50');
--
-- Volcado de datos para la tabla `precios_productos`
--
INSERT INTO `precios_productos` (`id`, `fk_producto`, `valor`, `created_at`, `updated_at`, `fk_descripcion_precio`) VALUES
(11, '128', 600.00, '2018-05-18 00:56:23', '2018-05-18 00:56:23', 2),
(10, '127', 1600.00, '2018-05-17 09:07:46', '2018-05-17 09:07:46', 1),
(9, '127', 1500.00, '2018-05-17 09:07:46', '2018-05-17 09:07:46', 2),
(8, '126', 1500.00, '2018-05-17 09:04:41', '2018-05-17 09:04:41', 1),
(7, '126', 1300.00, '2018-05-17 09:04:41', '2018-05-17 09:04:41', 2),
(6, '125', 950.00, '2018-05-15 20:15:30', '2018-05-15 20:15:30', 1),
(5, '125', 750.00, '2018-05-15 20:15:30', '2018-05-15 20:15:30', 2),
(4, '124', 1200.00, '2018-05-15 20:00:18', '2018-05-15 20:00:18', 1),
(3, '124', 1050.00, '2018-05-15 20:00:18', '2018-05-15 20:00:18', 2),
(2, '123', 900.00, '2018-05-15 19:58:26', '2018-05-15 19:58:26', 1),
(1, '123', 700.00, '2018-05-15 19:58:26', '2018-05-15 19:58:26', 2),
(12, '128', 800.00, '2018-05-18 00:56:23', '2018-05-18 00:56:23', 1),
(13, '129', 650.00, '2018-05-18 00:58:10', '2018-05-18 00:58:10', 2),
(14, '129', 800.00, '2018-05-18 00:58:10', '2018-05-18 00:58:10', 1),
(15, '131', 600.00, '2018-05-18 00:59:39', '2018-05-18 00:59:39', 2),
(16, '131', 800.00, '2018-05-18 00:59:39', '2018-05-18 00:59:39', 1),
(17, '0', 2200.00, '2018-05-21 06:01:10', '2018-05-21 06:01:10', 2),
(18, '0', 2500.00, '2018-05-21 06:01:10', '2018-05-21 06:01:10', 1);
--
-- Volcado de datos para la tabla `productos`
--
INSERT INTO `productos` (`codigo`, `nombre`, `descripcion`, `cantidad`, `cantidad_reserva`, `precio_compra`, `fk_marca`, `fk_size`, `fk_tipo_envase`, `fk_tipo_contenido`, `fk_tipo_paca`, `fk_bodega`, `estado`, `created_at`, `updated_at`) VALUES
('123', 'cocacola', NULL, 482, 2, 500.00, 1, 1, 1, 4, 1, 1, 'A', '2018-05-15 19:58:26', '2018-05-15 19:58:26'),
('124', 'cocacola zero', NULL, 30, 2, 800.00, 1, 1, 1, 4, 2, 1, 'A', '2018-05-15 20:00:18', '2018-05-15 20:00:18'),
('125', 'colanta', NULL, 100, 2, 500.00, 10, 3, 2, 2, 4, 1, 'A', '2018-05-15 20:15:30', '2018-05-15 20:15:30'),
('126', 'colanta deslactosada', NULL, 101, 2, 1200.00, 10, 3, 2, 2, 3, 1, 'A', '2018-05-17 09:04:41', '2018-05-17 09:04:41'),
('127', 'colanta entera', NULL, 71, 2, 1300.00, 10, 3, 2, 2, 3, 1, 'A', '2018-05-17 09:07:46', '2018-05-17 09:07:46'),
('128', 'manzana x350', NULL, 49, 2, 50.00, 2, 1, 1, 4, 1, 1, 'A', '2018-05-18 00:56:23', '2018-05-18 00:56:23'),
('129', 'colombiana x350', NULL, 50, 2, 600.00, 2, 1, 1, 4, 1, 1, 'A', '2018-05-18 00:58:10', '2018-05-18 00:58:10'),
('131', 'uva 350ml', NULL, 80, 2, 500.00, 2, 1, 1, 4, 1, 1, 'A', '2018-05-18 00:59:39', '2018-05-18 00:59:39'),
('121312', 'POSTOBON 1.5L', NULL, 10, 2, 2000.00, 6, 2, 2, 4, 4, 1, 'A', '2018-05-21 06:01:10', '2018-05-21 06:01:10');
--
-- Volcado de datos para la tabla `proveedors`
--
INSERT INTO `proveedors` (`number_id`, `name`, `tipo_documento_id`, `address`, `phone`, `celular`, `email`, `estado`, `created_at`, `updated_at`) VALUES
('4789879', 'Trebol', 5, 'Calle 2 A # 2-57', '8712268', NULL, NULL, 'A', '2018-04-26 10:16:20', '2018-04-26 10:16:20'),
('2424143', 'Leche pene', 5, 'Calle 2 A # 2-57', '3053121363', NULL, NULL, 'A', '2018-04-27 04:44:43', '2018-04-27 04:44:43');
--
-- Volcado de datos para la tabla `rutas`
--
INSERT INTO `rutas` (`id`, `nombre`, `descripcion`, `zona_id`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'ruta 1', NULL, 1, 'A', '2018-04-21 04:21:32', '2018-04-21 04:21:32'),
(2, 'ruta 2', NULL, 1, 'A', '2018-04-21 04:21:39', '2018-04-21 04:21:39'),
(7, 'Ruta Centro Arriba', NULL, 3, 'A', '2018-05-21 04:30:14', '2018-05-21 04:30:14'),
(6, 'Ruta Centro Bajo', NULL, 3, 'A', '2018-05-21 04:30:01', '2018-05-21 04:30:01'),
(8, 'Ruta Guadal', NULL, 3, 'A', '2018-05-21 04:30:51', '2018-05-21 04:30:51');
--
-- Volcado de datos para la tabla `size_botellas`
--
INSERT INTO `size_botellas` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(2, 'Litro', NULL, 'A', '2018-05-15 19:55:54', '2018-05-15 19:55:54'),
(1, '350ml', NULL, 'A', '2018-05-15 19:55:44', '2018-05-15 19:55:44'),
(3, '750 ml', NULL, 'A', '2018-05-15 19:56:02', '2018-05-15 19:56:02');
--
-- Volcado de datos para la tabla `tipo_contenidos`
--
INSERT INTO `tipo_contenidos` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(2, 'leche', NULL, 'A', NULL, NULL),
(1, 'agua', NULL, 'A', NULL, NULL),
(3, 'jugo', NULL, 'A', NULL, NULL),
(4, 'gaseosa', NULL, 'A', NULL, NULL),
(5, 'embriagante', NULL, 'A', NULL, NULL),
(6, 'embutido', NULL, 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `tipo_documentos`
--
INSERT INTO `tipo_documentos` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'Tarjeta de Identidad', NULL, 'A', NULL, NULL),
(2, 'Cédula de ciudadanía', NULL, 'A', NULL, NULL),
(3, 'Tarjeta de extranjería', NULL, 'A', NULL, NULL),
(4, 'Cédula de Identidad', NULL, 'A', NULL, NULL),
(5, 'NIT', NULL, 'A', NULL, NULL),
(6, 'Pasaporte', NULL, 'A', NULL, NULL),
(7, 'Documento de identificación extranjero', NULL, 'A', NULL, NULL),
(8, 'Sin identificación del exterior o para uso definido por la DIAN', NULL, 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `tipo_envases`
--
INSERT INTO `tipo_envases` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(2, 'plastico', NULL, 'A', NULL, NULL),
(1, 'vidrio', NULL, 'A', NULL, NULL),
(3, 'tetrapack', NULL, 'A', NULL, NULL),
(4, 'aluminio', NULL, 'A', NULL, NULL),
(5, 'madera', NULL, 'A', NULL, NULL),
(6, 'carton', NULL, 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `tipo_movimientos`
--
INSERT INTO `tipo_movimientos` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'Entrada', 'entradas de dinero a la caja', 'A', NULL, NULL),
(2, 'Salida', 'salidas de dinero de la caja', 'A', NULL, NULL);
--
-- Volcado de datos para la tabla `tipo_pacas`
--
INSERT INTO `tipo_pacas` (`id`, `nombre`, `descripcion`, `cantidad`, `precio`, `retornable`, `estado`, `created_at`, `updated_at`, `precio_envase`) VALUES
(4, 'caja x12', NULL, 12, 0.00, 0, 'I', '2018-05-15 20:02:10', '2018-05-17 08:58:36', NULL),
(3, 'caja x24', NULL, 24, 0.00, 0, 'A', '2018-05-15 20:01:57', '2018-05-17 08:58:27', NULL),
(1, 'canasta', NULL, 30, 3000.00, 1, 'A', '2018-05-15 19:57:06', '2018-05-15 19:57:06', NULL),
(2, '1/2 canasta', NULL, 15, 1500.00, 1, 'A', '2018-05-15 19:57:37', '2018-05-15 19:57:37', NULL);
--
-- Volcado de datos para la tabla `users`
--
INSERT INTO `users` (`id`, `name`, `tipo_documento_id`, `number_id`, `address`, `phone`, `celular`, `email`, `password`, `perfil_id`, `bodega_id`, `estado`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'Cristian Álvarez Trujillo', 2, '1075255095', 'Calle 2 A # 2-57', '8712268', '3003637018', 'crisfalt@gmail.com', '$2y$10$yvFw3tZSsskGeihGKLDoIu9bSfByhwLxly.LJ0xnVQqWsxzvJbDPy', 1, 1, 'A', 'M6PcKJZwmEoNvIoF5mj1xTTowaSRHYlvZVGoLuchhUxwcXhWXCfI8Y3HcudP', '2018-04-21 03:00:42', '2018-04-21 03:00:42'),
(2, 'alvaro morata', 4, '4789879', 'Calle 22a sur # 34c-64', '8745889', '3215548798', 'morata@gmail.com', '$2y$10$KOorS/N61BN4f6DhXnnL1uTEBdwKgIf0E6OUQMm3P6.8Wq6hcKfpi', 1, 1, 'A', 'krNwCQFROgw7YdcWaPapoXxL2vFtK89m2IH9K8pxbI0ZlD4QYekCv2L2VLjM', '2018-04-26 03:11:36', '2018-04-26 03:11:36'),
(3, 'kevin alexis perico torres', 2, '1089797878', 'Calle 22a sur # 34c-64', '3053121363', '3215548798', 'nearriver1995@gmail.com', '$2y$10$hh.BmaSHzqLz2M66Q69DI.cnQJrJMxOCxMdJ2ngL3yLoYjnl6v/cO', 2, 1, 'A', 'gpfFNYqCQ3QWApSEpOHu2LPWFm1bsb5rPQKoNpgzscMb3h1sRkQltdhFIUqw', '2018-04-30 18:09:45', '2018-04-30 18:09:45'),
(4, 'fabian la perra', 5, '87897897987', 'Calle 2 A # 2-57', '8986', '3215548798', 'fabian@gmail.com', '$2y$10$5d2U8f6xpHNi/NajmK4nhOCYLXJPKUf4zTBnZbOqAT7Z3p3UNETCG', 4, 1, 'A', 'mH2H3fhcFpFhfyPiVt4qveg0FTzbtEhMFF0M0ZbyUIQAwv41UQUgwB8mNIk9', '2018-04-30 18:16:01', '2018-04-30 18:16:01'),
(5, 'paracohp', 4, '13131113', 'Calle 22a sur # 34c-64', '3053121363', '3239019201', 'paraco@gmail.com', '$2y$10$aCYwMoHzAuf0OmAcTRMzkuFyuxsw14bFXThQNhugv94mxWbS/XIza', 2, 1, 'A', 'Ul1J0Mbt3SkGrymKlRbm0wsOWxhFLIwePGHnPvbIsWumPBpkYddtI94jYwn0', '2018-04-30 19:09:50', '2018-04-30 19:09:50'),
(6, 'leonel messi', 7, '98767', 'carrera 12 # 45-09', '87615245', '3121999', 'messi@gmail.com', '$2y$10$kZIZKc7iyGm0Zpy6A.ARSudk.Q3EbUk9kFP9JmCAugQkHSo5PNj7m', 1, 1, 'A', NULL, '2018-04-30 19:18:00', '2018-04-30 19:18:00'),
(7, 'gerard pique', 5, '10587797', 'carrera 56 # 34-07', '8978797', '3255798789', 'amdajd@gmail.com', '$2y$10$jnyWrufZR9OJnSfCMynWHe.hEVSE7Ru1uw6WwP.n7Ue9ENesRoBeG', 4, 1, 'A', 'JqpnBFex1NSRdAHfq4evZFxo223hDJvBj4XhKcKSIQFmkmg6Sq19EnoOYPxg', '2018-04-30 19:22:42', '2018-04-30 19:22:42'),
(8, 'pablo dybala', 6, '9876567', 'carrera 19 bis # 45-08 torre 3 apto 8', '8712122', '873192837', 'dybala@gmail.com', '$2y$10$EuNYq/Krhsd96QZnkM/R1OMxNbY.zNcTAgzuIhg1OzqLX5UNwdWNO', 2, 1, 'A', 'oGSN6quyGAVgMQ6xdCkGFwQALMK1DZvyn5eSYwspt6KNxicjfUdaAGaunoNn', '2018-04-30 19:29:56', '2018-04-30 19:29:56'),
(9, 'juan david', 4, '4789879', 'Calle 2 A # 2-57', '8712268', '3239019201', 'juancho@hotmail.com', '$2y$10$7dJbVTBqEiICFkn.67LNrORUNyzwUTH6E6M/QOqOQupgYWPthnrEi', 2, 1, 'A', NULL, '2018-04-30 19:53:59', '2018-04-30 19:53:59'),
(10, 'sunny', 4, '1088855', 'carrera 12 # 45-09', '887445', '3259987', 'sunny@gmail.com', '$2y$10$CgsxLcSoCHLZG2JFvD9HgunVr1EbRoWA0BxB2YqQCqfl2zPaxMatS', 4, 1, 'A', 'AeqFHqgDNmSHYiN406bYORHvHJUc4QQTHa2tcRvGUiFJcLz13pAxGGJNuqmc', '2018-04-30 19:54:51', '2018-04-30 19:54:51');
--
-- Volcado de datos para la tabla `ventas`
--
INSERT INTO `ventas` (`id`, `fk_cliente`, `fk_vendedor`, `fk_estado_venta`, `fk_bodega`, `fk_forma_de_pago`, `total`, `created_at`, `updated_at`, `fecha_entrega`) VALUES
(1, 147258369, 1, 2, 1, 1, 13500, '2018-05-18 06:41:02', '2018-05-18 21:00:34', '2018-05-18'),
(2, 9987797, 1, 3, 1, 2, 800, '2018-05-18 07:11:51', '2018-05-18 21:55:52', '2018-05-18'),
(3, 1075245911, 1, 3, 1, 2, 120000, '2018-05-21 05:12:50', '2018-05-21 05:12:50', '2018-05-21'),
(4, 123345, 1, 3, 1, 2, 128700, '2018-05-21 05:57:40', '2018-05-21 05:57:40', '2018-05-21'),
(5, 1075245911, 1, 1, 1, 2, 0, '2018-05-21 06:15:04', '2018-05-21 06:15:04', NULL),
(6, 123345, 1, 1, 1, 2, 0, '2018-05-21 06:34:19', '2018-05-21 06:34:19', NULL);
--
-- Volcado de datos para la tabla `zonas`
--
INSERT INTO `zonas` (`id`, `nombre`, `descripcion`, `bodega_id`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'TaT Ruta 2', NULL, 1, 'A', '2018-04-21 04:21:03', '2018-05-21 04:21:47'),
(2, 'TaT Ruta 1', NULL, 1, 'A', '2018-04-21 04:21:11', '2018-05-21 04:21:37'),
(3, 'Ruta 3 Ulloa', NULL, 1, 'A', '2018-05-21 04:22:04', '2018-05-21 04:22:04'),
(4, 'Ruta 4 Riverita', NULL, 1, 'A', '2018-05-21 04:22:15', '2018-05-21 04:22:15'),
(5, 'Ruta 5 El Juncal', NULL, 1, 'A', '2018-05-21 04:22:34', '2018-05-21 04:22:34'),
(6, 'Ruta 6 Principal', NULL, 1, 'A', '2018-05-21 04:22:57', '2018-05-21 04:22:57'),
(7, 'Ruta 7 Termales', NULL, 1, 'A', '2018-05-21 04:23:23', '2018-05-21 04:23:23'),
(8, 'Ruta 8 Comederos', NULL, 1, 'A', '2018-05-21 04:23:41', '2018-05-21 04:23:41'),
(9, 'Ruta 9 Los Medios', NULL, 1, 'A', '2018-05-21 04:23:56', '2018-05-21 04:23:56');
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
insert into tags (name) values ('spa'), ('rest'), ('winter'), ('food');
insert into certificates (name, price, create_date, duration) values
('Spa', 15.00, '2020-01-01', 3), ('Skating', 20.00, '2020-02-02', 5), ('Pizza-bar', 12.99, '2020-03-03', 10);
insert into certificate_tag values(1, 1), (1, 2), (2, 2), (2, 3), (3, 4); |
/*
# of looks
# of unique email addresses
# of accepted leads
lead cost
underwriting cost
# of loans !!
-all by month, starting in January 2017 and continuing up till today.
-provide the RC external lead info.
*/
DROP TEMPORARY TABLE IF EXISTS table1;
CREATE TEMPORARY TABLE IF NOT EXISTS table1 ( INDEX(lead_sequence_id,lead_provider_id,lead_source_id,master_source_id,origination_loan_id) )
AS (
SELECT
ma.lead_sequence_id,
ma.insert_date,
ma.decision,
ma.decision_detail,
ma.email,
ma.lead_cost,
ma.uw_cost,
ma.state,
ma.organization_id,
ma.lead_source_id,
-- la.lead_sequence_id,
-- la.lms_application_id,
la.loan_sequence,
la.lms_code,
la.origination_loan_id,
if(la.origination_loan_id is null,0,1) as IsOriginated,
if(lms.master_source_id=25,0,1) AS Is_External,
if(mam.RC_FROM_LEAD='True',1,0) as Is_RC_External,
lms.master_source_id,
-- mam.RC_FROM_LEAD,
ma.wd_reason ,
IF(ma.wd_reason IS NOT NULL,1,0) AS Is_RAL,
ma.lead_provider_id
-- ls.lead_source_id
from datawork.mk_application ma
left join datawork.mk_application_more mam on ma.lead_sequence_id=mam.lead_sequence_id
JOIN reporting.vmk_lead_source ls on ma.lead_provider_id=ls.lead_source_id and ls.description not in ('MK-EXTERNAL-TEST','MK-INTERNAL-TEST','MKWEB-TEST-BAS', 'MKWEB-TEST-NCP')
inner join jaglms.lead_master_sources lms on ls.master_source_id = lms.master_source_id and lms.organization_id=1
left join reporting.leads_accepted la on ma.lead_sequence_id=la.lead_sequence_id and la.isuniqueaccept=1
where ma.insert_date between '2017-11-01' and '2018-01-01'
-- and ma.organization_id is null
-- and ma.decision='Accept'
) ;
-- select * from table1;
DROP TEMPORARY TABLE IF EXISTS table2;
CREATE TEMPORARY TABLE IF NOT EXISTS table2
AS (
SELECT
year(t1.insert_date) as Received_year,
month(t1.insert_date) as Received_month,
count(*) as Looks_cnt,
sum(if(t1.uw_cost>0 or t1.decision='ACCEPT', 1, 0)) as IsUniqueLook,
count(distinct t1.email) as Unique_emial_cnt,
sum(if(t1.decision='ACCEPT',1,0)) as total_accepted,
sum(if(t1.isOriginated=1,1,0)) as total_loans,
sum(if(t1.loan_sequence=1,1,0)) as 'Is_NC_cnt',
sum(if(t1.loan_sequence=1 and t1.isOriginated=1,1,0)) as 'NC_originated_cnt',
sum(if(t1.loan_sequence>1,1,0)) as 'Is_RC_cnt',
sum(if(t1.loan_sequence>1 and t1.isOriginated=1,1,0)) as 'RC_originated_cnt',
-- sum(if(t1.loan_sequence is null and t1.decision='Accept',1,0)) as Is_Issue_cnt,
sum(if(t1.lead_cost>1 and t1.loan_sequence>1,1,0)) as RC_External,
sum(t1.lead_cost) as total_lead_cost,
sum(t1.uw_cost) as total_uw_cost,
sum(if(t1.Is_External=1,1,0)) as Total_External,
sum(if(t1.Is_RAL=1,1,0)) as Total_RAL
from table1 t1
where t1.Is_External=1
group by month(t1.insert_date)); -- and ma.insert_date <curtime() ;
select * from table2;
select count(*) from datawork.mk_application ma where ma.insert_date>'2019-11-30' and ma.insert_date<'2019-12-01';
#########################
DROP TEMPORARY TABLE IF EXISTS table3;
CREATE TEMPORARY TABLE IF NOT EXISTS table3
AS (
select
year(aa.received_time) as Received_year,
month(aa.received_time) as Received_month,
sum(aa.isoriginated) as total_originated,
sum(aa.approved_amount) as total_origination_amount
from(
SELECT
month(la.received_time),
la.lms_code,
la.lms_customer_id,
la.lms_application_id,
la.loan_number,
la.state,
la.product,
la.loan_sequence,
la.application_status
, la.loan_status,
ifnull(la.isoriginated,
la.origination_time,
la.approved_amount,
la.received_time,
la.lead_cost as 1_lead_cost,
la2.lead_cost as 2_lead_cost,
ifnull(la.lead_cost,la2.lead_cost) as lead_cost,
la.lead_source_id,
la.master_source_id,
la.provider_name,
la.emailaddress,
if(la.loan_sequence=1 and ifnull(la.lead_cost,la2.lead_cost)>1,1,0) as NC_External,
case
when la.master_source_id=25 then 1
when la.master_source_id is null then 1
else 0
end as Is_Internal
FROM reporting.leads_accepted la
left join reporting.leads_accepted la2 on la.lms_customer_id=la2.lms_customer_id and la.lms_code=la2.lms_code and la2.origination_loan_id=if(la.lms_code in('EPIC','TDC'),la.lms_application_id, la.loan_number) -- first record
where -- la.loan_sequence=1
-- and la.lead_cost>1
la.origination_time is not null
and date(la.received_time)>='2019-01-01' /*and date(la.received_time)<='2018-12-01'*/) aa
where aa.Is_Internal=0
group by year(aa.received_time),month(aa.received_time));
select * from reporting.leads_accepted where emailaddress='marie_yj@yahoo.com';
select * from table3;
|
/*
THIS CODE WAS OUR OWN WORK, IT WAS WRITTEN WITHOUT CONSULTING ANY
SOURCES OUTSIDE OF THOSE APPROVED BY THE INSTRUCTOR.
Bhargav Annigeri, Simon Marty
*/
SET search_path to artistdb;
INSERT INTO WasInBand(artist_id,band_id, start_year, end_year)
(
SELECT WasInBand.artist_id, band_id, 2018, 2019 FROM WasInBand
JOIN Artist ON WasInBand.band_id = Artist.artist_id
WHERE Artist.name = 'AC/DC'
);
|
CREATE TABLE IF NOT EXISTS author (
id SERIAL NOT NULL
, name VARCHAR(60) NOT NULL
, is_active BOOLEAN NOT NULL DEFAULT TRUE
, created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
ALTER TABLE author ADD CONSTRAINT pk_author PRIMARY KEY (id);
CREATE TABLE IF NOT EXISTS post (
id SERIAL NOT NULL
, title VARCHAR(60) NOT NULL
, author_id INTEGER NOT NULL
, content TEXT NOT NULL
, created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
ALTER TABLE post ADD CONSTRAINT pk_post PRIMARY KEY (id);
ALTER TABLE post ADD CONSTRAINT fk_post_author FOREIGN KEY (author_id) REFERENCES author(id);
CREATE TABLE IF NOT EXISTS comment (
id SERIAL NOT NULL
, post_id INTEGER NOT NULL
, author_id INTEGER NOT NULL
, content TEXT NOT NULL
, created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
ALTER TABLE comment ADD CONSTRAINT pk_comment PRIMARY KEY (id);
ALTER TABLE comment ADD CONSTRAINT fk_comment_post FOREIGN KEY (post_id) REFERENCES post(id);
ALTER TABLE comment ADD CONSTRAINT fk_comment_author FOREIGN KEY (author_id) REFERENCES author(id);
|
-- select extraction_type, match_type, potential_identifier, original_text
-- from unique_identifiers
-- where match_type != 'url'
-- order by match_type, extraction_type;
-- select extraction_type || ' - ' || match_type, count(id) as num
-- from unique_identifiers
-- group by extraction_type, match_type
-- order by num DESC;
select count(distinct response_id)
from unique_identifiers; |
-- CREAR BASE DE DATOS
-------------------------->
CREATE DATABASE cms;
use cms;
-- CREAR TABLA PARA LOS USUARIOS
----------------------------------->
CREATE TABLE users(
id int NOT NULL AUTO_INCREMENT,
Nombre varchar(100),
Apellido varchar(100),
Correo text,
Pass varchar(100),
Rol varchar(100),
Image text,
primary key(id)
);
-- CREAR TABLA PARA LOS ARCHIVOS
----------------------------------->
CREATE TABLE archivos(
id int NOT NULL AUTO_INCREMENT,
Nombre varchar(100),
Tipo varchar(100),
Fecha text,
Ruta Text,
primary key(id)
);
-- CREAR TABLA PARA El HISTORIAL
----------------------------------->
CREATE TABLE historial(
id int NOT NULL AUTO_INCREMENT,
Nombre varchar(100),
Tipo varchar(100),
Accion varchar(100),
Usuario varchar(100),
Fecha text,
primary key(id)
);
-- CREAR DATOS DEL ADMINISTRADOR
----------------------------------->
INSERT INTO users (Nombre, Apellido, Correo, Pass, Rol) VALUES (Admin, Admin, Admin@admin.com, Admin123, Admin)
|
-- Update score of Bob
UPDATE second_table SET score = 10 WHERE name = "Bob";
|
CREATE TABLE customer (
customer_id integer not null,
customer_class_id integer REFERENCES customer_class,
PRIMARY KEY (customer_id),
CONSTRAINT SortingOrder_Position_1 CHECK (argument_column('customer_id'))
);
|
-- AlterTable
ALTER TABLE `userinfo` MODIFY `name` VARCHAR(200) NOT NULL,
MODIFY `phone` VARCHAR(200) NOT NULL,
MODIFY `address` VARCHAR(200) NOT NULL,
MODIFY `email` VARCHAR(200) NOT NULL,
MODIFY `orderid` VARCHAR(200) NOT NULL DEFAULT 'None';
|
with vedtakquery as (SELECT behandling_id FROM vedtak WHERE resultat_type = 'INNVILGE')
UPDATE behandling
SET resultat = 'INNVILGET'
FROM vedtakquery
WHERE behandling.id = vedtakquery.behandling_id AND behandling.status = 'FERDIGSTILT';
|
DROP TABLE IF EXISTS rule_result_detail;
CREATE TABLE rule_result_detail
(
rule_exec_uuid VARCHAR(50),
rule_exec_version INT(10),
rule_exec_time VARCHAR(100),
rule_uuid VARCHAR(50),
rule_version INT(10),
rule_name VARCHAR(100),
entity_type VARCHAR(50),
entity_id VARCHAR(50),
criteria_id VARCHAR(50),
criteria_name VARCHAR(100),
criteria_met_ind VARCHAR(50),
criteria_expr VARCHAR(500),
criteria_score DECIMAL(6, 3),
version INT(10),
INDEX (version)
);
|
select
addressid as unique_field,
count(*) as n_records
from `woven-passkey-328019`.`querry_adventureworks20211025`.`person_businessentityaddress`
where addressid is not null
group by addressid
having count(*) > 1
|
CREATE TABLE `assignment_grade` (
`asggradedid` bigint(10) NOT NULL AUTO_INCREMENT,
`assignmentid` bigint(10) NOT NULL DEFAULT '0',
`userid` bigint(10) NOT NULL DEFAULT '0',
`companyid` bigint(10) NOT NULL,
`createdtime` bigint(10) NOT NULL DEFAULT '0',
`modifiedtime` bigint(10) NOT NULL DEFAULT '0',
`grader` bigint(10) NOT NULL DEFAULT '0',
`grade` decimal(10,5) DEFAULT '0.00000',
`attemptnumber` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`asggradedid`),
UNIQUE KEY `assigrad_assuseatt_uix` (`assignmentid`,`userid`,`attemptnumber`),
KEY `assigrad_use_ix` (`userid`),
KEY `asg_grd_comp_ix` (`companyid`),
KEY `assigrad_att_ix` (`attemptnumber`),
KEY `assigrad_ass_ix` (`assignmentid`),
CONSTRAINT `fk_assigngrade_assignment` FOREIGN KEY (`assignmentid`) REFERENCES `assignment` (`assignmentid`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `fk_assigngrade_user` FOREIGN KEY (`userid`) REFERENCES `user` (`userid`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `fk_asg_grd_comp_ix` FOREIGN KEY (`companyid`) REFERENCES `company` (`companyid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Grading information about a single assignment submission.';
|
/*
以下の条件を持つビューを作る
・販売単価が1000円以上
・登録日が9月20日
・含む列が商品名、販売単価、登録日
*/
CREATE VIEW ViewRenshu5_1 (shohin_mei, hanbai_tanka, torokubi) AS SELECT shohin_mei, hanbai_tanka, torokubi FROM Shohin WHERE hanbai_tanka >= 1000 AND torokubi = '2009-09-20';
/*
ビューの作成
CREATE VIEW ビュー名 (カラム1, カラム2, ・・・) AS SELECT カラム1', カラム2', ・・・ FROM テーブル名 ・・・; |
set echo on
set trims on
drop function product;
drop type Product_Impl;
drop table t_numbers;
create table t_numbers(num number);
insert into t_numbers values(1);
insert into t_numbers values(2);
insert into t_numbers values(3);
insert into t_numbers values(4);
insert into t_numbers values(5);
select * from t_numbers;
pause
select sum(num) from t_numbers;
pause
select product(num) from t_numbers;
pause
--oczywiscie mozna zawsze cos wykombinowac
select exp(sum(ln(num))) from t_numbers;
pause
--ale nie w tym rzecz
--chcemy zrobic cos podobnego do:
/*
List<Integer> numbers = Arrays.asList(1,2,3,4,5);
System.out.println(numbers.stream().reduce(1, (a, b) -> a * b));
*/
pause
create or replace type Product_Impl as object
(
total_product number,
static function ODCIAggregateInitialize(aggr_context IN OUT Product_Impl)
return number,
member function ODCIAggregateIterate(self IN OUT Product_Impl,
value IN number) return number,
member function ODCIAggregateTerminate(self IN Product_Impl,
returnValue OUT number,
flags IN number) return number,
member function ODCIAggregateMerge(self IN OUT Product_Impl,
second_aggr_context IN Product_Impl) return number
)
/
pause
create or replace type body Product_Impl as
static function ODCIAggregateInitialize(aggr_context IN OUT Product_Impl)
return number
is
begin
aggr_context := Product_Impl(1);
return ODCIConst.Success;
end;
member function ODCIAggregateIterate(self IN OUT Product_Impl,
value IN number) return number
is
begin
self.total_product := self.total_product * value;
return ODCIConst.Success;
end;
member function ODCIAggregateTerminate(self IN Product_Impl,
returnValue OUT number,
flags IN number) return number
is
begin
returnValue := self.total_product;
return ODCIConst.Success;
end;
-- potrzebny do rownoleglego agregowania
member function ODCIAggregateMerge(self IN OUT Product_Impl,
second_aggr_context IN Product_Impl) return number
is
begin
self.total_product := self.total_product * second_aggr_context.total_product;
return ODCIConst.Success;
end;
end;
/
pause
create function product(input number) return number
parallel_enable aggregate using Product_Impl;
/
pause
select product(num) from t_numbers;
pause
select product(num) over(order by num) from t_numbers;
pause
with nums as (
select case mod(num, 2)
when 0 then
'EVEN'
else
'ODD'
end parity,
num
from t_numbers
)
select parity, product(num)
from nums
group by parity;
|
/*
SQLyog Ultimate v13.1.1 (64 bit)
MySQL - 5.7.31 : Database - coldchain_flow
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`coldchain_flow` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `coldchain_flow`;
/*Table structure for table `QRTZ_BLOB_TRIGGERS` */
DROP TABLE IF EXISTS `QRTZ_BLOB_TRIGGERS`;
CREATE TABLE `QRTZ_BLOB_TRIGGERS` (
`sched_name` varchar(120) NOT NULL,
`trigger_name` varchar(200) NOT NULL,
`trigger_group` varchar(200) NOT NULL,
`blob_data` blob,
PRIMARY KEY (`sched_name`,`trigger_name`,`trigger_group`),
CONSTRAINT `QRTZ_BLOB_TRIGGERS_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `QRTZ_TRIGGERS` (`sched_name`, `trigger_name`, `trigger_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_BLOB_TRIGGERS` */
/*Table structure for table `QRTZ_CALENDARS` */
DROP TABLE IF EXISTS `QRTZ_CALENDARS`;
CREATE TABLE `QRTZ_CALENDARS` (
`sched_name` varchar(120) NOT NULL,
`calendar_name` varchar(200) NOT NULL,
`calendar` blob NOT NULL,
PRIMARY KEY (`sched_name`,`calendar_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_CALENDARS` */
/*Table structure for table `QRTZ_CRON_TRIGGERS` */
DROP TABLE IF EXISTS `QRTZ_CRON_TRIGGERS`;
CREATE TABLE `QRTZ_CRON_TRIGGERS` (
`sched_name` varchar(120) NOT NULL,
`trigger_name` varchar(200) NOT NULL,
`trigger_group` varchar(200) NOT NULL,
`cron_expression` varchar(200) NOT NULL,
`time_zone_id` varchar(80) DEFAULT NULL,
PRIMARY KEY (`sched_name`,`trigger_name`,`trigger_group`),
CONSTRAINT `QRTZ_CRON_TRIGGERS_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `QRTZ_TRIGGERS` (`sched_name`, `trigger_name`, `trigger_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_CRON_TRIGGERS` */
/*Table structure for table `QRTZ_FIRED_TRIGGERS` */
DROP TABLE IF EXISTS `QRTZ_FIRED_TRIGGERS`;
CREATE TABLE `QRTZ_FIRED_TRIGGERS` (
`sched_name` varchar(120) NOT NULL,
`entry_id` varchar(95) NOT NULL,
`trigger_name` varchar(200) NOT NULL,
`trigger_group` varchar(200) NOT NULL,
`instance_name` varchar(200) NOT NULL,
`fired_time` bigint(13) NOT NULL,
`sched_time` bigint(13) NOT NULL,
`priority` int(11) NOT NULL,
`state` varchar(16) NOT NULL,
`job_name` varchar(200) DEFAULT NULL,
`job_group` varchar(200) DEFAULT NULL,
`is_nonconcurrent` varchar(1) DEFAULT NULL,
`requests_recovery` varchar(1) DEFAULT NULL,
PRIMARY KEY (`sched_name`,`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_FIRED_TRIGGERS` */
/*Table structure for table `QRTZ_JOB_DETAILS` */
DROP TABLE IF EXISTS `QRTZ_JOB_DETAILS`;
CREATE TABLE `QRTZ_JOB_DETAILS` (
`sched_name` varchar(120) NOT NULL,
`job_name` varchar(200) NOT NULL,
`job_group` varchar(200) NOT NULL,
`description` varchar(250) DEFAULT NULL,
`job_class_name` varchar(250) NOT NULL,
`is_durable` varchar(1) NOT NULL,
`is_nonconcurrent` varchar(1) NOT NULL,
`is_update_data` varchar(1) NOT NULL,
`requests_recovery` varchar(1) NOT NULL,
`job_data` blob,
PRIMARY KEY (`sched_name`,`job_name`,`job_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_JOB_DETAILS` */
/*Table structure for table `QRTZ_LOCKS` */
DROP TABLE IF EXISTS `QRTZ_LOCKS`;
CREATE TABLE `QRTZ_LOCKS` (
`sched_name` varchar(120) NOT NULL,
`lock_name` varchar(40) NOT NULL,
PRIMARY KEY (`sched_name`,`lock_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_LOCKS` */
/*Table structure for table `QRTZ_PAUSED_TRIGGER_GRPS` */
DROP TABLE IF EXISTS `QRTZ_PAUSED_TRIGGER_GRPS`;
CREATE TABLE `QRTZ_PAUSED_TRIGGER_GRPS` (
`sched_name` varchar(120) NOT NULL,
`trigger_group` varchar(200) NOT NULL,
PRIMARY KEY (`sched_name`,`trigger_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_PAUSED_TRIGGER_GRPS` */
/*Table structure for table `QRTZ_SCHEDULER_STATE` */
DROP TABLE IF EXISTS `QRTZ_SCHEDULER_STATE`;
CREATE TABLE `QRTZ_SCHEDULER_STATE` (
`sched_name` varchar(120) NOT NULL,
`instance_name` varchar(200) NOT NULL,
`last_checkin_time` bigint(13) NOT NULL,
`checkin_interval` bigint(13) NOT NULL,
PRIMARY KEY (`sched_name`,`instance_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_SCHEDULER_STATE` */
/*Table structure for table `QRTZ_SIMPLE_TRIGGERS` */
DROP TABLE IF EXISTS `QRTZ_SIMPLE_TRIGGERS`;
CREATE TABLE `QRTZ_SIMPLE_TRIGGERS` (
`sched_name` varchar(120) NOT NULL,
`trigger_name` varchar(200) NOT NULL,
`trigger_group` varchar(200) NOT NULL,
`repeat_count` bigint(7) NOT NULL,
`repeat_interval` bigint(12) NOT NULL,
`times_triggered` bigint(10) NOT NULL,
PRIMARY KEY (`sched_name`,`trigger_name`,`trigger_group`),
CONSTRAINT `QRTZ_SIMPLE_TRIGGERS_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `QRTZ_TRIGGERS` (`sched_name`, `trigger_name`, `trigger_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_SIMPLE_TRIGGERS` */
/*Table structure for table `QRTZ_SIMPROP_TRIGGERS` */
DROP TABLE IF EXISTS `QRTZ_SIMPROP_TRIGGERS`;
CREATE TABLE `QRTZ_SIMPROP_TRIGGERS` (
`sched_name` varchar(120) NOT NULL,
`trigger_name` varchar(200) NOT NULL,
`trigger_group` varchar(200) NOT NULL,
`str_prop_1` varchar(512) DEFAULT NULL,
`str_prop_2` varchar(512) DEFAULT NULL,
`str_prop_3` varchar(512) DEFAULT NULL,
`int_prop_1` int(11) DEFAULT NULL,
`int_prop_2` int(11) DEFAULT NULL,
`long_prop_1` bigint(20) DEFAULT NULL,
`long_prop_2` bigint(20) DEFAULT NULL,
`dec_prop_1` decimal(13,4) DEFAULT NULL,
`dec_prop_2` decimal(13,4) DEFAULT NULL,
`bool_prop_1` varchar(1) DEFAULT NULL,
`bool_prop_2` varchar(1) DEFAULT NULL,
PRIMARY KEY (`sched_name`,`trigger_name`,`trigger_group`),
CONSTRAINT `QRTZ_SIMPROP_TRIGGERS_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `QRTZ_TRIGGERS` (`sched_name`, `trigger_name`, `trigger_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_SIMPROP_TRIGGERS` */
/*Table structure for table `QRTZ_TRIGGERS` */
DROP TABLE IF EXISTS `QRTZ_TRIGGERS`;
CREATE TABLE `QRTZ_TRIGGERS` (
`sched_name` varchar(120) NOT NULL,
`trigger_name` varchar(200) NOT NULL,
`trigger_group` varchar(200) NOT NULL,
`job_name` varchar(200) NOT NULL,
`job_group` varchar(200) NOT NULL,
`description` varchar(250) DEFAULT NULL,
`next_fire_time` bigint(13) DEFAULT NULL,
`prev_fire_time` bigint(13) DEFAULT NULL,
`priority` int(11) DEFAULT NULL,
`trigger_state` varchar(16) NOT NULL,
`trigger_type` varchar(8) NOT NULL,
`start_time` bigint(13) NOT NULL,
`end_time` bigint(13) DEFAULT NULL,
`calendar_name` varchar(200) DEFAULT NULL,
`misfire_instr` smallint(2) DEFAULT NULL,
`job_data` blob,
PRIMARY KEY (`sched_name`,`trigger_name`,`trigger_group`),
KEY `sched_name` (`sched_name`,`job_name`,`job_group`),
CONSTRAINT `QRTZ_TRIGGERS_ibfk_1` FOREIGN KEY (`sched_name`, `job_name`, `job_group`) REFERENCES `QRTZ_JOB_DETAILS` (`sched_name`, `job_name`, `job_group`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `QRTZ_TRIGGERS` */
/*Table structure for table `gen_table` */
DROP TABLE IF EXISTS `gen_table`;
CREATE TABLE `gen_table` (
`table_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`table_name` varchar(200) DEFAULT '' COMMENT '表名称',
`table_comment` varchar(500) DEFAULT '' COMMENT '表描述',
`class_name` varchar(100) DEFAULT '' COMMENT '实体类名称',
`tpl_category` varchar(200) DEFAULT 'crud' COMMENT '使用的模板(crud单表操作 tree树表操作)',
`package_name` varchar(100) DEFAULT NULL COMMENT '生成包路径',
`module_name` varchar(30) DEFAULT NULL COMMENT '生成模块名',
`business_name` varchar(30) DEFAULT NULL COMMENT '生成业务名',
`function_name` varchar(50) DEFAULT NULL COMMENT '生成功能名',
`function_author` varchar(50) DEFAULT NULL COMMENT '生成功能作者',
`options` varchar(1000) DEFAULT NULL COMMENT '其它生成选项',
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`remark` varchar(500) DEFAULT NULL COMMENT '备注',
PRIMARY KEY (`table_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='代码生成业务表';
/*Data for the table `gen_table` */
/*Table structure for table `gen_table_column` */
DROP TABLE IF EXISTS `gen_table_column`;
CREATE TABLE `gen_table_column` (
`column_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`table_id` varchar(64) DEFAULT NULL COMMENT '归属表编号',
`column_name` varchar(200) DEFAULT NULL COMMENT '列名称',
`column_comment` varchar(500) DEFAULT NULL COMMENT '列描述',
`column_type` varchar(100) DEFAULT NULL COMMENT '列类型',
`java_type` varchar(500) DEFAULT NULL COMMENT 'JAVA类型',
`java_field` varchar(200) DEFAULT NULL COMMENT 'JAVA字段名',
`is_pk` char(1) DEFAULT NULL COMMENT '是否主键(1是)',
`is_increment` char(1) DEFAULT NULL COMMENT '是否自增(1是)',
`is_required` char(1) DEFAULT NULL COMMENT '是否必填(1是)',
`is_insert` char(1) DEFAULT NULL COMMENT '是否为插入字段(1是)',
`is_edit` char(1) DEFAULT NULL COMMENT '是否编辑字段(1是)',
`is_list` char(1) DEFAULT NULL COMMENT '是否列表字段(1是)',
`is_query` char(1) DEFAULT NULL COMMENT '是否查询字段(1是)',
`query_type` varchar(200) DEFAULT 'EQ' COMMENT '查询方式(等于、不等于、大于、小于、范围)',
`html_type` varchar(200) DEFAULT NULL COMMENT '显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)',
`dict_type` varchar(200) DEFAULT '' COMMENT '字典类型',
`sort` int(11) DEFAULT NULL COMMENT '排序',
`create_by` varchar(64) DEFAULT '' COMMENT '创建者',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` varchar(64) DEFAULT '' COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`column_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='代码生成业务表字段';
/*Data for the table `gen_table_column` */
/*Table structure for table `nts_card_info` */
DROP TABLE IF EXISTS `nts_card_info`;
CREATE TABLE `nts_card_info` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`msisdn` varchar(32) DEFAULT NULL,
`icc_id` varchar(32) DEFAULT NULL,
`imsi` varchar(32) DEFAULT NULL,
`carrier` varchar(32) DEFAULT NULL COMMENT '运营商',
`sp_code` varchar(32) DEFAULT NULL COMMENT '短信端口号',
`data_plan` varchar(32) DEFAULT NULL COMMENT '套餐大小',
`expiry_date` date DEFAULT NULL COMMENT '计费结束日期',
`data_usage` varchar(32) DEFAULT NULL COMMENT '当月流量',
`account_status` varchar(32) DEFAULT NULL COMMENT '卡状态',
`active` tinyint(1) DEFAULT '0' COMMENT '激活/未激活 0:否 1:是',
`test_valid_date` date DEFAULT NULL COMMENT '测试期起始日期',
`silent_valid_date` date DEFAULT NULL COMMENT '沉默期起始日期',
`outbound_date` date DEFAULT NULL COMMENT '出库日期',
`active_date` date DEFAULT NULL COMMENT '激活日期',
`support_sms` tinyint(1) DEFAULT NULL COMMENT '是否支持短信 0:否 1:是',
`data_balance` varchar(32) DEFAULT NULL COMMENT '剩余流量',
`test_used_data_usage` varchar(32) DEFAULT NULL COMMENT '测试期已用流量',
`create_time` datetime DEFAULT NULL,
`update_time` datetime DEFAULT NULL,
`remark` varchar(256) DEFAULT NULL COMMENT '备注',
`device_id` int(11) DEFAULT NULL COMMENT '设备id',
`company_id` int(10) DEFAULT NULL COMMENT '企业ID',
`user_id` int(10) DEFAULT NULL COMMENT '用户id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='物联卡信息表';
/*Data for the table `nts_card_info` */
/*Table structure for table `nts_card_usaged_detail` */
DROP TABLE IF EXISTS `nts_card_usaged_detail`;
CREATE TABLE `nts_card_usaged_detail` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`card_id` int(11) DEFAULT NULL COMMENT '物联卡id',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`date` date DEFAULT NULL COMMENT '记录时间',
`data_usage` varchar(32) DEFAULT NULL COMMENT '使用的数据量',
`remark` varchar(256) DEFAULT NULL COMMENT '备注',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='物联卡流量使用使用详情';
/*Data for the table `nts_card_usaged_detail` */
/*Table structure for table `nts_card_usaged_log` */
DROP TABLE IF EXISTS `nts_card_usaged_log`;
CREATE TABLE `nts_card_usaged_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`card_id` int(11) DEFAULT NULL COMMENT '物联卡id',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '修改时间',
`date` date DEFAULT NULL COMMENT '记录时间',
`data_usage` varchar(32) DEFAULT NULL COMMENT '当前累计使用的数据量',
`remark` varchar(256) DEFAULT NULL COMMENT '备注',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='物联网卡使用日志';
/*Data for the table `nts_card_usaged_log` */
/*Table structure for table `nts_company` */
DROP TABLE IF EXISTS `nts_company`;
CREATE TABLE `nts_company` (
`company_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(200) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业名称',
`alias` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业别名',
`address` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业地址',
`industry_id` int(5) DEFAULT NULL COMMENT '行业ID',
`company_member_id` int(5) DEFAULT NULL COMMENT '企业会员ID',
`company_scale_id` int(5) DEFAULT NULL COMMENT '企业规模ID',
`lic_code` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '信用代码|注册号',
`lic_name` varchar(200) COLLATE utf8mb4_bin DEFAULT '' COMMENT '营业执照企业名称',
`lic_address` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '营业执照企业地址',
`legal_person` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业法人',
`license` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '营业执照Url',
`web_url` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业网站Url',
`email` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业邮箱',
`telephone` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '座机电话',
`audit_status` tinyint(1) DEFAULT '0' COMMENT '审核状态:0-未审核 1-审核成功 2-审核失败',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`audit_desc` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '审核说明',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`company_id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='企业表';
/*Data for the table `nts_company` */
/*Table structure for table `nts_company_flow_pool` */
DROP TABLE IF EXISTS `nts_company_flow_pool`;
CREATE TABLE `nts_company_flow_pool` (
`company_flow_pool_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`surplus_flow` double(20,4) DEFAULT NULL COMMENT '剩余流量',
`used_flow` double(20,4) DEFAULT NULL COMMENT '已用流量',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`company_flow_pool_id`),
UNIQUE KEY `company_id` (`company_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='企业流量池表';
/*Data for the table `nts_company_flow_pool` */
/*Table structure for table `nts_device` */
DROP TABLE IF EXISTS `nts_device`;
CREATE TABLE `nts_device` (
`device_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`user_id` bigint(20) DEFAULT NULL COMMENT '用户ID',
`device_name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备名称',
`device_type_id` int(5) DEFAULT NULL COMMENT '设备类型ID',
`device_desc` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备描述',
`device_vendor_id` int(5) DEFAULT NULL COMMENT '设备制造商ID',
`activate` tinyint(1) DEFAULT '0' COMMENT '激活状态:0-未激活 1-已激活',
`activate_time` datetime DEFAULT NULL COMMENT '激活时间',
`device_state` tinyint(1) DEFAULT '0' COMMENT '设备状态:0-离线 1-在线 2-故障 3-欠费',
`device_sn` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备SN',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`card_icc_id` varchar(32) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '物联卡iccid',
PRIMARY KEY (`device_id`)
) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='设备表';
/*Data for the table `nts_device` */
/*Table structure for table `nts_device_data_report` */
DROP TABLE IF EXISTS `nts_device_data_report`;
CREATE TABLE `nts_device_data_report` (
`device_data_report_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`account` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '账号',
`organization` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '组织',
`time_zone` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '时区',
`device_sn` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备SN',
`device_event` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备事件',
`device_time` datetime DEFAULT NULL COMMENT '设备时间',
`device_time_local` datetime DEFAULT NULL COMMENT '设备本地时间',
`device_type` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备类型',
`device_speed` varchar(40) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备速度',
`gps_address` varchar(200) COLLATE utf8mb4_bin DEFAULT '' COMMENT 'GPS地址',
`gps_mode` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT 'GPS模式',
`latitude` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT 'GPS维度',
`longitude` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT 'GPS经度',
`satellites_used` varchar(40) COLLATE utf8mb4_bin DEFAULT '' COMMENT '是否使用卫星',
`temperature` varchar(40) COLLATE utf8mb4_bin DEFAULT '' COMMENT '温度',
`battery_voltage` varchar(40) COLLATE utf8mb4_bin DEFAULT '' COMMENT '电池电压',
`firmware_version` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '固件版本',
`read_id` varchar(60) COLLATE utf8mb4_bin DEFAULT '' COMMENT '读取ID',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`device_data_report_id`),
UNIQUE KEY `read_id` (`read_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4011 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='设备数据上报表';
/*Data for the table `nts_device_data_report` */
/*Table structure for table `nts_device_details` */
DROP TABLE IF EXISTS `nts_device_details`;
CREATE TABLE `nts_device_details` (
`device_details_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`device_id` bigint(20) DEFAULT NULL COMMENT '设备ID',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`user_id` bigint(20) DEFAULT NULL COMMENT '用户ID',
`device_sn` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备SN',
`carrier_id` int(5) DEFAULT NULL COMMENT '服务商ID',
`account` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '账号ID',
`subaccount` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '子账号ID',
`price_plan` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '价格计划',
`gateway_account` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '网关账号',
`satellite_module` tinyint(1) DEFAULT '0' COMMENT '卫星模块:1-OGI 2-OG2',
`satellite_sn` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '卫星模块SN',
`sim_operator` int(2) DEFAULT NULL COMMENT 'SIM运营商:1-中国电信 2-中国移动 3-中国联通',
`sim_sn` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT 'SIM唯一SN',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`device_details_id`),
UNIQUE KEY `device_id` (`device_id`)
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='设备详情表';
/*Data for the table `nts_device_details` */
/*Table structure for table `nts_device_flow_agg` */
DROP TABLE IF EXISTS `nts_device_flow_agg`;
CREATE TABLE `nts_device_flow_agg` (
`device_flow_agg_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`subscriber_id` varchar(100) DEFAULT '' COMMENT '设备ID',
`carrier` varchar(100) DEFAULT '' COMMENT '服务商',
`account` varchar(100) DEFAULT '' COMMENT '账号ID',
`subaccount` varchar(100) DEFAULT '' COMMENT '子账号ID',
`price_plan` varchar(100) DEFAULT '' COMMENT '价格计划',
`sms_mo` int(11) DEFAULT NULL COMMENT 'sms发送数据流量',
`sms_mt` int(11) DEFAULT NULL COMMENT 'sms接受数据流量',
`data_mo` int(11) DEFAULT NULL COMMENT 'data发送数据流量',
`data_mt` int(11) DEFAULT NULL COMMENT 'data接受数据流量',
`data_both` int(11) DEFAULT NULL COMMENT 'data发送和接受数据流量',
`voice_mo` int(11) DEFAULT NULL COMMENT 'voice发送数据流量',
`voice_mt` int(11) DEFAULT NULL COMMENT 'voice接受数据流量',
`orbcomm_reports` int(11) DEFAULT NULL COMMENT 'orbcomm报告数据流量',
`orbcomm_messages` int(11) DEFAULT NULL COMMENT 'orbcomm消息数据流量',
`orbcomm_bytes` int(11) DEFAULT NULL COMMENT 'orbcomm数据流量',
`statistics_time` datetime DEFAULT NULL COMMENT '统计时间',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`device_flow_agg_id`),
KEY `indexsubscriber_id` (`subscriber_id`)
) ENGINE=InnoDB AUTO_INCREMENT=638 DEFAULT CHARSET=utf8 COMMENT='设备流量日志统计表';
/*Data for the table `nts_device_flow_agg` */
/*Table structure for table `nts_device_flow_details` */
DROP TABLE IF EXISTS `nts_device_flow_details`;
CREATE TABLE `nts_device_flow_details` (
`device_flow_details_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`sort_id` varchar(64) DEFAULT '' COMMENT '排序ID',
`subscriber_id` varchar(100) DEFAULT '' COMMENT '设备ID',
`carrier` varchar(100) DEFAULT '' COMMENT '运营商',
`account` varchar(100) DEFAULT '' COMMENT '账号ID',
`subaccount` varchar(100) DEFAULT '' COMMENT '子账号ID',
`price_plan` varchar(100) DEFAULT '' COMMENT '价格计划',
`sms_mo` int(11) DEFAULT NULL COMMENT 'sms发送数据流量',
`sms_mt` int(11) DEFAULT NULL COMMENT 'sms接受数据流量',
`data_mo` int(11) DEFAULT NULL COMMENT 'data发送数据流量',
`data_mt` int(11) DEFAULT NULL COMMENT 'data接受数据流量',
`data_both` int(11) DEFAULT NULL COMMENT 'data发送和接受数据流量',
`voice_mo` int(11) DEFAULT NULL COMMENT 'voice发送数据流量',
`voice_mt` int(11) DEFAULT NULL COMMENT 'voice接受数据流量',
`orbcomm_reports` int(11) DEFAULT NULL COMMENT 'orbcomm报告数据流量',
`orbcomm_messages` int(11) DEFAULT NULL COMMENT 'orbcomm消息数据流量',
`orbcomm_bytes` int(11) DEFAULT NULL COMMENT 'orbcomm数据流量',
`usage_time` datetime DEFAULT NULL COMMENT '使用时间',
`import_time` datetime DEFAULT NULL COMMENT '导入时间',
`statistics_time` datetime DEFAULT NULL COMMENT '统计时间',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`device_flow_details_id`)
) ENGINE=InnoDB AUTO_INCREMENT=53411 DEFAULT CHARSET=utf8 COMMENT='设备流量日志统计表';
/*Data for the table `nts_device_flow_details` */
/*Table structure for table `nts_device_flow_pool` */
DROP TABLE IF EXISTS `nts_device_flow_pool`;
CREATE TABLE `nts_device_flow_pool` (
`flow_pool_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`device_id` bigint(20) DEFAULT NULL COMMENT '设备ID',
`device_sn` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备SN',
`surplus_flow` double(20,4) DEFAULT NULL COMMENT '剩余流量',
`used_flow` double(20,4) DEFAULT NULL COMMENT '已用流量',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`flow_pool_id`),
UNIQUE KEY `device_id` (`device_id`)
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='设备流量池表';
/*Data for the table `nts_device_flow_pool` */
/*Table structure for table `nts_dict_account_type` */
DROP TABLE IF EXISTS `nts_dict_account_type`;
CREATE TABLE `nts_dict_account_type` (
`account_type_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '账号类别名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '账号类别描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`account_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-账号类别表';
/*Data for the table `nts_dict_account_type` */
/*Table structure for table `nts_dict_business_type` */
DROP TABLE IF EXISTS `nts_dict_business_type`;
CREATE TABLE `nts_dict_business_type` (
`business_type_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '业务类别名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '业务类别描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`business_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-业务类别表';
/*Data for the table `nts_dict_business_type` */
/*Table structure for table `nts_dict_carrier` */
DROP TABLE IF EXISTS `nts_dict_carrier`;
CREATE TABLE `nts_dict_carrier` (
`carrier_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '服务商名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '服务商描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`carrier_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-服务商表';
/*Data for the table `nts_dict_carrier` */
/*Table structure for table `nts_dict_company_member` */
DROP TABLE IF EXISTS `nts_dict_company_member`;
CREATE TABLE `nts_dict_company_member` (
`company_member_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业会员名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业会员描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`company_member_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-企业会员表';
/*Data for the table `nts_dict_company_member` */
/*Table structure for table `nts_dict_company_scale` */
DROP TABLE IF EXISTS `nts_dict_company_scale`;
CREATE TABLE `nts_dict_company_scale` (
`company_scale_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业规模名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '企业规模描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`company_scale_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-企业规模表';
/*Data for the table `nts_dict_company_scale` */
/*Table structure for table `nts_dict_currency_type` */
DROP TABLE IF EXISTS `nts_dict_currency_type`;
CREATE TABLE `nts_dict_currency_type` (
`currency_type_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '货币币种名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '货币币种描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`currency_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-货币类别表';
/*Data for the table `nts_dict_currency_type` */
/*Table structure for table `nts_dict_data_type` */
DROP TABLE IF EXISTS `nts_dict_data_type`;
CREATE TABLE `nts_dict_data_type` (
`data_type_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '数据类别名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '数据类别描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`data_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-数据类别表';
/*Data for the table `nts_dict_data_type` */
/*Table structure for table `nts_dict_device_type` */
DROP TABLE IF EXISTS `nts_dict_device_type`;
CREATE TABLE `nts_dict_device_type` (
`device_type_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备类别名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备类别描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`device_type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-设备类别表';
/*Data for the table `nts_dict_device_type` */
/*Table structure for table `nts_dict_device_vendor` */
DROP TABLE IF EXISTS `nts_dict_device_vendor`;
CREATE TABLE `nts_dict_device_vendor` (
`device_vendor_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备制造商名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '设备制造商描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`device_vendor_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-设备制造商表';
/*Data for the table `nts_dict_device_vendor` */
/*Table structure for table `nts_dict_flow_valuation_ratio` */
DROP TABLE IF EXISTS `nts_dict_flow_valuation_ratio`;
CREATE TABLE `nts_dict_flow_valuation_ratio` (
`flow_valuation_ratio_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '流量计价比率名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '流量计价比率描述',
`price` decimal(20,8) DEFAULT NULL COMMENT '价格',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`flow_valuation_ratio_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-流量计价比率表';
/*Data for the table `nts_dict_flow_valuation_ratio` */
/*Table structure for table `nts_dict_industry` */
DROP TABLE IF EXISTS `nts_dict_industry`;
CREATE TABLE `nts_dict_industry` (
`industry_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '行业名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '行业描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`industry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-行业表';
/*Data for the table `nts_dict_industry` */
/*Table structure for table `nts_dict_pay_model` */
DROP TABLE IF EXISTS `nts_dict_pay_model`;
CREATE TABLE `nts_dict_pay_model` (
`pay_model_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '支付名称',
`image` varchar(200) COLLATE utf8mb4_bin DEFAULT '' COMMENT '支付图标',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '支付描述',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`pay_model_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-支付方式表';
/*Data for the table `nts_dict_pay_model` */
/*Table structure for table `nts_dict_valuation_type` */
DROP TABLE IF EXISTS `nts_dict_valuation_type`;
CREATE TABLE `nts_dict_valuation_type` (
`valuation_type_id` int(5) NOT NULL AUTO_INCREMENT COMMENT '编号',
`name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '计价模式名称',
`descr` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '计价模式描述',
`months` int(4) DEFAULT '1' COMMENT '默认收费:1月/1次',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`valuation_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='字典-计价模式表';
/*Data for the table `nts_dict_valuation_type` */
/*Table structure for table `nts_flow_plans` */
DROP TABLE IF EXISTS `nts_flow_plans`;
CREATE TABLE `nts_flow_plans` (
`flow_plans_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`plans_name` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '套餐名称',
`plans_type` tinyint(1) DEFAULT '0' COMMENT '套餐类型 0-自定义流量 1-流量阶梯 2-按月缴费',
`plans_desc` varchar(100) COLLATE utf8mb4_bin DEFAULT '' COMMENT '套餐描述',
`unit_price` decimal(20,8) DEFAULT NULL COMMENT '流量单价 ?/kb',
`total_price` decimal(20,8) DEFAULT NULL COMMENT '流量总价',
`flow_number` double(11,4) DEFAULT '0.0000' COMMENT '流量数量 :kb',
`months` int(4) DEFAULT '0' COMMENT '月收费:1月,3月,6月',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`flow_plans_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='流量价格套餐表';
/*Data for the table `nts_flow_plans` */
/*Table structure for table `nts_notice` */
DROP TABLE IF EXISTS `nts_notice`;
CREATE TABLE `nts_notice` (
`notice_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`title` varchar(200) DEFAULT '' COMMENT '通告标题',
`content` varchar(500) DEFAULT '' COMMENT '通告内容',
`release_time` datetime DEFAULT NULL COMMENT '发布时间',
`is_undo` tinyint(1) DEFAULT '0' COMMENT '是否撤销 0-默认 1-撤销',
`undo_time` datetime DEFAULT NULL COMMENT '撤销时间',
`is_del` tinyint(1) DEFAULT '0' COMMENT '是否删除 0-默认 1-删除',
`del_time` datetime DEFAULT NULL COMMENT '删除时间',
`priority` tinyint(1) DEFAULT '0' COMMENT '优先级 0-默认 1-紧急 2-高 3-普通',
`notice_obj_type` tinyint(1) DEFAULT '0' COMMENT '通告对象类型 0-默认 1-单个用户 2-多个用户 3-全部用户 4-用户类型',
`account_type` int(5) DEFAULT NULL COMMENT '用户类型',
PRIMARY KEY (`notice_id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COMMENT='通告表';
/*Data for the table `nts_notice` */
/*Table structure for table `nts_notice_user_tag` */
DROP TABLE IF EXISTS `nts_notice_user_tag`;
CREATE TABLE `nts_notice_user_tag` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`notice_id` bigint(20) DEFAULT NULL COMMENT '通告编号',
`user_id` bigint(20) DEFAULT NULL COMMENT '用户编号',
`is_read` tinyint(1) DEFAULT '0' COMMENT '是否阅读 0-未阅读 1-已阅读',
`read_time` datetime DEFAULT NULL COMMENT '阅读时间',
`account_type` int(5) DEFAULT NULL COMMENT '用户类型',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COMMENT='通告用户标记表';
/*Data for the table `nts_notice_user_tag` */
/*Table structure for table `nts_order_company_flow` */
DROP TABLE IF EXISTS `nts_order_company_flow`;
CREATE TABLE `nts_order_company_flow` (
`order_company_flow_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`create_user_id` bigint(20) DEFAULT NULL COMMENT '创建者ID',
`update_user_id` bigint(20) DEFAULT NULL COMMENT '更新者ID',
`order_code` varchar(64) DEFAULT '' COMMENT '订单编号',
`order_status` tinyint(1) DEFAULT '0' COMMENT '订单状态 0-待付款 1-处理中 2-已完成 3-取消 4-售后',
`flow_price` decimal(20,8) DEFAULT NULL COMMENT '流量总价',
`order_price` decimal(20,8) DEFAULT NULL COMMENT '订单总价',
`actual_price` decimal(20,8) DEFAULT NULL COMMENT '实际需要支付的金额',
`currency_type_id` int(5) DEFAULT NULL COMMENT '货币类别ID',
`pay_model_id` int(5) DEFAULT NULL COMMENT '支付方式ID',
`pay_name` varchar(100) DEFAULT '' COMMENT '支付名称',
`pay_code` varchar(100) DEFAULT '' COMMENT '支付流水号',
`pay_status` tinyint(1) DEFAULT '0' COMMENT '支付状态 0-初始化 1-付款中,2-支付成功',
`payer` varchar(120) DEFAULT '' COMMENT '支付人',
`pay_callback` tinyint(1) DEFAULT '0' COMMENT '支付回调状态 0-初始化 1-成功,-1-失败',
`pay_time` datetime DEFAULT NULL COMMENT '支付时间',
`remark` varchar(500) DEFAULT '' COMMENT '备注',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`order_company_flow_id`),
KEY `_order_company_flow_company` (`company_id`)
) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8 COMMENT='企业流量订单表';
/*Data for the table `nts_order_company_flow` */
/*Table structure for table `nts_order_device_flow` */
DROP TABLE IF EXISTS `nts_order_device_flow`;
CREATE TABLE `nts_order_device_flow` (
`order_device_flow_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`device_id` bigint(20) DEFAULT NULL COMMENT '设备ID',
`create_user_id` bigint(20) DEFAULT NULL COMMENT '创建者ID',
`update_user_id` bigint(20) DEFAULT NULL COMMENT '更新者ID',
`order_code` varchar(64) DEFAULT '' COMMENT '订单编号',
`order_status` tinyint(1) DEFAULT '0' COMMENT '订单状态 0-待付款 1-处理中 2-已完成 3-取消 4-售后',
`flow_price` decimal(20,8) DEFAULT NULL COMMENT '流量总价',
`order_price` decimal(20,8) DEFAULT NULL COMMENT '订单总价',
`actual_price` decimal(20,8) DEFAULT NULL COMMENT '实际需要支付的金额',
`currency_type_id` int(5) DEFAULT NULL COMMENT '货币类别ID',
`pay_model_id` int(5) DEFAULT NULL COMMENT '支付方式ID',
`pay_name` varchar(100) DEFAULT '' COMMENT '支付名称',
`pay_code` varchar(100) DEFAULT '' COMMENT '支付流水号',
`pay_status` tinyint(1) DEFAULT '0' COMMENT '支付状态 0-初始化 1-付款中,2-支付成功',
`payer` varchar(120) DEFAULT '' COMMENT '支付人',
`pay_callback` tinyint(1) DEFAULT '0' COMMENT '支付回调状态 0-初始化 1-成功,-1-失败',
`pay_time` datetime DEFAULT NULL COMMENT '支付时间',
`remark` varchar(500) DEFAULT '' COMMENT '备注',
`delete_flag` tinyint(1) DEFAULT '1' COMMENT '删除标志 1-正常状态 2-已删除',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`order_device_flow_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='设备流量订单表';
/*Data for the table `nts_order_device_flow` */
/*Table structure for table `nts_order_flow_plans` */
DROP TABLE IF EXISTS `nts_order_flow_plans`;
CREATE TABLE `nts_order_flow_plans` (
`order_flow_plans_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`order_id` bigint(20) DEFAULT NULL COMMENT '订单ID',
`order_type` tinyint(1) DEFAULT '0' COMMENT '订单类型 1-设备流量订单 2-企业流订单',
`plans_name` varchar(100) DEFAULT '' COMMENT '套餐名称',
`plans_type` tinyint(1) DEFAULT '0' COMMENT '套餐类型 0-自定义流量 1-流量阶梯 2-按月缴费',
`plans_desc` varchar(100) DEFAULT '' COMMENT '套餐描述',
`unit_price` decimal(20,8) DEFAULT NULL COMMENT '流量单价 ?/kb',
`total_price` decimal(20,8) DEFAULT NULL COMMENT '流量总价',
`flow_number` double(11,4) DEFAULT '0.0000' COMMENT '流量数量 单位:kb',
`months` int(4) DEFAULT '1' COMMENT '月收费:1月,3月,6月',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`order_flow_plans_id`)
) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8 COMMENT='订单流量价格套餐表';
/*Data for the table `nts_order_flow_plans` */
/*Table structure for table `nts_wallet` */
DROP TABLE IF EXISTS `nts_wallet`;
CREATE TABLE `nts_wallet` (
`wallet_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`money` decimal(20,8) DEFAULT NULL COMMENT '金额',
`pay_password` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT '支付密码',
`salt` varchar(20) COLLATE utf8mb4_bin DEFAULT '' COMMENT '盐加密',
`create_user_id` bigint(20) DEFAULT NULL COMMENT '创建用户ID',
`update_user_id` bigint(20) DEFAULT NULL COMMENT '修改用户ID',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`wallet_id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='企业钱包表';
/*Data for the table `nts_wallet` */
/*Table structure for table `nts_wallet_log` */
DROP TABLE IF EXISTS `nts_wallet_log`;
CREATE TABLE `nts_wallet_log` (
`wallet_log_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`user_id` bigint(20) DEFAULT NULL COMMENT '用户ID',
`wallet_record_sn` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT '交易流水sn,关联nts_wallet_record表',
`change_money` decimal(20,8) DEFAULT NULL COMMENT '变动金额 增+ 减-',
`money` decimal(20,8) DEFAULT NULL COMMENT '变动后的金额',
`remark` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '备注',
`display` tinyint(1) DEFAULT '1' COMMENT '是否显示 0-不显示 1-显示',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`wallet_log_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='钱包变动日志表';
/*Data for the table `nts_wallet_log` */
/*Table structure for table `nts_wallet_record` */
DROP TABLE IF EXISTS `nts_wallet_record`;
CREATE TABLE `nts_wallet_record` (
`wallet_record_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
`company_id` bigint(20) DEFAULT NULL COMMENT '企业ID',
`user_id` bigint(20) DEFAULT NULL COMMENT '用户ID',
`wallet_record_sn` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT '交易流水sn,ymdHis+2位随机数',
`from_uid` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT '支付方UID,0-系统充值',
`to_uid` varchar(64) COLLATE utf8mb4_bin DEFAULT '' COMMENT '接收方UID,0-系统提现',
`type` tinyint(1) DEFAULT '1' COMMENT '交易类型 1-充值 2-提现 3-交易',
`money` decimal(20,8) DEFAULT NULL COMMENT '交易金额',
`pay_model_id` int(5) DEFAULT '0' COMMENT '支付方式ID 0-待定 支付宝|微信|银行卡|余额',
`remark` varchar(500) COLLATE utf8mb4_bin DEFAULT '' COMMENT '备注',
`pay_status` tinyint(1) DEFAULT '0' COMMENT '支付状态 0-待支付 -1-失败 1-成功',
`pay_time` datetime DEFAULT NULL COMMENT '交易时间',
`fetch_status` tinyint(1) DEFAULT '0' COMMENT '收款状态 0-待收款 -1-失败 1-成功',
`fetch_time` datetime DEFAULT NULL COMMENT '收款时间',
`check_status` tinyint(1) DEFAULT '0' COMMENT '对账状态 0-未对账 1-已对账',
`check_time` datetime DEFAULT NULL COMMENT '对账时间',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`wallet_record_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='钱包交易记录表';
/*Data for the table `nts_wallet_record` */
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
alter table tbl_content_like drop constraint id_user_fk;
alter table tbl_content_like
add constraint id_user_fk
foreign key (id_user) references tbl_user
on delete cascade;
alter table tbl_content_like drop constraint id_content_fk;
alter table tbl_content_like
add constraint id_content_fk
foreign key (id_content) references tbl_content
on delete cascade;
alter table tbl_season alter column url_season set not null;
drop index tbl_season_url_season_uindex;
|
UPDATE "Course_courseuserrelation"
SET top_reviewer = TRUE
WHERE id IN (SELECT id
FROM "Course_courseuserrelation"
WHERE course_id = 1
ORDER BY review_karma DESC
LIMIT 50
);
UPDATE "Course_courseuserrelation"
SET top_reviewer = TRUE
WHERE id IN (SELECT id
FROM "Course_courseuserrelation"
WHERE course_id = 2
ORDER BY review_karma DESC
LIMIT 50
);
|
CREATE USER [ITDYNAMICS\sanelend] FOR LOGIN [ITDYNAMICS\sanelend];
|
load data local infile 'C:/cygwin/home/ricky/stats/loandata/fullLine.csv' into table tblUniq fields terminated by ','
enclosed by '"'
lines terminated by '\n'
(ID, Loan, Funded) |
create table product_t(product_id string, name string, current_price string, inventory int, has_saled int, classification string, update_time string)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS TEXTFILE;
load data local inpath '/home/hadoop/ly_data/product.csv' into table product_t;
create table pm_statistics_t(product_id string, month int, day int, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS TEXTFILE;
load data local inpath '/home/hadoop/ly_data/pm_statistics/day_order_3.csv' into table pm_statistics_t;
create table r_order_t(order_id string, product_id string, sales_price double, buyer string, address string, phone string, sales_time string)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS TEXTFILE;
load data local inpath '/home/hadoop/ly_data/r_order/order_1.csv' overwrite into table r_order_t;
create table o_statistics_t(address string, month int, day int, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS TEXTFILE;
load data local inpath '/home/hadoop/ly_data/o_statistics.csv' into table o_statistics_t;
create table classification_t(classification_id string, name string, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS TEXTFILE;
load data local inpath '/home/hadoop/ly_data/classification.csv' into table classification_t;
create table cm_statistics_t(classification string, month int, day int, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS TEXTFILE;
load data local inpath '/home/hadoop/ly_data/cm_statistics.csv' into table cm_statistics_t;
insert into product(product_id, name, current_price, inventory, has_saled, classification, update_time)
values('1', '小阳阳', 28.0, 123, 123, 'TAC', 2018-01-01 12:12:12);
insert into product(product_id, name, current_price, inventory, has_saled, classification, update_time)
values('2', '小金金', 28.0, 123, 123, 'TAC', 2018-01-01 12:12:12);
insert into product(product_id, name, current_price, inventory, has_saled, classification, update_time)
values('3', '小媛媛', 28.0, 123, 123, 'TAC', 2018-01-01 12:12:12);
insert into product(product_id, name, current_price, inventory, has_saled, classification, update_time)
values('4', '小毛毛', 28.0, 123, 123, 'TAC', 2018-01-01 12:12:12);
create table product(product_id string, name string, current_price string, inventory int, has_saled int, classification string, update_time string)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS ORC;
insert into product
select * from product_t;
create table pm_statistics(product_id string, month int, day int, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS ORC;
insert into pm_statistics
select * from pm_statistics_t;
create table r_order(order_id string, product_id string, sales_price double, buyer string, address string, phone string, sales_time string)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS ORC;
insert into r_order
select * from r_order_t;
create table o_statistics(address string, month int, day int, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS ORC;
insert into o_statistics
select * from o_statistics_t;
create table classification(classification_id string, name string, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS ORC;
insert into classification
select * from classification_t;
create table cm_statistics(classification string, month int, day int, has_saled int)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
STORED AS ORC;
insert into cm_statistics
select * from cm_statistics_t;
|
drop database if exists illud_prototype;
create database illud_prototype;
use illud_prototype;
create table if not exists author(
author_id int not null auto_increment,
author_name char(50),
nacionality char(30) not null,
primary key(author_id)
);
create table if not exists publisher(
publisher_id int not null auto_increment,
publisher_name varchar(256),
street_name varchar(256) not null,
city_name varchar(256) not null,
country_name char(30) not null,
primary key(publisher_id)
);
create table if not exists books(
book_code int not null auto_increment,
barcode varchar(256) not null,
title varchar(256),
_year int,
publisher_id int not null,
author_id int not null,
foreign key(author_id) references author(author_id),
foreign key(publisher_id) references publisher(publisher_id),
primary key(book_code)
);
|
CREATE PROCEDURE [Controller].[UtilRemoveTokens](
@SQLStatment nvarchar(max) OUTPUT
)
AS
BEGIN
SET @SQLStatment = REPLACE(@SQLStatment,N'#', N'--');
RETURN(0);
END
|
select
subscribe_id,
subscribe_name,
carbon_copy,
is_activated
from tbl_subscribes
where account_id = %1
order by %2
|
/*EQUI join --> null은 포함 안됨.*/
--Outer join (left right full) --> null 포함시켜야 할때
--(+)<--오라클에서만 가능. null이 오는쪽에 사용한다.
--self join
/*SubQuery*/
--단일행 SubQuery
select *
from employees
where first_name = 'Den'; -->Den의 급여 확인
select salary,
first_name
from employees
where salary >= 11000; -->Den의 급여 11000보다 급여가 많은 사람
--위 두개의 조건을 사용해서 한번에 쿼리문 만들기 --> SubQuery
select first_name,
salary
from employees
where salary > (select salary
from employees
where first_name = 'Den');
/*예제)급여를 가장 적게 받는 사람의 이름, 급여, 사원번호는?*/
--1. 급여를 가장 적게 받는 사람의 급여-->2100
select min(salary)
from employees;
--2. 2100을 받는 사람의 이름 급여 사원번호
select first_name 이름,
salary 급여,
employee_id 사번
from employees
where salary = 2100;
--3. 두개의 식을 조합
select first_name 이름,
salary 급여,
employee_id 사번
from employees
where salary = (select min(salary)
from employees);
--예제) 평균 급여보다 적게 받는 사람의 이름, 급여를 출력하세요?
--1. 평균급여 구함 --> 6461
select avg(salary) 평균급여
from employees;
--2. 6461 보다 적게 돈받는 사람 구함
select first_name 이름,
salary 급여
from employees
where salary < 6461;
--3. 두개의 식을 조합
select first_name 이름,
salary 급여
from employees
where salary < (select avg(salary)
from employees);
/*다중행 SubQuery*/
--1. 부서번호 110인 직원의 급여 리스트 구한다. --> shelley 12008, william 8300
select salary 이름
from employees
where department_id = 110;
--2. 급여가 12008, 8300인 직원 리스트를 구한다.
select first_name 이름,
salary 급여
from employees
where salary = 12008
or salary = 8300;
/* 위 식을 다르게 표현 하는 법. --> 까먹고 있지 말자
select first_name 이름,
salary 급여
from employees
where salary in(12008, 8300);
*/
--3. 두개의 식을 조합
select employee_id 사번,
first_name 이름,
salary 급여
from employees
where salary in (select salary
from employees
where department_id = 110);
--예제)각 부서별로 최고급여를 받는 사원을 출력하세요
--1.최고 급여 받는 사람 찾는다.(부서별로 묶어야함) --> 부서별로 최고급여는 알 수 있지만 이름은 모름.
select department_id 부서명,
max(salary) 급여
from employees
group by department_id;
--2.사원테이블에서 그룹번호 와 급여가 같은 직원의 정보를 구한다.
select first_name 이름,
department_id 부서,
salary 급여
from employees
where (department_id, salary) in (select department_id 부서명, --비교값이 맞아야함.(동시에 같아야한다.)
max(salary) 급여
from employees
group by department_id);
/*ANY*/--> or
--예제)부서번호가 110인 직원의 급여 보다 큰 모든 직원의 사번, 이름, 급여를 출력하세요.(or연산--> 8300보다 큰)
--1. 부서번호가 110인 직원 리스트 -->2명(급여는 12008, 8300)
select salary 급여
from employees
where department_id = 110;
--2. 부서번호가 110인 직원급여(12008, 8300)보다 급여가 큰 직원리스트(사번, 이름, 급여)를 구하시오
select first_name 이름,
employee_id 사번,
salary 급여
from employees
where salary > 12008 --> 급여가 12008보다 높음
or salary > 8300; --> 급여가 8300보다 높음
--3. 두개의 식 조합
select employee_id 사번,
first_name 이름,
salary 급여
from employees
where salary > any (select salary 급여
from employees
where department_id = 110);
/*ALL*/--> and
--> 위의 any와 비교
--예제)부서번호가 110인 직원의 급여 보다 큰 모든 직원의 사번, 이름, 급여를 출력하세요.(and연산--> 12008보다 큰)
select employee_id 사번,
first_name 이름,
salary 급여
from employees
where salary > all (select salary 급여
from employees
where department_id = 110);
--예제(where절로 비교)
--각 부서별로 최고급여를 바받는 사원을 출력하세요
--1. 각 부서별 최고 급여 리스트 구하기
select department_id,
max(salary)
from employees
group by department_id;
--2. 직원테이블 부서코드, 급여가 동시에 같은 직원 리스트 출력하기
select first_name 이름,
department_id 부서,
salary 급여
from employees
where (department_id,salary) in (select department_id,
max(salary)
from employees
group by department_id);
/*테이블에 join*/
--예제(join절로 비교)
--각 부서별로 최고급여를 바받는 사원을 출력하세요
--1. 각부서별 최고 급여 테이블 s
select department_id 부서번호,
max(salary) 최고급여
from employees
group by department_id;
--2. 직원 테이블과 조인한다. e
--> e.의 부서번호 = s.의 부서번호 e.의 급여 = s.의 급여(최고급여)
select e.department_id,
e.first_name,
e.department_id,
e.salary,
s.department_id, --> 추가된 컬럼
s.msalary --> 추가된 컬럼
from employees e, (select department_id,
max(salary) mSalary
from employees
group by department_id) s
where e.department_id = s.department_id
and e.salary = s.msalary;
/**********************
rownum
**********************/
--예) 급여를 가장 많이 받는 5명의 직원의 이름을 출력하시오.
--정렬을 하면 rownum이 섞인다.
select rownum, --> 컬럼명에 쓰면 번호를 매겨줌(일련번호처럼)
employee_id 사번,
first_name 이름,
salary 급여
from employees
order by salary desc;
select *
from employees
order by salary desc;
-->정렬을 하고 rownum을 한다. --> 정렬이 되어있는 가상의 테이블을 만들어버린다.
select rownum 번호, -- 이미 테이블영역이 정렬되어있기 때문에 rownum을 사용해도 섞이지 않는다.
ot.employee_id 사번,
ot.fname 이름,
ot.salary 급여,
hire_date
from ( select employee_id, -- 실제로는 테이블에서 * 사용 잘 안함.
first_name fName, -- 테이블 취급이기 때문에 여기에 별명 써주면 셀렉트문에 별명 써줘야함.
salary,
hire_date
from employees
order by salary desc) ot --정렬되어 있는 테이블.? --> 보통 이 테이블은 별명 붙여줌.
where rownum >= 1
and rownum <=5;
--rownum은 항상 1부터 시작임.
--rownum 1이 아닌 다른숫자로 시작할때
select rownum 번호,
ot.employee_id 사번,
ot.fname 이름,
ot.salary 급여,
hire_date
from ( select employee_id,
first_name fName,
salary,
hire_date
from employees
order by salary desc) ot
where rownum >= 1 -->rownum 2--> 데이터가 없다.
and rownum <=5;
--===========================================
--->> 1.정렬을 한다. 2.rownum을 멕인다. 3.where절을 한다.
select ort.rn,
ort.employee_id,
ort.first_name,
ort.salary
from (select rownum rn,
ot.employee_id,
ot.first_name,
ot.salary
from (select employee_id,
first_name,
salary
from employees
order by salary desc) ot --1번. ot라는 가상의 테이블을 만들어서 정렬을 함.
) ort --2번. ort라는 가상의 테이블을 만들어서 rownum을 멕임.
where rn >= 2 -->3번. where절을 사용하면 rownum이 2번부터 출력가능
and rn <= 5;
--예제) 07년에 입사한 직원중 급여가 많은 직원중 3에서 7등의 급여 입사일은?
select nht.ron,
nht.hire_date,
nht.salary
from (select rownum ron,
ht.rn,
ht.hire_date,
ht.salary
from (select rownum rn,
t.hire_date,
t.salary
from (select hire_date,
salary
from employees
order by salary desc) t
) ht
where hire_date >= '07/01/01'
and hire_date <= '07/12/31'
) nht
where ron >= 3
and ron <= 7;
|
LOAD DATA LOCAL INFILE "president.txt" INTO TABLE president;
|
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Aug 20, 2021 at 07:01 AM
-- Server version: 10.4.20-MariaDB
-- PHP Version: 7.3.29
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `employees`
--
-- --------------------------------------------------------
--
-- Table structure for table `staff`
--
CREATE TABLE `staff` (
`empid` int(11) NOT NULL,
`empname` varchar(200) NOT NULL,
`position` varchar(200) NOT NULL,
`joindate` date NOT NULL,
`reldate` date NOT NULL,
`contry` varchar(250) NOT NULL,
`city` varchar(250) NOT NULL,
`pstatus` varchar(250) NOT NULL,
`ptype` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `staff`
--
INSERT INTO `staff` (`empid`, `empname`, `position`, `joindate`, `reldate`, `contry`, `city`, `pstatus`, `ptype`) VALUES
(1001, 'Raju', 'Clerk', '2021-08-02', '2021-08-12', 'india', 'Rjy', 'paid', 'netbanking'),
(1002, 'Ravi', 'Programmer', '2021-07-12', '2021-08-18', 'india', 'Kkd', 'paid', 'creditcard'),
(1003, 'Mohan', 'Senior Developer', '2021-06-08', '2021-08-12', 'us', 'Newyork', 'paid', 'debitcard');
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`userid` int(11) NOT NULL,
`username` varchar(50) NOT NULL,
`password` varchar(50) NOT NULL,
`permission` varchar(80) NOT NULL DEFAULT 'all',
`status` varchar(20) NOT NULL DEFAULT 'active',
`Recorddate` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`userid`, `username`, `password`, `permission`, `status`, `Recorddate`) VALUES
(37, 'admin', '12345', 'all', 'active', '2019-03-22 10:18:31'),
(38, 'kumar', 'kumar', 'all', 'active', '2019-03-22 10:23:31');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `staff`
--
ALTER TABLE `staff`
ADD PRIMARY KEY (`empid`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`userid`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `userid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
create or replace temp table passports as
select index i, strtok_to_array(value, '\n ') v
from table(flatten(SPLIT(
'ecl:gry pid:860033327 eyr:2020 hcl:#fffffd
byr:1937 iyr:2017 cid:147 hgt:183cm
iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884
hcl:#cfa07d byr:1929
hcl:#ae17e1 iyr:2013
eyr:2024
ecl:brn pid:760753108 byr:1931
hgt:179cm
hcl:#cfa07d eyr:2025 pid:166559648
iyr:2011 ecl:brn hgt:59in'
, '\n\n')));
select count_if(r)
from (
select count(*)=8 or (count(*)=7 and count_if(field='cid')=0) r
from (
select i, substr(value, 0, 3) field
from passports2, lateral flatten(v)
)
group by i
);
|
--Checklist 30 Nome dos medicos que tem uma sala de um tamanho menor que
select nomemedico
from medico
where numero_sala = any (select numerosala from sala where tamanho < 30) |
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Erstellungszeit: 06. Mrz 2016 um 16:11
-- Server-Version: 10.1.10-MariaDB
-- PHP-Version: 7.0.3
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Datenbank: `hackathon`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `bank_account`
--
CREATE TABLE `bank_account` (
`__account_id` int(11) NOT NULL,
`pre_name` text,
`last_name` text,
`login_name` text,
`balance` decimal(60,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
ALTER TABLE `bank_account`
MODIFY `__account_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2,
ADD PRIMARY KEY (`__account_id`),
ADD KEY `account_id` (`__account_id`);
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `transaction`
--
CREATE TABLE `transaction` (
`__transaction_id` int(11) NOT NULL,
`source` int(11) DEFAULT NULL,
`target` int(11) DEFAULT NULL,
`value` int(11) DEFAULT NULL,
`purpose` text,
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`_executive_account_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Indizes der exportierten Tabellen
--
--
-- Indizes für die Tabelle `bank_account`
--ALTER TABLE `bank_account`
--
-- Indizes für die Tabelle `transaction`
--
ALTER TABLE `transaction`
ADD PRIMARY KEY (`__transaction_id`),
ADD KEY `transaction_id` (`__transaction_id`),
ADD KEY `executive_account_id` (`_executive_account_id`),
MODIFY `__transaction_id` int(11) NOT NULL AUTO_INCREMENT,
ADD CONSTRAINT `transaction_ibfk_1` FOREIGN KEY (`_executive_account_id`) REFERENCES `bank_account` (`__account_id`);
--
-- AUTO_INCREMENT für exportierte Tabellen
--
--
-- AUTO_INCREMENT für Tabelle `bank_account`
--
--
-- AUTO_INCREMENT für Tabelle `transaction`
--
-- Constraints der exportierten Tabellen
--
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
INSERT
INTO
meeting
(
id,
version,
capacity,
description,
meeting_date,
topic,
topic_text
)
(
select meeting_id as id,
0,
capacity,
description,
meeting_date,
topic,
topic_text
from
jsig_meeting
);
--------------------------------------
INSERT
INTO
member
(
id,
version,
active,
affiliation,
city,
country,
create_timestamp,
email,
firstname,
lastname,
meeting_misses,
middlename,
password,
phone,
state_province,
street_addr1,
street_addr2,
zip_postal_code
)
(
SELECT
member_id as id,
0 as version,
active,
affiliation,
city,
country,
create_timestamp,
email,
firstname,
lastname,
meeting_misses,
middlename,
password,
phone,
state_province,
street_addr_1 as street_addr1,
street_addr_2 as street_addr2,
zip_postal_code
FROM
jsig_member
);
-------------------------------------------
INSERT
INTO
speaker
(
id,
version,
bio,
email,
name
)
(
SELECT
speaker_id as id,
0 as version,
bio,
email,
name
FROM
jsig_speaker
);
----------------------------------------------
INSERT
INTO
meeting_registration
(
id,
version,
absent,
meeting_id,
member_id,
registration_timestamp
)
(
SELECT
meeting_registration_id as id,
0 as version,
absent,
meeting_id,
member_id,
registration_timestamp
FROM
jsig_meeting_registration
);
-----------------------------------------------
INSERT
INTO
meeting_speaker
(
meetings_id,
meeting_speakers_id
)
(
select meeting_id, speaker_id from jsig_speaker_to_meeting
);
|
#include shutter-lowlevel.inc
BUTTON_REPEAT_DELAY equ 32
BUTTON_HOLD_DELAY equ 200
extern BD2Inc
extern BD2Dec
extern BD3Inc
extern BD3Dec
extern BD3Test
extern ClockInc
extern ClockDec
extern IntInc
extern IntDec
#include display.inc
#include states.inc
#include timer2interrupt.inc
IncE
incFwrap quicke, 17, 0
DecE
decFwrap quicke, 0, 17
IncT
incFwrap quickt, 17, 3
DecT
decFwrap quickt, 3, 17
IncR
incFwrap quickr, 14, 4
DecR
decFwrap quickr, 4, 14
TimeTable0
TableLookup
dt ToBD( 5), ToBD(10), ToBD(25), ToBD(50)
dt ToBD( 0), ToBD( 0), ToBD( 0), ToBD( 0)
dt ToBD( 0), ToBD( 0), ToBD( 0), ToBD( 0)
dt ToBD( 0), ToBD( 0), ToBD( 0), ToBD( 0)
dt ToBD( 0), ToBD( 0)
TimeTable1
TableLookup
dt ToBD( 0), ToBD( 0), ToBD( 0), ToBD( 0)
dt ToBD( 1), ToBD( 2), ToBD( 4), ToBD( 8)
dt ToBD(16), ToBD(32), ToBD(64), ToBD(28)
dt ToBD(56), ToBD(12), ToBD(24), ToBD(48)
dt ToBD(96), ToBD(92)
TimeTable2
TableLookup
dt ToBD( 0), ToBD( 0), ToBD( 0), ToBD( 0)
dt ToBD( 0), ToBD( 0), ToBD( 0), ToBD( 0)
dt ToBD( 0), ToBD( 0), ToBD( 0), ToBD( 1)
dt ToBD( 2), ToBD( 5), ToBD(10), ToBD(20)
dt ToBD(40), ToBD(81)
|
CREATE DATABASE Librosdb;
use Librosdb;
CREATE TABLE game(
id INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
nombre VARCHAR (20),
titulo VARCHAR (20),
fecha VARCHAR (20),
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);
RENAME TABLE game to libros;
DESCRIBE libros; |
-- --------------------------------------------------------
-- 主机: localhost
-- 服务器版本: 8.0.23 - MySQL Community Server - GPL
-- 服务器操作系统: Linux
-- HeidiSQL 版本: 10.3.0.5771
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- 导出 book 的数据库结构
CREATE DATABASE IF NOT EXISTS `book` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `book`;
-- 导出 表 book.readers 结构
CREATE TABLE IF NOT EXISTS `readers` (
`id` int NOT NULL AUTO_INCREMENT COMMENT 'readerID',
`name` varchar(32) DEFAULT NULL COMMENT '姓名',
`phone` char(11) DEFAULT NULL COMMENT '手机号码',
`telephone` varchar(16) DEFAULT NULL COMMENT '住宅电话',
`address` varchar(64) DEFAULT NULL COMMENT '联系地址',
`enabled` tinyint(1) DEFAULT '1',
`username` varchar(255) DEFAULT NULL COMMENT '用户名',
`password` varchar(255) DEFAULT NULL COMMENT '密码',
`userface` varchar(255) DEFAULT NULL,
`remark` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
-- 正在导出表 book.readers 的数据:~5 rows (大约)
/*!40000 ALTER TABLE `readers` DISABLE KEYS */;
INSERT INTO `readers` (`id`, `name`, `phone`, `telephone`, `address`, `enabled`, `username`, `password`, `userface`, `remark`) VALUES
(3, '系统管理员', '18568887789', '029-82881234', '深圳南山', 1, 'admin', '$2a$10$IJAu/Gpcyzk5zparRyReH.fyrMVYsOQE4V2evat0SyQPaypZMU1r2', 'http://bpic.588ku.com/element_pic/01/40/00/64573ce2edc0728.jpg', NULL),
(5, '李白', '18568123489', '029-82123434', '海口美兰', 1, 'libai', '$2a$10$IJAu/Gpcyzk5zparRyReH.fyrMVYsOQE4V2evat0SyQPaypZMU1r2', 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1514093920321&di=913e88c23f382933ef430024afd9128a&imgtype=0&src=http%3A%2F%2Fp.3761.com%2Fpic%2F9771429316733.jpg', NULL),
(10, '韩愈', '18568123666', '029-82111555', '广州番禺', 1, 'hanyu', '$2a$10$IJAu/Gpcyzk5zparRyReH.fyrMVYsOQE4V2evat0SyQPaypZMU1r2', 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1517070040185&di=be0375e0c3db6c311b837b28c208f318&imgtype=0&src=http%3A%2F%2Fimg2.soyoung.com%2Fpost%2F20150213%2F6%2F20150213141918532.jpg', NULL),
(11, '柳宗元', '18568123377', '029-82111333', '广州天河', 1, 'liuzongyuan', '$2a$10$IJAu/Gpcyzk5zparRyReH.fyrMVYsOQE4V2evat0SyQPaypZMU1r2', 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1515233756&di=0856d923a0a37a87fd26604a2c871370&imgtype=jpg&er=1&src=http%3A%2F%2Fwww.qqzhi.com%2Fuploadpic%2F2014-09-27%2F041716704.jpg', NULL),
(12, '曾巩', '18568128888', '029-82111222', '广州越秀', 1, 'zenggong', '$2a$10$IJAu/Gpcyzk5zparRyReH.fyrMVYsOQE4V2evat0SyQPaypZMU1r2', 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1517070040185&di=be0375e0c3db6c311b837b28c208f318&imgtype=0&src=http%3A%2F%2Fimg2.soyoung.com%2Fpost%2F20150213%2F6%2F20150213141918532.jpg', NULL);
/*!40000 ALTER TABLE `readers` ENABLE KEYS */;
-- 导出 表 book.role 结构
CREATE TABLE IF NOT EXISTS `role` (
`id` int NOT NULL AUTO_INCREMENT,
`name` varchar(64) DEFAULT NULL,
`nameZh` varchar(64) DEFAULT NULL COMMENT '角色名称',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
-- 正在导出表 book.role 的数据:~0 rows (大约)
/*!40000 ALTER TABLE `role` DISABLE KEYS */;
/*!40000 ALTER TABLE `role` ENABLE KEYS */;
-- 导出 表 book.t_book 结构
CREATE TABLE IF NOT EXISTS `t_book` (
`id` int NOT NULL AUTO_INCREMENT,
`bookname` varchar(255) NOT NULL,
`bookauthor` varchar(255) NOT NULL,
`bookprice` float NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=gbk;
-- 正在导出表 book.t_book 的数据:~16 rows (大约)
/*!40000 ALTER TABLE `t_book` DISABLE KEYS */;
INSERT INTO `t_book` (`id`, `bookname`, `bookauthor`, `bookprice`) VALUES
(1, '老人与海', '海明威', 66),
(2, '三国演义', '罗贯中', 23.1),
(3, '围城', '钱钟书', 81),
(4, '红楼梦', '曹雪芹', 50),
(5, '西游记', '吴承恩', 40),
(6, '水浒传', '施耐庵', 56.7),
(7, '基督山伯爵', '大仲马', 100),
(8, '苏菲的世界', '乔斯坦·贾德 ', 40),
(9, '麦田里的守望者', '塞林格', 56.7),
(10, '呼啸山庄', '艾米莉·勃朗特 ', 43),
(11, '巴黎圣母院', '维克多.雨果 ', 56.7),
(12, '雷雨', '曹禺', 68),
(13, '大海', '天蚕土豆', 99.9),
(14, 'qq', 'qq', 12),
(15, '明朝那些事', '当年明月', 358.2),
(16, 'Think in Java', 'dreamsunday', 124);
/*!40000 ALTER TABLE `t_book` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
drop table if exists portfolio_var_heatmap_buckets;
create table portfolio_var_heatmap_buckets
(
portfolio_pd_bucket varchar(50),
portfolio_lgd_bucket varchar(50),
version varchar(50)
);
|
-- MySQL dump 10.13 Distrib 5.7.19, for Win64 (x86_64)
--
-- Host: localhost Database: joby_jobs
-- ------------------------------------------------------
-- Server version 5.7.19-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `joby_jobs`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `joby_jobs` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `joby_jobs`;
--
-- Table structure for table `admin_person_settings`
--
DROP TABLE IF EXISTS `admin_person_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `admin_person_settings` (
`setting_id` int(11) NOT NULL AUTO_INCREMENT,
`admin_person_id` int(11) NOT NULL,
`setting_key` varchar(150) NOT NULL,
`settings_value` varchar(500) NOT NULL,
`last_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`setting_id`),
UNIQUE KEY `admin_person_id_UNIQUE` (`admin_person_id`),
CONSTRAINT `admin_person_id_FK` FOREIGN KEY (`admin_person_id`) REFERENCES `admin_persons` (`admin_person_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='General settings for an admin person entity.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `admin_persons`
--
DROP TABLE IF EXISTS `admin_persons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `admin_persons` (
`admin_person_id` int(11) NOT NULL AUTO_INCREMENT,
`identity_user_id` varchar(128) NOT NULL,
`first_name` varchar(150) NOT NULL,
`last_name` varchar(150) NOT NULL,
`email` varchar(150) NOT NULL,
`phone_number` varchar(50) NOT NULL,
`register_date` datetime NOT NULL,
`active` bit(1) NOT NULL DEFAULT b'1',
`last_update` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`admin_person_id`),
UNIQUE KEY `identity_user_id_UNIQUE` (`identity_user_id`),
CONSTRAINT `user_id_1` FOREIGN KEY (`identity_user_id`) REFERENCES `users` (`Id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `application_logs`
--
DROP TABLE IF EXISTS `application_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `application_logs` (
`application_id` int(11) NOT NULL,
`log_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'a 1-based counter for the log of an application',
`text` varchar(45) DEFAULT NULL,
PRIMARY KEY (`log_id`,`application_id`),
KEY `application_id_idx` (`application_id`),
CONSTRAINT `application_id` FOREIGN KEY (`application_id`) REFERENCES `applications` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='log records for a job application';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `application_statuses`
--
DROP TABLE IF EXISTS `application_statuses`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `application_statuses` (
`id` int(11) NOT NULL,
`name` varchar(150) NOT NULL,
`visual_name` varchar(150) NOT NULL,
`active` varchar(45) NOT NULL DEFAULT 'b''1''',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `applications`
--
DROP TABLE IF EXISTS `applications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `applications` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`seeker_id` int(11) NOT NULL,
`position_id` int(11) NOT NULL,
`status_id` int(11) NOT NULL,
`application_start_date` datetime NOT NULL,
`watched` bit(1) DEFAULT b'0' COMMENT 'Holds a value for whether the applicaition has been watched by the employer',
`last_updated` datetime DEFAULT CURRENT_TIMESTAMP,
`active` bit(1) DEFAULT b'1',
PRIMARY KEY (`id`),
KEY `position_id4_idx` (`position_id`),
KEY `application_status_id_1_idx` (`status_id`),
KEY `seeker_id1_idx` (`seeker_id`),
CONSTRAINT `application_status_id_1` FOREIGN KEY (`status_id`) REFERENCES `application_statuses` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `position_id4` FOREIGN KEY (`position_id`) REFERENCES `positions` (`position_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `seeker_id1` FOREIGN KEY (`seeker_id`) REFERENCES `seekers` (`seeker_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `conversation_messages`
--
DROP TABLE IF EXISTS `conversation_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `conversation_messages` (
`message_id` int(11) NOT NULL AUTO_INCREMENT,
`message_uid` varchar(38) DEFAULT NULL,
`message_type` int(11) NOT NULL COMMENT 'The message type: seekertoemployer or employertoseeker.',
`seeker_id` int(11) NOT NULL,
`employer_id` int(11) NOT NULL,
`is_unassigned` bit(1) DEFAULT b'1' COMMENT 'holds a value for whether the current message is not assigned to a particular employer person.',
`employer_person_id` int(11) DEFAULT NULL,
`position_id` int(11) DEFAULT NULL COMMENT 'NOT USED;',
`header` varchar(300) DEFAULT NULL COMMENT 'NOT USED;',
`content` longtext,
`date` datetime NOT NULL COMMENT 'The time and date of the message',
`is_read` bit(1) NOT NULL DEFAULT b'0' COMMENT 'is read by the other side',
`is_archived` bit(1) NOT NULL DEFAULT b'0',
`active` bit(1) DEFAULT b'1',
PRIMARY KEY (`message_id`),
KEY `worker_id_5_idx` (`seeker_id`),
KEY `company_person_id_6_idx` (`employer_person_id`),
KEY `company_id_idx` (`employer_id`),
KEY `position_id24_idx` (`position_id`),
CONSTRAINT `employer_id3` FOREIGN KEY (`employer_id`) REFERENCES `employers` (`employer_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `employer_person_id3` FOREIGN KEY (`employer_person_id`) REFERENCES `employer_persons` (`employer_person_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `position_id24` FOREIGN KEY (`position_id`) REFERENCES `positions` (`position_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `seeker_id3` FOREIGN KEY (`seeker_id`) REFERENCES `seekers` (`seeker_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Holds conversation (chat) messages between an employer and a job seeker';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `employer_person_settings`
--
DROP TABLE IF EXISTS `employer_person_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `employer_person_settings` (
`employer_person_id` int(11) NOT NULL,
`setting_key` varchar(150) NOT NULL,
`settings_value` varchar(500) NOT NULL,
`last_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`setting_key`,`employer_person_id`),
KEY `employer_person_id4_idx` (`employer_person_id`),
CONSTRAINT `employer_person_id4` FOREIGN KEY (`employer_person_id`) REFERENCES `employer_persons` (`employer_person_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='General settings for a employer person entity.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `employer_persons`
--
DROP TABLE IF EXISTS `employer_persons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `employer_persons` (
`employer_person_id` int(11) NOT NULL AUTO_INCREMENT,
`identity_user_id` varchar(128) NOT NULL,
`employer_id` int(11) NOT NULL,
`employer_department_id` int(11) DEFAULT NULL COMMENT 'the department of the company person (if any)',
`first_name` varchar(150) NOT NULL,
`last_name` varchar(150) NOT NULL,
`id_number` varchar(50) DEFAULT NULL,
`email` varchar(150) NOT NULL,
`job_function` varchar(50) DEFAULT NULL COMMENT 'The employer person function in the company',
`phone_number` varchar(50) NOT NULL,
`register_date` datetime NOT NULL,
`is_initiator` bit(1) NOT NULL DEFAULT b'0' COMMENT 'Whether the current employer person has initiated the addition of the employer to the system.',
`lang_id` int(11) DEFAULT NULL COMMENT 'The preferred lang_id of the user (null if main language)',
`avatar` varchar(500) DEFAULT NULL COMMENT 'relative url to the employer person''s avatar image',
`active` bit(1) NOT NULL DEFAULT b'1',
`last_update` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`employer_person_id`),
KEY `employer_8_idx` (`employer_id`),
KEY `employer_department_id2_idx` (`employer_department_id`),
KEY `user_id_idx` (`identity_user_id`),
KEY `lang_id12_idx` (`lang_id`),
CONSTRAINT `employer_department_id2` FOREIGN KEY (`employer_department_id`) REFERENCES `empoyer_departments` (`department_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `employer_id8` FOREIGN KEY (`employer_id`) REFERENCES `employers` (`employer_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `lang_id12` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `user_id1` FOREIGN KEY (`identity_user_id`) REFERENCES `users` (`Id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `employer_persons_invites`
--
DROP TABLE IF EXISTS `employer_persons_invites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `employer_persons_invites` (
`invite_id` int(11) NOT NULL AUTO_INCREMENT,
`invite_uid` varchar(38) DEFAULT NULL,
`employer_person_id` int(11) NOT NULL COMMENT 'The employer person id of the invitation issuer.',
`recipient_email` varchar(150) NOT NULL COMMENT 'The email of the reciepient.',
`status_id` int(11) NOT NULL COMMENT 'the status of the invite: sent, accepted, cancelled;',
`date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`invite_id`),
KEY `employer_person_id11_idx` (`employer_person_id`),
CONSTRAINT `employer_person_id11` FOREIGN KEY (`employer_person_id`) REFERENCES `employer_persons` (`employer_person_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `employer_settings`
--
DROP TABLE IF EXISTS `employer_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `employer_settings` (
`employer_id` int(11) NOT NULL,
`setting_key` varchar(150) NOT NULL,
`settings_value` varchar(500) NOT NULL,
`last_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`employer_id`,`setting_key`),
CONSTRAINT `employer_id29` FOREIGN KEY (`employer_id`) REFERENCES `employers` (`employer_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='General settings for a employer entity.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `employers`
--
DROP TABLE IF EXISTS `employers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `employers` (
`employer_id` int(11) NOT NULL AUTO_INCREMENT,
`employer_uid` varchar(38) NOT NULL,
`name` varchar(150) NOT NULL,
`address` varchar(500) NOT NULL,
`phone_number` varchar(150) NOT NULL,
`contact_person_name` varchar(150) DEFAULT NULL COMMENT 'the main contact person (refereant) in the company. may be null.',
`contact_person_phone_number` varchar(150) DEFAULT NULL COMMENT 'the phone number of the main contact person (refereant) in the company. may be null.',
`employer_hp` varchar(50) DEFAULT NULL COMMENT 'The israeli company id number (h.p) of the employer',
`join_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`logo` varchar(500) NOT NULL COMMENT 'relative url to the company logo',
`about` text COMMENT 'about the company',
`website_url` varchar(500) DEFAULT NULL,
`active` bit(1) NOT NULL DEFAULT b'1',
`last_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`employer_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `empoyer_departments`
--
DROP TABLE IF EXISTS `empoyer_departments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `empoyer_departments` (
`department_id` int(11) NOT NULL AUTO_INCREMENT,
`employer_id` int(11) NOT NULL,
`department_name` varchar(150) NOT NULL,
`active` bit(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (`department_id`),
KEY `employer_id21_idx` (`employer_id`),
CONSTRAINT `employer_id21` FOREIGN KEY (`employer_id`) REFERENCES `employers` (`employer_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='departments inside an employer';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `extern_cities`
--
DROP TABLE IF EXISTS `extern_cities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `extern_cities` (
`city_id` int(11) NOT NULL,
`name` varchar(150) NOT NULL COMMENT 'holds the name of the current city (in the main language)',
`visual_name` varchar(150) NOT NULL,
PRIMARY KEY (`city_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Holds external data around cities';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `extern_cities_languages`
--
DROP TABLE IF EXISTS `extern_cities_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `extern_cities_languages` (
`city_id` int(11) NOT NULL,
`lang_id` int(11) NOT NULL,
`visual_name` varchar(150) NOT NULL COMMENT 'holds the name of the current city',
PRIMARY KEY (`city_id`,`lang_id`),
KEY `lang_id1_idx` (`lang_id`),
CONSTRAINT `city_id` FOREIGN KEY (`city_id`) REFERENCES `extern_cities` (`city_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `lang_id1` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='languages extension table for ''extern_cities''';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `fields`
--
DROP TABLE IF EXISTS `fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fields` (
`filed_id` int(11) NOT NULL,
`title` varchar(150) NOT NULL,
`active` bit(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (`filed_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `fields_languages`
--
DROP TABLE IF EXISTS `fields_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fields_languages` (
`field_id` int(11) NOT NULL,
`lang_id` int(11) NOT NULL,
`title` varchar(150) NOT NULL,
PRIMARY KEY (`field_id`,`lang_id`),
KEY `lang_id13_idx` (`lang_id`),
CONSTRAINT `field_id16` FOREIGN KEY (`field_id`) REFERENCES `fields` (`filed_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `lang_id13` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='languages extension table for ''fields''';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `global_settings`
--
DROP TABLE IF EXISTS `global_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `global_settings` (
`global_setting_id` int(11) NOT NULL AUTO_INCREMENT,
`global_settings_key` varchar(150) NOT NULL,
`value` text,
PRIMARY KEY (`global_setting_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='global settings and data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `interviews`
--
DROP TABLE IF EXISTS `interviews`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `interviews` (
`interview_id` int(11) NOT NULL AUTO_INCREMENT,
`interview_uid` varchar(38) DEFAULT NULL,
`employer_id` int(11) NOT NULL,
`application_id` int(11) DEFAULT NULL,
`seeker_id` int(11) NOT NULL,
`invite_date` datetime NOT NULL COMMENT 'Holds the date that the seeker was sent an invitation.',
`invite_status_id` int(11) NOT NULL,
`invite_cancelReject_reason` varchar(500) DEFAULT NULL,
`due_date` datetime NOT NULL,
`location` varchar(150) NOT NULL,
`notes` varchar(9999) DEFAULT NULL,
`last_updated` datetime DEFAULT CURRENT_TIMESTAMP,
`active` bit(1) DEFAULT b'1',
PRIMARY KEY (`interview_id`),
KEY `employer_id6_idx` (`employer_id`),
KEY `seeker_id6_idx` (`seeker_id`),
KEY `application_id32_idx` (`application_id`),
CONSTRAINT `application_id32` FOREIGN KEY (`application_id`) REFERENCES `applications` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `employer_id6` FOREIGN KEY (`employer_id`) REFERENCES `employers` (`employer_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `seeker_id6` FOREIGN KEY (`seeker_id`) REFERENCES `seekers` (`seeker_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `languages`
--
DROP TABLE IF EXISTS `languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `languages` (
`lang_id` int(11) NOT NULL,
`lang_code` varchar(50) NOT NULL,
`name` varchar(50) NOT NULL,
`visual_name` varchar(150) NOT NULL COMMENT 'The visual name (in the native language)',
`active` bit(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (`lang_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `notification_messages`
--
DROP TABLE IF EXISTS `notification_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_messages` (
`message_id` int(11) NOT NULL,
`notification_type_id` int(11) NOT NULL COMMENT 'email, sms or push etc.',
`header` varchar(500) DEFAULT NULL COMMENT 'optional: header',
`content` longtext NOT NULL COMMENT 'the content',
`last_updated` datetime DEFAULT NULL,
`active` bit(1) DEFAULT b'1',
PRIMARY KEY (`message_id`),
KEY `notification_type_id_idx` (`notification_type_id`),
CONSTRAINT `notification_type_id` FOREIGN KEY (`notification_type_id`) REFERENCES `notification_types` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Holds data about notification messages: email, sms, push notifications to users.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `notification_messages_languages`
--
DROP TABLE IF EXISTS `notification_messages_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_messages_languages` (
`message_id` int(11) NOT NULL,
`lang_id` int(11) NOT NULL,
`header` varchar(500) DEFAULT NULL COMMENT 'optional: header',
`content` longtext NOT NULL COMMENT 'the content',
PRIMARY KEY (`message_id`,`lang_id`),
KEY `lang_id12_idx` (`lang_id`),
CONSTRAINT `lang_id21` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `message_id` FOREIGN KEY (`message_id`) REFERENCES `notification_messages` (`message_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='languages extension table for ''notification_messages''';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `notification_types`
--
DROP TABLE IF EXISTS `notification_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_types` (
`id` int(11) NOT NULL,
`name` varchar(150) NOT NULL,
`active` bit(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `position_notifiables`
--
DROP TABLE IF EXISTS `position_notifiables`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `position_notifiables` (
`position_id` int(11) NOT NULL,
`employer_person` int(11) NOT NULL,
PRIMARY KEY (`position_id`,`employer_person`),
KEY `employer_person_id19_idx` (`employer_person`),
CONSTRAINT `employer_person_id19` FOREIGN KEY (`employer_person`) REFERENCES `employer_persons` (`employer_person_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `position_id_18` FOREIGN KEY (`position_id`) REFERENCES `positions` (`position_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='holds the notifiable employer persons for a position.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `position_settings`
--
DROP TABLE IF EXISTS `position_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `position_settings` (
`position_id` int(11) NOT NULL,
`setting_key` varchar(150) NOT NULL,
`settings_value` varchar(500) NOT NULL,
`last_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`position_id`,`setting_key`),
CONSTRAINT `position_id19` FOREIGN KEY (`position_id`) REFERENCES `positions` (`position_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='General settings for a position entity.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `positions`
--
DROP TABLE IF EXISTS `positions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `positions` (
`position_id` int(11) NOT NULL AUTO_INCREMENT,
`position_uid` varchar(38) DEFAULT NULL,
`employer_id` int(11) NOT NULL,
`position_type` int(11) DEFAULT NULL COMMENT 'The position type (full time, part time, shifts)',
`title` varchar(150) NOT NULL,
`profession_id` int(11) NOT NULL,
`subprofession_id` int(11) DEFAULT NULL,
`create_date` datetime DEFAULT NULL COMMENT 'The date of the very creation of the position.',
`publish_date` datetime DEFAULT NULL COMMENT 'The date of the publishing of the position (state changed to OnAir).',
`salary_min` int(11) NOT NULL,
`salary_max` int(11) NOT NULL,
`location` varchar(150) NOT NULL,
`description` longtext NOT NULL,
`status_id` int(11) NOT NULL COMMENT 'the status of the position: draft, onair, frozen, archived.',
`rank` int(11) DEFAULT NULL COMMENT 'an ascending rank that specifies the indexing in searches (1=normal); null is 1;',
`last_updated` datetime DEFAULT NULL,
`active` bit(1) DEFAULT b'1' COMMENT 'specifies whether the position was deleted (logically)',
PRIMARY KEY (`position_id`),
KEY `employer_id1_idx` (`employer_id`),
KEY `profession_id1_idx` (`profession_id`),
CONSTRAINT `employer_id1` FOREIGN KEY (`employer_id`) REFERENCES `employers` (`employer_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `profession_id1` FOREIGN KEY (`profession_id`) REFERENCES `professions` (`profession_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `positions_languages`
--
DROP TABLE IF EXISTS `positions_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `positions_languages` (
`position_id` int(11) NOT NULL,
`lang_id` int(11) NOT NULL,
`title` varchar(150) NOT NULL,
`location` varchar(150) NOT NULL,
`description` longtext NOT NULL,
PRIMARY KEY (`position_id`,`lang_id`),
KEY `lang_id11_idx` (`lang_id`),
CONSTRAINT `lang_id11` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `position_id31` FOREIGN KEY (`position_id`) REFERENCES `positions` (`position_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='languages extension table for ''positions''';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `professions`
--
DROP TABLE IF EXISTS `professions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `professions` (
`profession_id` int(11) NOT NULL AUTO_INCREMENT,
`field_id` int(11) NOT NULL,
`title` varchar(150) NOT NULL,
`active` bit(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (`profession_id`),
KEY `field_id1_idx` (`field_id`),
CONSTRAINT `field_id1` FOREIGN KEY (`field_id`) REFERENCES `fields` (`filed_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=1007 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `professions_languages`
--
DROP TABLE IF EXISTS `professions_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `professions_languages` (
`profession_id` int(11) NOT NULL,
`lang_id` int(11) NOT NULL,
`title` varchar(150) NOT NULL,
PRIMARY KEY (`profession_id`,`lang_id`),
KEY `lang_id19_idx` (`lang_id`),
CONSTRAINT `lang_id19` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `profession_id17` FOREIGN KEY (`profession_id`) REFERENCES `professions` (`profession_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='languages extension table for ''professions''';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `reaction_types`
--
DROP TABLE IF EXISTS `reaction_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reaction_types` (
`id` int(11) NOT NULL,
`name` varchar(150) NOT NULL,
`active` bit(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `reactions`
--
DROP TABLE IF EXISTS `reactions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reactions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`seeker_id` int(11) NOT NULL,
`employer_id` int(11) DEFAULT NULL,
`reaction_type_id` int(11) NOT NULL,
`employer_person_id` int(11) DEFAULT NULL,
`position_id` int(11) DEFAULT NULL,
`reaction_disabled` bit(1) DEFAULT b'0' COMMENT 'true means row is disabled,\nfalse or null means otherwise.',
`last_updated` datetime DEFAULT CURRENT_TIMESTAMP,
`active` bit(1) DEFAULT b'1',
PRIMARY KEY (`id`),
KEY `reaction_type_1_idx` (`reaction_type_id`),
KEY `employer_id_16_idx` (`employer_id`),
KEY `employer_person_id_idx` (`employer_person_id`),
KEY `seeker_id9_idx` (`seeker_id`),
KEY `position_id14_idx` (`position_id`),
CONSTRAINT `employer_id_16` FOREIGN KEY (`employer_id`) REFERENCES `employers` (`employer_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `employer_person_id` FOREIGN KEY (`employer_person_id`) REFERENCES `employer_persons` (`employer_person_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `position_id14` FOREIGN KEY (`position_id`) REFERENCES `positions` (`position_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `reaction_type_1` FOREIGN KEY (`reaction_type_id`) REFERENCES `reaction_types` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `seeker_id9` FOREIGN KEY (`seeker_id`) REFERENCES `seekers` (`seeker_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='reactions: seeker initied likes, employer initiated likes, mutual matches';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `roles`
--
DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `roles` (
`Id` varchar(128) NOT NULL,
`Name` varchar(256) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='identity table- roles';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `seeker_job_interests`
--
DROP TABLE IF EXISTS `seeker_job_interests`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `seeker_job_interests` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`seeker_id` int(11) NOT NULL,
`salary_min` int(11) DEFAULT NULL,
`location_cities` varchar(500) DEFAULT NULL,
`distance` int(11) DEFAULT NULL COMMENT 'Holds the distance (in km) from home',
PRIMARY KEY (`id`),
KEY `seeker_id19_idx` (`seeker_id`),
CONSTRAINT `seeker_id19` FOREIGN KEY (`seeker_id`) REFERENCES `seekers` (`seeker_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `seeker_resumes`
--
DROP TABLE IF EXISTS `seeker_resumes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `seeker_resumes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`seeker_id` int(11) NOT NULL,
`cv_file` varchar(500) DEFAULT NULL,
`cv_upload_date` datetime DEFAULT NULL,
`last_updated` datetime DEFAULT CURRENT_TIMESTAMP,
`active` bit(1) NOT NULL DEFAULT b'1',
PRIMARY KEY (`id`),
KEY `seeker_id7_idx` (`seeker_id`),
CONSTRAINT `seeker_id7` FOREIGN KEY (`seeker_id`) REFERENCES `seekers` (`seeker_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8 COMMENT='Holds the physical files of a seeker''s resume (CV)';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `seeker_settings`
--
DROP TABLE IF EXISTS `seeker_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `seeker_settings` (
`seeker_id` int(11) NOT NULL,
`setting_key` varchar(150) NOT NULL,
`settings_value` varchar(500) NOT NULL,
`last_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`seeker_id`,`setting_key`),
KEY `seeker_id13_idx` (`seeker_id`),
CONSTRAINT `seeker_id13` FOREIGN KEY (`seeker_id`) REFERENCES `seekers` (`seeker_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='General settings for a seeker entity.\nthat includes seeker preferences, job requirements, and general info.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `seekers`
--
DROP TABLE IF EXISTS `seekers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `seekers` (
`seeker_id` int(11) NOT NULL AUTO_INCREMENT,
`identity_user_id` varchar(128) NOT NULL,
`first_name` varchar(150) NOT NULL,
`last_name` varchar(150) NOT NULL,
`phone_number` varchar(50) DEFAULT NULL COMMENT 'NOT RELEVANT; identical column in users table.',
`id_number` varchar(50) DEFAULT NULL,
`email` varchar(150) NOT NULL,
`register_date` datetime NOT NULL,
`birth_date` datetime NOT NULL,
`gender` int(11) NOT NULL,
`about_me` longtext,
`work_state` int(11) NOT NULL DEFAULT '0',
`current_availability_Date` datetime DEFAULT NULL,
`avatar` varchar(500) DEFAULT NULL COMMENT 'relative url to the seeker''s avatar image',
`lang_id` int(11) DEFAULT NULL COMMENT 'The preferred lang_id of the user (null if main language)',
`active` bit(1) NOT NULL DEFAULT b'1',
`last_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`seeker_id`),
KEY `user_id2_idx` (`identity_user_id`),
KEY `lang_id_idx` (`lang_id`),
CONSTRAINT `lang_id` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `user_id2` FOREIGN KEY (`identity_user_id`) REFERENCES `users` (`Id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_employer_viewed_seekers`
--
DROP TABLE IF EXISTS `tmp_employer_viewed_seekers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_employer_viewed_seekers` (
`seeker_id` int(10) unsigned NOT NULL,
`employer_id` int(10) unsigned NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`seeker_id`,`employer_id`),
KEY `employer_id` (`employer_id`),
CONSTRAINT `tmp_employer_viewed_seekers_ibfk_1` FOREIGN KEY (`employer_id`) REFERENCES `tmp_employers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `tmp_employer_viewed_seekers_ibfk_2` FOREIGN KEY (`seeker_id`) REFERENCES `tmp_seekers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_employers`
--
DROP TABLE IF EXISTS `tmp_employers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_employers` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
CONSTRAINT `tmp_employers_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `tmp_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=439 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_interviews`
--
DROP TABLE IF EXISTS `tmp_interviews`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_interviews` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`date` datetime NOT NULL,
`location` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`status` enum('scheduled','cancelled','conducted') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'scheduled',
`comments` text COLLATE utf8_unicode_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_job_categories`
--
DROP TABLE IF EXISTS `tmp_job_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_job_categories` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=423 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_job_matches`
--
DROP TABLE IF EXISTS `tmp_job_matches`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_job_matches` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`seeker_id` int(10) unsigned NOT NULL,
`job_id` int(10) unsigned NOT NULL,
`interview_id` int(10) unsigned DEFAULT NULL,
`employer_like` tinyint(1) NOT NULL DEFAULT '0',
`seeker_like` tinyint(1) NOT NULL DEFAULT '0',
`status` enum('''summoned''','','','') COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `seeker_id` (`seeker_id`,`job_id`),
KEY `job_id` (`job_id`),
KEY `interview_id` (`interview_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_jobs`
--
DROP TABLE IF EXISTS `tmp_jobs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_jobs` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`employer_id` int(10) unsigned NOT NULL,
`category_id` int(10) unsigned NOT NULL,
`title` varchar(150) COLLATE utf8_unicode_ci NOT NULL,
`description` text COLLATE utf8_unicode_ci NOT NULL,
`requirements` text COLLATE utf8_unicode_ci NOT NULL,
`type` enum('full_time','part_time','freelance') COLLATE utf8_unicode_ci NOT NULL,
`role` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`location` varchar(120) COLLATE utf8_unicode_ci NOT NULL,
`min_salary` int(10) unsigned DEFAULT NULL,
`max_salary` int(10) unsigned DEFAULT NULL,
`salary_method` enum('monthly','hourly') COLLATE utf8_unicode_ci NOT NULL,
`is_draft` tinyint(1) NOT NULL DEFAULT '0',
`is_active` tinyint(1) NOT NULL DEFAULT '1',
`is_deleted` tinyint(1) NOT NULL DEFAULT '0',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `employer_id` (`employer_id`),
KEY `category_id` (`category_id`),
CONSTRAINT `tmp_jobs_ibfk_1` FOREIGN KEY (`employer_id`) REFERENCES `tmp_employers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `tmp_jobs_ibfk_2` FOREIGN KEY (`category_id`) REFERENCES `tmp_job_categories` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=241 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_seeker_categories`
--
DROP TABLE IF EXISTS `tmp_seeker_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_seeker_categories` (
`seeker_id` int(10) unsigned NOT NULL,
`category_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`seeker_id`,`category_id`),
KEY `category_id` (`category_id`),
CONSTRAINT `tmp_seeker_categories_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `tmp_job_categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `tmp_seeker_categories_ibfk_2` FOREIGN KEY (`seeker_id`) REFERENCES `tmp_seekers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_seekers`
--
DROP TABLE IF EXISTS `tmp_seekers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_seekers` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`first_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`last_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(120) COLLATE utf8_unicode_ci NOT NULL,
`phone` varchar(15) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
CONSTRAINT `tmp_seekers_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `tmp_users` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=181 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT=' ';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_translations`
--
DROP TABLE IF EXISTS `tmp_translations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_translations` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`lang` char(2) COLLATE utf8_unicode_ci NOT NULL,
`name` varchar(120) COLLATE utf8_unicode_ci NOT NULL,
`value` text COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `lang` (`lang`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=520 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `tmp_users`
--
DROP TABLE IF EXISTS `tmp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` enum('employer','seeker') COLLATE utf8_unicode_ci NOT NULL,
`username` varchar(120) COLLATE utf8_unicode_ci NOT NULL,
`password` char(64) COLLATE utf8_unicode_ci NOT NULL,
`access_token` char(64) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `username` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=841 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `translations`
--
DROP TABLE IF EXISTS `translations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `translations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`lang_id` int(11) NOT NULL,
`ui_type` int(11) DEFAULT NULL COMMENT 'Optional: the ui type (button, label, etc.) of the current key pharse. \nNOT USED;',
`key` varchar(150) NOT NULL COMMENT 'The key phrase',
`value` text NOT NULL COMMENT 'The value',
`last_updated` datetime DEFAULT NULL,
`active` bit(1) DEFAULT b'1',
PRIMARY KEY (`id`),
KEY `lang_id_idx` (`lang_id`),
CONSTRAINT `lang_id29` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`lang_id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=1027 DEFAULT CHARSET=utf8 COMMENT='Holds phrase translations for all UI portion of the application: buttons, lables, text areas, messages and so on.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `userclaims`
--
DROP TABLE IF EXISTS `userclaims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userclaims` (
`Id` int(11) NOT NULL AUTO_INCREMENT,
`UserId` varchar(128) NOT NULL,
`ClaimType` longtext,
`ClaimValue` longtext,
PRIMARY KEY (`Id`),
UNIQUE KEY `Id` (`Id`),
KEY `UserId` (`UserId`),
CONSTRAINT `ApplicationUser_Claims` FOREIGN KEY (`UserId`) REFERENCES `users` (`Id`) ON DELETE CASCADE ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='identity table- userclaims';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `userlogins`
--
DROP TABLE IF EXISTS `userlogins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userlogins` (
`LoginProvider` varchar(128) NOT NULL,
`ProviderKey` varchar(128) NOT NULL,
`UserId` varchar(128) NOT NULL,
PRIMARY KEY (`LoginProvider`,`ProviderKey`,`UserId`),
KEY `ApplicationUser_Logins` (`UserId`),
CONSTRAINT `ApplicationUser_Logins` FOREIGN KEY (`UserId`) REFERENCES `users` (`Id`) ON DELETE CASCADE ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='identity table- userlogins';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `userroles`
--
DROP TABLE IF EXISTS `userroles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userroles` (
`UserId` varchar(128) NOT NULL,
`RoleId` varchar(128) NOT NULL,
PRIMARY KEY (`UserId`,`RoleId`),
KEY `IdentityRole_Users` (`RoleId`),
CONSTRAINT `ApplicationUser_Roles` FOREIGN KEY (`UserId`) REFERENCES `users` (`Id`) ON DELETE CASCADE ON UPDATE NO ACTION,
CONSTRAINT `IdentityRole_Users` FOREIGN KEY (`RoleId`) REFERENCES `roles` (`Id`) ON DELETE CASCADE ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='identity table- userroles';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `users` (
`Id` varchar(128) NOT NULL,
`Email` varchar(256) DEFAULT NULL,
`EmailConfirmed` tinyint(1) NOT NULL,
`PasswordHash` longtext,
`SecurityStamp` longtext,
`PhoneNumber` longtext,
`PhoneNumberConfirmed` tinyint(1) NOT NULL,
`TwoFactorEnabled` tinyint(1) NOT NULL,
`LockoutEndDateUtc` datetime DEFAULT NULL,
`LockoutEnabled` tinyint(1) NOT NULL,
`AccessFailedCount` int(11) NOT NULL,
`UserName` varchar(256) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='identity table- users';
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2018-02-27 18:34:32
|
-- make blank template public
insert into permissions (id,role_id,ad_element_id,object_id,object_type_id)
select uuid_generate_v1(),
'DEF00009-0000-0000-0000-DEF000000009', -- TemplateUser
getGlobalIds('everyone'),
'00000000-0000-0000-0000-000000000000', -- blank template id --
4 -- template object type id --
where not exists (
select * from permissions where
role_id = 'DEF00009-0000-0000-0000-DEF000000009'
and
ad_element_id = getGlobalIds('everyone')
and
object_id = '00000000-0000-0000-0000-000000000000'
and
object_type_id = 4);
|
-- phpMyAdmin SQL Dump
-- version 4.2.7.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time:
-- Версия на сървъра: 5.5.39
-- PHP Version: 5.4.31
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `email`
--
-- --------------------------------------------------------
--
-- Структура на таблица `email`
--
CREATE TABLE IF NOT EXISTS `email` (
`email_id` int(11) NOT NULL,
`user_name` varchar(50) NOT NULL,
`Password` varchar(20) NOT NULL,
`Phone` int(30) NOT NULL,
`Alternative_email` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура на таблица `email_folders`
--
CREATE TABLE IF NOT EXISTS `email_folders` (
`email_id` int(11) NOT NULL,
`folder_name` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `email`
--
ALTER TABLE `email`
ADD PRIMARY KEY (`email_id`);
--
-- Indexes for table `email_folders`
--
ALTER TABLE `email_folders`
ADD PRIMARY KEY (`email_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `email`
--
ALTER TABLE `email`
MODIFY `email_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `email_folders`
--
ALTER TABLE `email_folders`
MODIFY `email_id` int(11) NOT NULL AUTO_INCREMENT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
alter table player
change enterInNextLeague enterInNextSeason tinyint(1); |
INSERT INTO product (id, name, price) values
(1,'beer', 10),
(2,'chocolate', 20);
/*id, name, price*/
INSERT INTO acl_sid (id, principal, sid) VALUES
(1, 1, 'john'),
(2, 1, 'bill');
/*id, 1=user/other=roole(group), user_name(the way it is identified)*/
INSERT INTO acl_class (id, class) VALUES
(1, 'pl.haladyj.springsecurityacl.entity.Product');
/*id,class - location*/
INSERT INTO acl_object_identity (id, object_id_class, object_id_identity, parent_object, owner_sid, entries_inheriting) VALUES
(1, 1, 1, NULL, 1, 0),
(2, 1, 2, NULL, 2, 0);
/*id,
object_id_class = FK acl_class.id
object_id_identity = id of subsequent instances of the object described in the column above
parent_object = parent obbject id (if exist)
owner_sid = FK acl_sid.id, własciciel
entries_inheriting = czy wykonywać 1=enabled inhariting on "null column"/0=disabled*/
INSERT INTO acl_entry (id, acl_object_identity, ace_order, sid, mask, granting, audit_success, audit_failure) VALUES
(1, 1, 1, 1, 1, 1, 1, 1),
(2, 1, 2, 1, 2, 0, 1, 1),
(3, 2, 1, 1, 1, 1, 1, 1),
(4, 2, 2, 1, 2, 1, 1, 1);
/*
id,
acl_object_identity = FK acl_object_identity.id supbsequent Product ids
ace_order = kolejność występowania, większe numery zasłaniają mniejsze
sid = FK acl_sid.id - USER
mask = 1 - read/ 2 - write
audit_success = 1enabled/0disabled
audit_failure = 1enabled/0disabled*/
|
CREATE TABLE operatingsystem (
id CHAVE NOT NULL,
name CHARACTER VARYING(64),
CONSTRAINT pk_operatingsystem PRIMARY KEY (id)
); |
select InvoiceLine.InvoiceLineId, Track.Name, Track.Composer
from InvoiceLine join Track on (InvoiceLine.TrackId = Track.TrackId)
----come back and redo
select InvoiceLine.InvoiceLineId, Track.Name, artist.name
from InvoiceLine join Track on (InvoiceLine.TrackId = Track.TrackId) join Album on(Album.AlbumId = Track.AlbumId) join Artist on (Artist.ArtistId = Album.AlbumId)
|
CREATE TABLE Migration(
migration VARCHAR(MAX),
batch INT
) |
--
-- DbNinja v3.2.1 for MySQL
--
-- Dump date: 2013-10-23 21:57:23 (UTC)
-- Server version: 5.5.24-log
-- Database: vr-php1
--
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
CREATE DATABASE `vr-php1` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `vr-php1`;
--
-- Structure for table: usuarios
--
CREATE TABLE `usuarios` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`nombre` varchar(50) DEFAULT NULL,
`apellido` varchar(50) DEFAULT NULL,
`email` varchar(50) DEFAULT NULL,
`clave` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
--
-- Data for table: usuarios
--
LOCK TABLES `usuarios` WRITE;
ALTER TABLE `usuarios` DISABLE KEYS;
INSERT INTO `usuarios`
(`id`, `nombre`, `apellido`, `email`, `clave`)
VALUES
(1, 'Testeando', 'PDF #1F3', 'fizzvr@gmail.com', '123');
ALTER TABLE `usuarios` ENABLE KEYS;
UNLOCK TABLES;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
SELECT * FROM TEMPLATE_MASTERS
WHERE
TYPE_ID = ?
;
|
--
-- Popolamento tabella `Utente`
--
INSERT INTO `Utente` (`username`, `password`) VALUES
('andrea.chinello94@alice.it', '1234'),
('andrea.chinello94@gmail.com', '12345'),
('hornoiu.irina@gmail.com', 'asdfg');
--
-- Popolamento tabella `Azienda`
--
INSERT INTO `Azienda` (`idAzienda`, `nome`, `pIva`, `ragioneSociale`, `gestitaDa`) VALUES
(1, 'AsdrubaleStampi', 123456789, 'spa', 1),
(2, 'DalVecchio', 234567891, 'spa', 2);
--
-- Popolamento tabella `TipoContratto`
--
INSERT INTO `TipoContratto` (`idTipologia`, `nome`, `durataMesi`, `descrizione`) VALUES
(1, 'Lavoro a tempo determinato', 3, NULL),
(2, 'lavoro a tempo parziale', 6, NULL),
(3, 'contratto di somministrazione ', 24, NULL),
(4, 'contratto di solidarietà', 12, NULL),
(5, 'contratto di formazione di lav', 36, NULL),
(6, 'contratto di lavoro ripartito', 4, NULL),
(7, 'lavoro a tempo indeterminato', NULL, NULL),
(8, 'contratto di apprendistato', NULL, NULL),
(9, 'contratto di insegnamento', 20, NULL),
(10, 'contratto a progetto', NULL, NULL),
(11, 'contratto di lavoro intermitte', 12, NULL),
(12, 'collaborazione', NULL, NULL);
--
-- Popolamento tabella `Lavoratore`
--
INSERT INTO `Lavoratore` (`idLav`, `nome`, `cognome`, `dataDiNascita`, `codF`, `indirizzo`, `citta`, `prov`, `stato`, `mansione`, `direttore`, `rischio`, `dataAssunzione`) VALUES
(1, 'Alfredo', 'Dalcaldo', '1994-12-12', 'LFRDLC11A11B11ER', 'Via t vecellio 11', 'Nove', 'TV', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(2, 'Alsazio', 'Rogganerarolo', '1915-12-08', 'LSZRGGNRRL01A01', 'via della madonna 1/a', 'Napoli', 'NP', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(3, 'Salsazio', 'Ditemma', '1999-07-07', 'LFRDLC11A11B11ER', 'Via tiepolo 14', 'Pieve', 'TV', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(4, 'Nijo', 'Tacos', '1999-01-01', 'LSZRGGNRRL01A01', 'via dei fagioli 66', 'Scorze', 'VI', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(5, 'carlo', 'carli', '1988-09-01', 'asdfasdfasdfasdf', 't vecellio 12', 'Napoli', 'NP', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(6, 'asdrubale', 'carli', '2000-11-04', 'asdfa00000000dfa', 't vecellio 24', 'Napoli', 'NP', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(7, 'giancarlo', 'romano', '1978-10-11', 'gi11ro10no78aser', 'via del lavoro 12', 'Vicenza', 'VI', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(8, 'damiano', 'casareccio', '1955-06-05', 'da55re06cio05asd', 'via pio XX 64A', 'Magliano', 'GR', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(9, 'ruggero', 'marconzio', '1945-01-05', 'ru05ma45io01qw12', 'via quaglio 23', 'Monza', 'MZ', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(10, 'mara', 'perato', '1978-10-10', 'ma10ra10pe78to19', 'via della repubblica 43', 'Biassono', 'MI', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(11, 'roberta', 'dal conte', '1986-08-09', 'ro09da08te86ta19', 'viale vivai 13B', 'Alessandria', 'TO', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03'),
(12, 'angelino', 'boscaro', '1970-10-12', 'an12ro10bo70no19', 'via tintoretto 54', 'Brusadure', 'PD', 'IT', 'Operaio', 'No', 'Basso', '2016-01-03');
--
-- Popolamento tabella `Sede`
--
INSERT INTO `Sede` (`idSede`, `azienda`, `tipoSede`, `indirizzo`, `citta`, `prov`, `stato`, `idDirettore`) VALUES
(1, 1, 'Principale', 'via Tiepolo 955', 'Brugine', 'PD', 'IT', 1),
(2, 1, 'Secondaria', 'via Frassignoni 23', 'Legnaro', 'PD', 'IT', 4),
(3, 2, 'Principale', 'via delle industrie 14/F', 'Treviso', 'TV', 'IT', 7),
(4, 2, 'Secondaria', 'via san benedetto di assisi 666', 'Aosta', 'AO', 'IT', 10);
--
-- Popolamento tabella `Contratto`
--
INSERT INTO `Contratto` (`idSedeLav`, `idSede`, `idLav`, `idTipoC`, `dataArrivoSede`, `dataTermineSede`) VALUES
(1, 1, 2, 1, '2016-06-11', '2017-01-01'),
(2, 1, 1, 1, '2016-06-11', '2017-01-01'),
(3, 1, 3, 4, '1990-01-01', NULL),
(4, 2, 4, 6, '1990-01-01', NULL),
(5, 2, 5, 8, '1990-01-01', NULL),
(6, 2, 6, 1, '1990-05-01', NULL),
(7, 3, 8, 9, '1999-01-01', NULL),
(8, 3, 7, 1, '1999-01-01', NULL),
(9, 3, 9, 1, '1999-01-01', NULL),
(10, 4, 10, 4, '1999-01-01', NULL),
(11, 4, 11, 4, '1999-01-01', NULL),
(12, 4, 12, 4, '1999-01-01', NULL);
--
-- Popolamento tabella `Corso`
--
INSERT INTO `Corso` (`idCorso`, `nome`, `descrizione`, `sostenutoDa`, `dataInizio`, `durataOre`, `dataFine`, `validitaRischio` ) VALUES
(1, 'corso formazione sic', 'basso livello', 'Fabrizio Contiero', '2017-01-08', 48, '2017-02-08', 'Basso'),
(2, 'corso formazione sic', 'alto livello', 'Mirco Chinello', '2005-08-07', 95, '2005-11-07', 'Alto'),
(3, 'corso di informazion', 'informazione base - sistemi e sicurezza', 'Giancarlo Costa', '2000-02-05', 6, '2000-03-04', 'Basso'),
(4, 'corso primo soccorso', 'formazione su primo soccorso', 'Carlo de francheschi', '2002-02-02', 10, '2002-02-15', 'Medio');
--
-- Popolamento tabella `LavoratoreCorso`
--
INSERT INTO `LavoratoreCorso` (`idLavCorso`, `idCorso`, `idLav`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 8),
(4, 1, 9),
(5, 2, 12),
(6, 2, 7),
(7, 2, 4),
(8, 3, 1),
(9, 4, 8),
(10, 4, 4),
(11, 3, 5),
(12, 3, 9),
(13, 3, 1),
(14, 4, 1);
--
-- Popolamento tabella `VisitaMedica`
--
INSERT INTO `VisitaMedica` (`idLav`, `data`, `causaVisita`, `nomeMedico`, `risultato`, `note`) VALUES
(1, '2001-02-02', 'visita medica per malattia ', 'Gianluca Roverto', 'Visita Superata', 'tutto okay '),
(5, '2007-03-01', 'visita medica di routine', 'Nino Saldera', 'Visita Superata', 'morirà presto'),
(7, '2008-06-04', 'visita medica contrattuale', 'Ernesto Ladri', 'Visita non Superata', 'controllo per cancro ai polmoni dovuto al fumo'),
(4, '2004-01-03', 'visita medica contrattuale', 'Vladimir Bogdani', 'Visita Superata', NULL);
--
-- Popolamento tabella `Oggetto`
--
INSERT INTO `Oggetto` (`idOggetto`, `nome`, `dataAcquisto`, `sede`, `zonaCollocazione`, `controllo`) VALUES
(1, 'bancone', '2000-03-03', 3, 2, 'No'),
(2, 'lavagna', '2000-03-03', 4, 8, 'No'),
(3, 'sedia', '2000-03-03', 1, 8, 'No'),
(4, 'ascensore', '2000-03-03', 1, 49, 'Si');
--
-- Popolamento `Manutenzione`
--
INSERT INTO `Manutenzione` (`oggetto`, `data`, `dataRinnovo`, `risultato`) VALUES
(4, '2002-03-03', '2004-03-03', 'Sicuro'),
(4, '2003-03-03', '2006-03-03', 'Sicuro'),
(4, '2004-03-03', '2008-03-03', 'Sicuro'),
(4, '2006-03-03', '2008-03-03', 'Non sicuro');
|
USE hutoma;
GRANT SELECT ON `hutoma`.`intent` TO 'aiReader'@'127.0.0.1';
DROP PROCEDURE IF EXISTS `getAisForRetraining`;
DELIMITER ;;
CREATE DEFINER=`aiReader`@`127.0.0.1` PROCEDURE `getAisForRetraining`()
BEGIN
SELECT ai.id, ai.aiid, ai.dev_id, botStore.publishing_state
FROM ai LEFT JOIN botStore ON ai.aiid=botStore.aiid
WHERE ai.deleted='0' AND
ai.passthrough_url IS NULL AND
(ai.aiid IN(SELECT ai_training.aiid FROM ai_training)
OR ai.aiid IN(SELECT intent.aiid FROM intent));
END;;
DELIMITER ;
|
delete from SEC_PRINCIPALS;
delete from SEC_CREDENTIALS;
delete from SEC_PERMISSIONS;
insert into SEC_PRINCIPALS (PRINCIPAL_ID, CLASS_NAME, FULL_PATH,
CREATED_TIME, MODIFIED_TIME)
values('1986150778', 'com.hsbc.gltc.gwis.services.security.core.UserPrincipalImpl', '/user/admin',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_PRINCIPALS (PRINCIPAL_ID, CLASS_NAME, FULL_PATH,
CREATED_TIME, MODIFIED_TIME)
values('1454265258', 'com.hsbc.gltc.gwis.services.security.core.RolePrincipalImpl', '/role/',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_PRINCIPALS (PRINCIPAL_ID, CLASS_NAME, FULL_PATH, PARENT_ID,
CREATED_TIME, MODIFIED_TIME)
values('1877699045', 'com.hsbc.gltc.gwis.services.security.core.RolePrincipalImpl', '/role/admin', '1454265258',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
--insert into SEC_CREDENTIALS (CREDENTIAL_ID, USER_FULL_PATH, VALUE, TYPE, CLASS_NAME,
--UPDATE_REQUIRED, IS_ENCODED, IS_ENABLED, AUTH_FAILURES, IS_EXPIRED,
--CREATED_TIME, MODIFIED_TIME, PREV_AUTH_TIME, LAST_AUTH_TIME, EXPIRATION_DATE)
--values('662821652', '/user/admin', 'TWALplIwyrucJQ7MwDV6lv1m7W0=', 0, 'com.hsbc.gltc.gwis.services.security.core.credential.DefaultPasswordCredential',
--0, 1, 1, 0, 0,'2007-04-19 10:52:27', '2007-04-19 10:52:27', '2007-04-19 10:52:27', '2007-04-19 10:52:27', 2050-01-01');
insert into SEC_PERMISSIONS (PERMISSION_ID, CLASS_NAME, NAME, ACTIONS,
CREATED_TIME, MODIFIED_TIME)
values('-1424848553', 'com.hsbc.gltc.gwis.services.security.core.security.AdministratorPermission', '', '',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_PERMISSIONS (PERMISSION_ID, CLASS_NAME, NAME, ACTIONS,
CREATED_TIME, MODIFIED_TIME)
values('1015283970', 'com.hsbc.gltc.gwis.services.gsf.core.security.ServicePermission', '*', 'access,execute,config',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_USER_ROLES (USER_FULL_PATH, ROLE_ID)
values('/user/admin', '1877699045');
insert into SEC_PRIN_PERMS (PRINCIPAL_ID, PERMISSION_ID)
values('1877699045', '-1424848553');
insert into SEC_PRIN_PERMS (PRINCIPAL_ID, PERMISSION_ID)
values('1877699045', '1015283970');
delete from SEC_PRINCIPALS;
delete from SEC_CREDENTIALS;
delete from SEC_PERMISSIONS;
insert into SEC_PRINCIPALS (PRINCIPAL_ID, CLASS_NAME, FULL_PATH,
CREATED_TIME, MODIFIED_TIME)
values('1986150778', 'com.hsbc.gltc.gwis.services.security.core.UserPrincipalImpl', '/user/admin',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_PRINCIPALS (PRINCIPAL_ID, CLASS_NAME, FULL_PATH,
CREATED_TIME, MODIFIED_TIME)
values('1454265258', 'com.hsbc.gltc.gwis.services.security.core.RolePrincipalImpl', '/role/',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_PRINCIPALS (PRINCIPAL_ID, CLASS_NAME, FULL_PATH, PARENT_ID,
CREATED_TIME, MODIFIED_TIME)
values('1877699045', 'com.hsbc.gltc.gwis.services.security.core.RolePrincipalImpl', '/role/admin', '1454265258',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
--insert into SEC_CREDENTIALS (CREDENTIAL_ID, USER_FULL_PATH, VALUE, TYPE, CLASS_NAME,
--UPDATE_REQUIRED, IS_ENCODED, IS_ENABLED, AUTH_FAILURES, IS_EXPIRED,
--CREATED_TIME, MODIFIED_TIME, PREV_AUTH_TIME, LAST_AUTH_TIME, EXPIRATION_DATE)
--values('662821652', '/user/admin', 'TWALplIwyrucJQ7MwDV6lv1m7W0=', 0, 'com.hsbc.gltc.gwis.services.security.core.credential.DefaultPasswordCredential',
--0, 1, 1, 0, 0,
--'2007-04-19 10:52:27', '2007-04-19 10:52:27', '2007-04-19 10:52:27', '2007-04-19 10:52:27', '01/01/2050');
insert into SEC_PERMISSIONS (PERMISSION_ID, CLASS_NAME, NAME, ACTIONS,
CREATED_TIME, MODIFIED_TIME)
values('-1424848553', 'com.hsbc.gltc.gwis.services.security.core.security.AdministratorPermission', '', '',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_PERMISSIONS (PERMISSION_ID, CLASS_NAME, NAME, ACTIONS,
CREATED_TIME, MODIFIED_TIME)
values('1015283970', 'com.hsbc.gltc.gwis.services.gsf.core.security.ServicePermission', '*', 'access,execute,config',
'2007-04-19 10:52:27', '2007-04-19 10:52:27');
insert into SEC_USER_ROLES (USER_FULL_PATH, ROLE_ID)
values('/user/admin', '1877699045');
insert into SEC_PRIN_PERMS (PRINCIPAL_ID, PERMISSION_ID)
values('1877699045', '-1424848553');
insert into SEC_PRIN_PERMS (PRINCIPAL_ID, PERMISSION_ID)
values('1877699045', '1015283970');
--disconnect current
|
DROP TABLE IF EXISTS employee;
DROP TABLE IF EXISTS role;
DROP TABLE IF EXISTS department;
CREATE TABLE department(
id INTEGER NOT NULL AUTO_INCREMENT,
name VARCHAR(30),
PRIMARY KEY(id)
);
CREATE TABLE role(
id INTEGER NOT NULL AUTO_INCREMENT,
title VARCHAR(30),
salary DECIMAL,
department_id INT,
PRIMARY KEY(id),
FOREIGN KEY(department_id) REFERENCES department(id)
);
CREATE TABLE employee(
id INTEGER NOT NULL AUTO_INCREMENT,
first_name VARCHAR(30),
last_name VARCHAR(30),
role_id INT,
manager_id INT,
PRIMARY KEY(id),
FOREIGN KEY(role_id) REFERENCES role(id),
FOREIGN KEY(manager_id) REFERENCES employee(id)
);
INSERT INTO department (name)
VALUES ("Sales"), ("Operations"), ("Finance"), ("HR"), ("IT");
INSERT INTO role (title, salary, department_id)
VALUES ("Sales Rep", 50000, 1), ("Head of Sales", 100000, 1), ("Operation Rep", 60000, 2), ("COO", 120000, 2), ("Budget Analyst", 80000, 3), ("CFO", 200000, 3), ("HR Rep", 55000, 4), ("Director of HR", 95000, 4), ("Engineer", 65000, 5), ("CTO", 150000, 5);
INSERT INTO employee (first_name, last_name, role_id, manager_id)
VALUES("John", "Doe", 2, null), ("Sally", "Price", 6, null), ("Harold", "Schultz", 4, null), ("Kenneth", "Loggins", 8, null), ("Steve", "Jobs", 10, null), ("Eric", "Hart", 1, 1), ("Eric", "Andre", 9, 5), ("Lana", "Black", 7, 4), ("Laura", "Bowmen", 3, 3), ("Jane", "Carter", 5, 2), ("Danny", "Brown", 9, 5), ("Richard", "Priest", 1, 1), ("Walter", "Payton", 3, 3), ("Michael", "McDonald", 7, 4), ("Griffin", "Peters", 5, 2);
|
SELECT EXISTS(
SELECT d.* FROM arr_dao d
JOIN arr_dao_link l ON l.dao_id = d.dao_id
WHERE l.node_id = 45 AND d.dao_type = 'LEVEL' AND l.delete_change_id IS NULL
) |
-- create table force_name where name can't be null
CREATE TABLE IF NOT EXISTS force_name(id INT, name VARCHAR(256) NOT NULL);
|
-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Хост: localhost:3306
-- Время создания: Мар 06 2019 г., 14:24
-- Версия сервера: 10.0.37-MariaDB-cll-lve
-- Версия PHP: 7.2.7
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- База данных: `gochsale_chatix`
--
-- --------------------------------------------------------
--
-- Структура таблицы `channels`
--
CREATE TABLE `channels` (
`id` int(11) NOT NULL,
`owner` text COLLATE utf8_unicode_ci NOT NULL,
`title` text COLLATE utf8_unicode_ci NOT NULL,
`info` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Структура таблицы `messages`
--
CREATE TABLE `messages` (
`id` bigint(11) NOT NULL,
`from_user_id` int(11) NOT NULL,
`to_user_id` int(11) NOT NULL,
`time` int(11) NOT NULL,
`read_time` int(11) NOT NULL,
`message` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'Объект сообщения',
`userAgent` varchar(250) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'Содержит информацию из какого браузера сообщение отправлено'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Структура таблицы `messages_translate`
--
CREATE TABLE `messages_translate` (
`id` int(9) NOT NULL,
`message_id` int(8) NOT NULL,
`language` varchar(2) COLLATE utf8_unicode_ci NOT NULL,
`text` text COLLATE utf8_unicode_ci NOT NULL,
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Структура таблицы `users`
--
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`mail` text COLLATE utf8_unicode_ci NOT NULL,
`login` text COLLATE utf8_unicode_ci NOT NULL,
`password` text COLLATE utf8_unicode_ci NOT NULL,
`avatar` text COLLATE utf8_unicode_ci NOT NULL,
`status` text COLLATE utf8_unicode_ci NOT NULL,
`first_name` text COLLATE utf8_unicode_ci NOT NULL,
`last_name` text COLLATE utf8_unicode_ci NOT NULL,
`last_visit` text COLLATE utf8_unicode_ci NOT NULL,
`conversations` text COLLATE utf8_unicode_ci NOT NULL,
`storage` text COLLATE utf8_unicode_ci NOT NULL,
`advanced_settings` text COLLATE utf8_unicode_ci NOT NULL,
`hash` text COLLATE utf8_unicode_ci NOT NULL,
`token` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Дамп данных таблицы `users`
--
INSERT INTO `users` (`id`, `mail`, `login`, `password`, `avatar`, `status`, `first_name`, `last_name`, `last_visit`, `conversations`, `storage`, `advanced_settings`, `hash`, `token`) VALUES
(13, 'alexup71rus@gmail.com', 'alex', 'alex', '', '', 'Alex', 'Khodyrev', '', '', '', '', 'GQd3Drt5GFf4sb47Lm4nzI18zYixh445', ''),
(35, 'igor@gmail.com', 'igor', 'igor', '', '', 'Igor', '', '', '', '', '', 'xP9EqZ9Fm2vcsHW8VJVMyse5eVVW3RsL', ''),
(36, 'naronov@gmail.com', 'naronov', 'naronov', '', '', 'naronov', 'alex', '', '', '', '', 'JOY6AwFsjKh1CdgZgOfBSHeQqesCiXkh', '');
-- --------------------------------------------------------
--
-- Структура таблицы `users_relations`
--
CREATE TABLE `users_relations` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`to_user_id` int(11) NOT NULL,
`type` int(11) NOT NULL COMMENT 'В контактах, избран, заблокирован,',
`title` text COLLATE utf8_unicode_ci NOT NULL,
`image` text COLLATE utf8_unicode_ci NOT NULL,
`read_time` int(11) NOT NULL,
`unread_count` int(11) NOT NULL,
`private_room` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Отношения (чёрный список, избранное, список контактов)';
--
-- Индексы сохранённых таблиц
--
--
-- Индексы таблицы `channels`
--
ALTER TABLE `channels`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `messages`
--
ALTER TABLE `messages`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
--
-- Индексы таблицы `users_relations`
--
ALTER TABLE `users_relations`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT для сохранённых таблиц
--
--
-- AUTO_INCREMENT для таблицы `channels`
--
ALTER TABLE `channels`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `messages`
--
ALTER TABLE `messages`
MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT для таблицы `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;
--
-- AUTO_INCREMENT для таблицы `users_relations`
--
ALTER TABLE `users_relations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
# ************************************************************
# Sequel Pro SQL dump
# Version 4135
#
# http://www.sequelpro.com/
# http://code.google.com/p/sequel-pro/
#
# Host: localhost (MySQL 5.5.34)
# Database: podium
# Generation Time: 2015-04-12 23:28:02 +0000
# ************************************************************
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
# Dump of table comments
# ------------------------------------------------------------
DROP TABLE IF EXISTS `comments`;
CREATE TABLE `comments` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`commentable_id` int(10) unsigned NOT NULL,
`commentable_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`comment` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `comments_commentable_id_index` (`commentable_id`),
KEY `comments_commentable_type_index` (`commentable_type`),
KEY `comments_user_id_index` (`user_id`),
KEY `comments_comment_index` (`comment`),
KEY `comments_created_at_index` (`created_at`),
KEY `comments_updated_at_index` (`updated_at`),
KEY `comments_deleted_at_index` (`deleted_at`),
CONSTRAINT `comments_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `comments` WRITE;
/*!40000 ALTER TABLE `comments` DISABLE KEYS */;
INSERT INTO `comments` (`id`, `commentable_id`, `commentable_type`, `user_id`, `comment`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,6,'Shop',7,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,7,'Shop',6,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,8,'Shop',6,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(4,9,'Shop',6,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(5,8,'Shop',9,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(6,6,'Product',7,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(7,7,'Product',6,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(8,8,'Product',6,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(9,9,'Product',6,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(10,10,'Product',6,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(11,8,'Product',9,'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum, molestias neque rem sit dolor provident minima officia consectetur quo sequi error nostrum laborum totam delectus nemo exercitationem beatae amet reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(12,3,'Shop',249,'Modi at tempora eligendi culpa dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(13,1,'Shop',263,'Laudantium aliquid quaerat id consectetur quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(14,23,'Shop',95,'Unde autem amet impedit quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(15,32,'Shop',141,'Necessitatibus earum fuga et fugiat ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(16,14,'Shop',162,'Ea dolorem quia natus consequatur aspernatur enim culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(17,13,'Shop',109,'Ex odit quod non quia quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(18,2,'Shop',282,'Consequatur sit maxime fuga atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(19,3,'Shop',201,'Est perferendis delectus explicabo dolores alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(20,7,'Shop',72,'Perspiciatis illum et dolores rerum deleniti enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(21,9,'Shop',53,'Nesciunt ut possimus tempore impedit perspiciatis praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(22,20,'Shop',243,'Dolores voluptas pariatur fugiat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(23,5,'Shop',170,'Explicabo voluptate aspernatur quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(24,1,'Shop',81,'Doloremque et et molestias soluta exercitationem sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(25,19,'Shop',192,'Possimus vel aut molestiae qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(26,31,'Shop',181,'Tenetur saepe ullam enim ratione praesentium vel dolor debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(27,12,'Shop',138,'Dolorem placeat deleniti expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(28,15,'Shop',204,'Necessitatibus aperiam quos sunt tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(29,6,'Shop',271,'Blanditiis quidem corporis repellendus natus ad omnis deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(30,3,'Shop',176,'Harum voluptatem id nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(31,12,'Shop',232,'Quia eum repudiandae hic sunt placeat non sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(32,33,'Shop',81,'Similique magni natus similique incidunt a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(33,2,'Shop',169,'Possimus corporis quae qui expedita possimus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(34,22,'Shop',30,'Quaerat a alias fugiat minus quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(35,29,'Shop',227,'Occaecati est et mollitia asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(36,23,'Shop',123,'Qui voluptatem praesentium non quaerat quia aliquam ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(37,23,'Shop',80,'Aut modi molestiae eligendi et numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(38,15,'Shop',10,'Eaque placeat beatae et cumque occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(39,17,'Shop',153,'Culpa quasi sit consectetur atque et quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(40,10,'Shop',59,'Non sit error ab totam accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(41,30,'Shop',250,'Voluptatem nobis voluptatem aliquid ad repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(42,10,'Shop',15,'Molestiae odio et quos eius et saepe facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(43,18,'Shop',253,'Eaque tempore repellendus voluptate voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(44,18,'Shop',184,'Omnis molestiae a et quis culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(45,16,'Shop',181,'Autem exercitationem quia cum rerum ratione enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(46,29,'Shop',122,'Asperiores animi consequatur sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(47,3,'Shop',252,'Voluptatem omnis optio ullam qui amet explicabo ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(48,18,'Shop',140,'Eos inventore quo et atque ratione dolores tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(49,24,'Shop',117,'Neque laboriosam iure ab facere impedit velit at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(50,24,'Shop',9,'Qui praesentium corporis autem dolor et saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(51,9,'Shop',257,'Natus et ex cum quia velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(52,13,'Shop',290,'Qui dolor quam autem voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(53,7,'Shop',208,'Tempore molestiae consequatur repellendus adipisci ut praesentium eveniet blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(54,13,'Shop',50,'Numquam suscipit expedita provident aut dicta dolor qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(55,8,'Shop',8,'Fugiat est natus qui ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(56,11,'Shop',300,'Omnis autem sint eligendi et accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(57,8,'Shop',226,'Quia qui inventore et temporibus voluptate aut libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(58,5,'Shop',29,'Perferendis minus sequi et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(59,24,'Shop',240,'Fugiat dolor qui architecto ducimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(60,19,'Shop',47,'Odit commodi nihil voluptates saepe ut explicabo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(61,2,'Shop',90,'Doloribus et quia neque est ex ut ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(62,9,'Shop',223,'Blanditiis vitae quo et similique qui laborum quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(63,29,'Shop',102,'Qui et doloribus molestiae deserunt deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(64,18,'Shop',20,'Architecto id magni sed soluta nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(65,8,'Shop',272,'Praesentium aliquid natus sit quod aut provident fuga nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(66,18,'Shop',99,'Qui maxime perferendis et iusto nam nihil ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(67,2,'Shop',163,'Ipsa explicabo dolores dolorem dolorum ipsa non provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(68,2,'Shop',47,'Et saepe asperiores fugiat fuga et temporibus optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(69,19,'Shop',91,'Quia odit nam consequatur sunt et voluptas est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(70,11,'Shop',103,'Ea corrupti inventore veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(71,26,'Shop',194,'Porro in numquam eius temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(72,4,'Shop',211,'Voluptas cum autem eum et quibusdam rerum saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(73,32,'Shop',168,'Aut fugiat corporis sapiente beatae voluptatem voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(74,8,'Shop',99,'Aspernatur temporibus expedita commodi non dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(75,11,'Shop',104,'Est eum atque voluptatem id est excepturi blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(76,6,'Shop',74,'Voluptatem odit aut eligendi cupiditate aut tempore consequuntur perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(77,30,'Shop',238,'Et maiores enim id quas modi quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(78,6,'Shop',101,'Aut voluptatum dolore nulla consequatur adipisci et sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(79,4,'Shop',65,'Facere autem vero qui maxime ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(80,1,'Shop',171,'Voluptatem eligendi voluptatem sit nobis molestiae est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(81,1,'Shop',199,'Labore sit natus ut molestiae ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(82,28,'Shop',27,'Voluptatem assumenda quia aut soluta dolorem molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(83,8,'Shop',281,'Minima omnis cumque laboriosam ea ea ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(84,10,'Shop',100,'Et tempore harum unde occaecati dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(85,8,'Shop',39,'Voluptatum id ratione fugiat non et eos tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(86,6,'Shop',21,'Illo ea ut quia error illo occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(87,29,'Shop',155,'Minima quidem in fugiat voluptatem ducimus esse consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(88,24,'Shop',121,'Nihil in quia ut aut quisquam quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(89,28,'Shop',88,'Est enim quia voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(90,27,'Shop',203,'Ratione doloremque est ea laborum est amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(91,6,'Shop',72,'Aspernatur iste eius non vel qui sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(92,2,'Shop',33,'Repellendus quo facilis esse sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(93,9,'Shop',204,'Magni id ut cumque eos et architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(94,5,'Shop',229,'Explicabo est sit est et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(95,19,'Shop',84,'Aut alias modi facilis mollitia officiis vero incidunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(96,10,'Shop',156,'Amet quidem aut accusantium quia velit ipsam est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(97,26,'Shop',261,'Consectetur harum vitae laboriosam et id in in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(98,27,'Shop',63,'Similique et id explicabo voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(99,31,'Shop',263,'Consequatur eveniet quasi facilis ut eligendi est delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(100,34,'Shop',235,'Ut blanditiis eveniet placeat numquam saepe rerum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(101,22,'Shop',182,'Maxime voluptatem assumenda odio laborum magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(102,11,'Shop',123,'Assumenda quia sed consequuntur eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(103,6,'Shop',241,'Reiciendis earum dolores voluptatum qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(104,18,'Shop',201,'Voluptates aut dolorem veritatis adipisci molestiae possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(105,5,'Shop',54,'Id harum eum tempora ex nobis et reiciendis consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(106,6,'Shop',233,'Vitae nihil sequi qui officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(107,33,'Shop',200,'Ut ipsum sed nam et voluptates nulla ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(108,32,'Shop',8,'Veniam voluptatem est non sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(109,4,'Shop',216,'Hic quis est aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(110,17,'Shop',149,'Minima libero aut eius et ut quia tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(111,22,'Shop',152,'Aliquam occaecati ut dicta aut accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(112,21,'Shop',21,'Maiores quis dolorum accusantium minima porro debitis quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(113,13,'Shop',30,'Asperiores dolor consequatur nobis fugit mollitia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(114,6,'Shop',179,'Quia debitis consectetur laborum necessitatibus expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(115,8,'Shop',287,'Error soluta est et nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(116,1,'Shop',67,'Quisquam consequatur dolorem incidunt sunt architecto quo ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(117,8,'Shop',230,'Qui numquam id animi repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(118,18,'Shop',17,'Est dolor natus minus aut aliquid commodi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(119,21,'Shop',277,'Ea ut ea id ea blanditiis qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(120,27,'Shop',100,'Officiis nemo voluptas quasi quo vel dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(121,25,'Shop',266,'Aut voluptatem voluptas totam officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(122,13,'Shop',228,'Earum non quia debitis et dolor qui id error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(123,3,'Shop',115,'Deserunt rerum et dolores ut quis itaque excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(124,27,'Shop',252,'Eveniet illum voluptas quibusdam illum aut qui consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(125,17,'Shop',77,'Ea eum nihil sapiente sequi molestiae ea ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(126,3,'Shop',62,'Ducimus culpa quidem praesentium molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(127,26,'Shop',43,'Eaque libero reprehenderit libero sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(128,7,'Shop',268,'Et blanditiis suscipit ipsa quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(129,24,'Shop',233,'Non fugit veniam tempore architecto sed ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(130,10,'Shop',72,'Sed voluptatem eum qui voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(131,28,'Shop',25,'Fugiat amet facilis velit voluptatem qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(132,4,'Shop',175,'Molestias earum dolores a aperiam ad rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(133,17,'Shop',277,'Est rem dolorem non beatae aut aperiam ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(134,13,'Shop',92,'Sit velit placeat velit nihil velit quos enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(135,9,'Shop',184,'Vero harum non unde officia aperiam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(136,26,'Shop',199,'Beatae ab necessitatibus ab libero et vero est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(137,22,'Shop',278,'Et vero quam reiciendis perspiciatis ducimus quia sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(138,5,'Shop',295,'Voluptate hic voluptatem quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(139,20,'Shop',20,'Optio quis aut enim doloribus dolorem iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(140,16,'Shop',221,'Qui excepturi impedit hic dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(141,10,'Shop',190,'Unde repellendus nostrum velit aut ducimus earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(142,10,'Shop',50,'Error id quo quod laborum laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(143,27,'Shop',164,'Ut illo aut omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(144,26,'Shop',116,'Modi repellendus voluptatibus voluptate architecto nihil qui minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(145,7,'Shop',155,'Aut dignissimos nihil libero aliquam fuga doloribus possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(146,21,'Shop',6,'Laboriosam ipsa et enim assumenda dicta error illum quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(147,9,'Shop',155,'Alias excepturi eaque id praesentium aut omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(148,26,'Shop',95,'Atque sed sunt aspernatur dolor eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(149,9,'Shop',17,'Numquam tempore corporis animi dolorem soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(150,27,'Shop',288,'Magni provident sed cupiditate ea sapiente vero sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(151,24,'Shop',126,'Sit porro voluptas rerum animi ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(152,15,'Shop',209,'Sit hic minus enim ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(153,25,'Shop',116,'In molestias voluptatibus odio omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(154,1,'Shop',90,'Maxime ad non qui ut veritatis sit autem nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(155,10,'Shop',67,'Fuga repellat velit dolores rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(156,20,'Shop',171,'Quam suscipit autem qui quibusdam qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(157,9,'Shop',153,'Neque fugiat ipsa ipsa quae voluptatibus mollitia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(158,33,'Shop',221,'Sint et mollitia blanditiis blanditiis cupiditate quibusdam facere similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(159,7,'Shop',143,'Aliquid rem amet ut et temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(160,19,'Shop',255,'Et rerum explicabo tenetur neque hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(161,16,'Shop',109,'Tempora doloremque velit et sed harum voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(162,2,'Shop',275,'Qui et iusto dolor placeat quisquam ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(163,16,'Shop',51,'In perferendis adipisci in molestias consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(164,29,'Shop',175,'Quibusdam ex est perspiciatis ad sed labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(165,13,'Shop',216,'Ducimus earum quo culpa dolor repellendus voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(166,15,'Shop',127,'Doloribus natus numquam et nisi soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(167,25,'Shop',275,'Dolores ut non quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(168,31,'Shop',103,'Eos illum commodi qui vitae repudiandae nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(169,21,'Shop',103,'Voluptates et quia rerum eius sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(170,10,'Shop',295,'Adipisci eos id perferendis illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(171,16,'Shop',28,'Iusto omnis cum aut deserunt maxime et consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(172,26,'Shop',253,'Aut aut itaque tempore ut dicta at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(173,26,'Shop',236,'Corrupti qui nesciunt nobis voluptate facere debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(174,9,'Shop',56,'Commodi harum expedita facere quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(175,12,'Shop',176,'Voluptates ex est sint voluptas vel voluptatem ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(176,27,'Shop',277,'Natus reiciendis recusandae rem enim a distinctio dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(177,30,'Shop',29,'Aliquam quis quos aspernatur sint dolor rem vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(178,24,'Shop',44,'Quia animi non iusto velit sequi quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(179,23,'Shop',233,'Tempora voluptatem veniam temporibus eos odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(180,9,'Shop',58,'In facere quis aut et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(181,15,'Shop',67,'Sit ut in modi et dolorem repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(182,28,'Shop',146,'Ut dolor eligendi dolores libero sed quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(183,22,'Shop',29,'Quasi doloremque cum illo doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(184,15,'Shop',66,'Eligendi ut ipsa explicabo et dolor voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(185,16,'Shop',52,'Porro non sit et et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(186,20,'Shop',60,'Possimus cum expedita totam itaque cumque possimus ipsum fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(187,12,'Shop',36,'Aperiam tempore facere suscipit mollitia quia enim et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(188,19,'Shop',48,'Odit quis ut similique expedita quia possimus voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(189,2,'Shop',226,'Et temporibus et qui magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(190,19,'Shop',83,'Corporis laboriosam sed id eligendi quia ducimus recusandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(191,21,'Shop',180,'Non at et numquam eos et neque numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(192,17,'Shop',30,'Doloremque sed ipsum in eveniet modi mollitia quis temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(193,26,'Shop',127,'Quos voluptatem tenetur molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(194,15,'Shop',95,'Magni doloremque est et voluptatem praesentium aut ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(195,20,'Shop',194,'Eum enim et fugiat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(196,17,'Shop',255,'Hic alias dolor nobis eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(197,5,'Shop',118,'Maiores at modi occaecati provident autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(198,25,'Shop',131,'Delectus tempore rerum ad dolor nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(199,28,'Shop',137,'Facilis nesciunt molestiae cumque officia nam quis architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(200,20,'Shop',65,'Corrupti alias cum sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(201,6,'Shop',135,'Libero asperiores voluptatibus perferendis quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(202,12,'Shop',56,'Expedita beatae doloremque est qui dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(203,4,'Shop',13,'Maiores similique impedit tempore sint dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(204,3,'Shop',104,'Nesciunt aliquam dolor et aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(205,3,'Shop',57,'Molestiae vel ducimus aut et exercitationem beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(206,24,'Shop',221,'Consectetur voluptatem veniam quam eius dolor occaecati occaecati sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(207,4,'Shop',136,'Distinctio cum nobis debitis consequuntur sint totam eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(208,34,'Shop',245,'Libero sed sed commodi molestiae omnis eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(209,23,'Shop',162,'Ducimus et eos voluptatem ut eum et nesciunt perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(210,1,'Shop',47,'Voluptatibus quis consequatur iste dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(211,21,'Shop',31,'Consectetur sit laborum consequuntur autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(212,25,'Shop',134,'Culpa excepturi porro deserunt voluptatem ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(213,33,'Shop',98,'Ea voluptatum excepturi qui et iure illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(214,8,'Shop',283,'Aut fugiat dolorum ipsam at officiis molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(215,3,'Shop',183,'Similique vel necessitatibus quae magnam doloremque ut eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(216,14,'Shop',42,'Eum sequi voluptatum omnis in perspiciatis eum vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(217,6,'Shop',88,'Consequatur optio illum dolorem hic nemo sequi aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(218,31,'Shop',100,'Reprehenderit laboriosam dolores ea voluptatem dolorum quae corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(219,16,'Shop',188,'Vero quia quam autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(220,3,'Shop',145,'Repellat totam et maiores debitis sit neque fugit ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(221,31,'Shop',282,'Et magni quo deserunt qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(222,2,'Shop',253,'Temporibus excepturi aperiam ut hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(223,19,'Shop',280,'Voluptatem aut totam possimus et ullam quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(224,5,'Shop',218,'Ut consequatur ducimus quaerat aut aut dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(225,30,'Shop',261,'Et occaecati est animi aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(226,9,'Shop',75,'Reiciendis itaque non explicabo accusantium et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(227,3,'Shop',41,'Voluptatem occaecati voluptatibus nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(228,34,'Shop',252,'Corrupti quisquam eaque velit iure quo velit illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(229,31,'Shop',142,'Corrupti quia expedita quia nulla rerum corrupti qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(230,5,'Shop',36,'Consequatur vero non maiores non autem eos ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(231,4,'Shop',205,'Deleniti pariatur dolores aut sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(232,2,'Shop',113,'Doloremque est saepe aut et est quia minima nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(233,19,'Shop',205,'Omnis explicabo excepturi ut id sequi exercitationem sit dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(234,11,'Shop',168,'Molestiae dolor sint id aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(235,27,'Shop',36,'Vitae voluptatum reiciendis molestias enim officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(236,23,'Shop',80,'Blanditiis dolores accusantium et corrupti hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(237,7,'Shop',150,'Voluptatem omnis vitae itaque totam voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(238,25,'Shop',202,'Ex sit voluptas laboriosam voluptatem distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(239,20,'Shop',221,'Quae quasi sit rem ad quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(240,22,'Shop',77,'Vel et quo dolorem voluptatem qui eum esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(241,29,'Shop',91,'Et eius culpa qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(242,5,'Shop',85,'Et est ratione adipisci odio quasi sit cumque ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(243,15,'Shop',257,'Voluptatem excepturi quidem voluptas debitis qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(244,25,'Shop',83,'Qui hic est sit et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(245,30,'Shop',237,'Iusto et aut rerum et nisi error culpa voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(246,12,'Shop',215,'Ad atque reprehenderit saepe consectetur assumenda aspernatur eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(247,32,'Shop',58,'Facilis blanditiis quisquam velit vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(248,1,'Shop',106,'Enim nemo qui neque consequuntur totam maiores tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(249,4,'Shop',259,'Nisi omnis iste nam cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(250,5,'Shop',18,'Doloribus inventore animi voluptate illum quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(251,27,'Shop',120,'Odit rerum est tenetur rerum et et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(252,25,'Shop',289,'Perspiciatis a et consequuntur velit praesentium saepe laborum iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(253,24,'Shop',106,'Est reprehenderit odio illo veritatis totam magni consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(254,6,'Shop',50,'Quam velit aliquam id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(255,4,'Shop',285,'Assumenda fugiat et velit omnis blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(256,24,'Shop',263,'Quas at fuga voluptatem aliquid quas in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(257,2,'Shop',11,'Eveniet occaecati iste iure veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(258,21,'Shop',121,'Corrupti laborum at maiores provident non veniam dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(259,5,'Shop',255,'Perspiciatis ea dolorem rem quos illum eaque a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(260,3,'Shop',259,'Aut placeat occaecati a est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(261,18,'Shop',265,'Quidem aut accusamus asperiores labore numquam cum consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(262,20,'Shop',249,'Ab maxime omnis a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(263,26,'Shop',271,'Sit quis quia expedita est quis vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(264,9,'Shop',37,'Voluptates veritatis rem vel sapiente rem libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(265,17,'Shop',31,'Consequuntur soluta dolorum mollitia magni qui aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(266,5,'Shop',220,'Voluptatem est molestiae unde ullam molestiae ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(267,22,'Shop',276,'Velit deserunt est ut vitae dolor id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(268,19,'Shop',269,'Tempore tenetur harum sequi hic doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(269,7,'Shop',123,'Corporis quod ipsa id in qui tempora blanditiis consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(270,34,'Shop',238,'Dolorem aut laboriosam maiores ut qui ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(271,28,'Shop',257,'Reiciendis in labore mollitia dolor vitae quia non velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(272,1,'Shop',252,'Enim voluptatem dolor ipsam consequuntur incidunt accusantium ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(273,15,'Shop',220,'Repellendus voluptas voluptatem eaque esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(274,15,'Shop',35,'Ea non ut id quidem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(275,31,'Shop',30,'Omnis aut enim voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(276,2,'Shop',62,'Sequi adipisci ab pariatur aperiam aliquid enim est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(277,10,'Shop',24,'Ut quibusdam adipisci quis vero eaque ut consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(278,18,'Shop',174,'Est eos consequatur ut alias totam voluptatum sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(279,21,'Shop',265,'Nulla quisquam eum in velit soluta doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(280,17,'Shop',135,'Harum quam consequatur quaerat cupiditate dicta accusantium molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(281,7,'Shop',242,'Totam adipisci ducimus omnis dolorum magnam minima cupiditate quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(282,15,'Shop',57,'Voluptatum aliquam aut dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(283,27,'Shop',249,'Minus aut atque qui pariatur sit inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(284,27,'Shop',148,'Tempora sunt quia deleniti numquam ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(285,34,'Shop',110,'Harum veniam ea possimus eum architecto ut dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(286,17,'Shop',279,'Dolore dolores ab ea necessitatibus quia et odio harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(287,5,'Shop',172,'Rerum porro doloribus earum corporis expedita et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(288,23,'Shop',252,'Sunt voluptas ut labore voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(289,23,'Shop',274,'Dolor nulla quia quia et quae maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(290,13,'Shop',105,'Ipsum harum eveniet amet quae ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(291,20,'Shop',247,'Ab molestias iusto illum est quos ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(292,2,'Shop',203,'Asperiores sint ea aliquam qui unde officia aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(293,10,'Shop',131,'Animi qui consectetur sit rem saepe id ad sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(294,6,'Shop',210,'Qui sed maxime et eos aut ratione quia ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(295,34,'Shop',210,'Fugiat eveniet occaecati ipsa officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(296,14,'Shop',115,'Iste quisquam nesciunt consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(297,5,'Shop',14,'Quod ut mollitia dolor iste quo officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(298,13,'Shop',147,'Culpa consequuntur fuga tempore voluptatem praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(299,13,'Shop',230,'Asperiores fugit aspernatur rerum in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(300,6,'Shop',92,'Consequatur enim rerum iusto molestias officia porro et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(301,19,'Shop',38,'Odio ad quaerat id harum omnis eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(302,15,'Shop',242,'Autem saepe voluptas magnam natus qui consequatur ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(303,15,'Shop',128,'Dolorem ut quisquam optio laboriosam nihil totam aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(304,10,'Shop',282,'Iusto ut praesentium magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(305,2,'Shop',85,'Quaerat ad culpa quaerat voluptatem eos sed qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(306,21,'Shop',289,'Sequi est excepturi soluta odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(307,8,'Shop',182,'Ipsa ex reiciendis illum voluptatem deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(308,19,'Shop',84,'Sit maiores atque quas esse corrupti ratione eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(309,32,'Shop',221,'Nesciunt assumenda autem incidunt veniam sint quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(310,18,'Shop',51,'Incidunt quaerat soluta dicta amet dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(311,5,'Shop',234,'Quibusdam aliquid quasi quibusdam delectus perferendis quas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(312,22,'Shop',52,'Officia dolor corporis cumque eum mollitia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(313,15,'Shop',60,'Eveniet sint exercitationem error officia commodi rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(314,25,'Shop',71,'Voluptas officiis adipisci vel aut aut mollitia ipsam aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(315,10,'Shop',79,'Iure quibusdam repellendus ipsa cumque excepturi harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(316,16,'Shop',107,'Sit sunt veritatis maiores quas vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(317,13,'Shop',151,'Harum dolorum placeat autem ut nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(318,17,'Shop',175,'Quis perferendis voluptatum dolor quibusdam nostrum non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(319,31,'Shop',86,'Expedita quibusdam consequatur eius laboriosam quasi occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(320,19,'Shop',61,'Assumenda quis perspiciatis ea tenetur quod nobis voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(321,3,'Shop',235,'Molestiae aut quis eum sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(322,14,'Shop',47,'Dolor et ut vero accusamus magni fugit animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(323,16,'Shop',225,'Repudiandae fugiat nihil est nihil eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(324,33,'Shop',201,'Fuga culpa optio illo magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(325,34,'Shop',25,'Dolor quibusdam asperiores error cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(326,22,'Shop',34,'Error assumenda repellat voluptate consequuntur saepe quod sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(327,8,'Shop',290,'Occaecati debitis optio perspiciatis nihil qui autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(328,26,'Shop',293,'Unde corrupti et aut qui hic delectus asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(329,2,'Shop',13,'Aut vel nihil sed amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(330,4,'Shop',194,'Modi repellendus voluptas consectetur molestias repellendus velit minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(331,15,'Shop',255,'Consequuntur facere placeat minima distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(332,23,'Shop',191,'Tenetur quis tempora reiciendis sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(333,9,'Shop',224,'Soluta accusamus debitis omnis nemo dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(334,21,'Shop',134,'Ut dicta dicta quia et molestiae vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(335,10,'Shop',197,'Corporis odit id fugit quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(336,29,'Shop',212,'Officia fugiat hic voluptas et doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(337,17,'Shop',296,'Veritatis similique ratione esse quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(338,27,'Shop',199,'Ipsa aut aut excepturi dicta omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(339,5,'Shop',132,'Iusto consectetur et in voluptatibus quibusdam aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(340,20,'Shop',240,'Dolores veniam alias quia iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(341,21,'Shop',38,'Ut eum quam sit minima ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(342,27,'Shop',78,'Sit quo itaque eos necessitatibus commodi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(343,18,'Shop',10,'Consequatur perspiciatis at illum optio modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(344,6,'Shop',224,'Non et qui vel dolores aut ad eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(345,1,'Shop',248,'Sunt et enim at ratione debitis sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(346,26,'Shop',13,'Pariatur incidunt enim recusandae maiores assumenda quisquam voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(347,2,'Shop',49,'Magnam soluta aut porro earum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(348,17,'Shop',246,'Aliquam quibusdam explicabo neque in impedit non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(349,31,'Shop',179,'Illo iure culpa quas quo quia omnis repellendus architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(350,19,'Shop',192,'In est aut sed nihil ullam et aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(351,26,'Shop',207,'Deserunt ut non nobis et quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(352,11,'Shop',3,'Nisi molestiae explicabo facilis quos dolorum voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(353,24,'Shop',8,'Consequuntur sint quia laboriosam ipsam id quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(354,34,'Shop',220,'Nisi nobis beatae laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(355,27,'Shop',115,'Itaque et molestiae necessitatibus omnis et autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(356,14,'Shop',260,'Voluptas enim neque voluptas autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(357,16,'Shop',116,'Tempora dolorum cupiditate tempora vitae aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(358,12,'Shop',39,'Ipsum omnis illum nemo officia doloremque aliquam voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(359,31,'Shop',19,'Aliquam odio ut esse voluptatem aliquid sunt sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(360,28,'Shop',37,'Eos temporibus cumque enim atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(361,23,'Shop',56,'Vel sit quam sequi iusto velit minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(362,19,'Shop',130,'Doloremque qui laudantium consequuntur laborum dignissimos tempore est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(363,30,'Shop',143,'Sunt sit eaque non voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(364,7,'Shop',82,'Libero aliquid ut debitis sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(365,32,'Shop',12,'Quisquam non unde quia porro temporibus numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(366,16,'Shop',258,'Quasi beatae architecto nisi delectus officia nam saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(367,33,'Shop',147,'Facere exercitationem assumenda harum commodi tenetur blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(368,33,'Shop',108,'Quo autem dicta ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(369,16,'Shop',209,'Eum quibusdam rem qui velit sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(370,13,'Shop',49,'Ut praesentium nam distinctio sit alias sit dolor commodi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(371,25,'Shop',297,'Voluptatibus ut officia omnis officia qui beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(372,23,'Shop',174,'Tempore consectetur explicabo consectetur quas dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(373,18,'Shop',247,'Corporis voluptate porro aut aut enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(374,17,'Shop',261,'Dolorum assumenda deserunt ipsum et dolor quo dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(375,18,'Shop',97,'Quia et animi atque odit labore blanditiis iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(376,12,'Shop',146,'Nam accusantium ut ipsam autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(377,34,'Shop',191,'At nulla eos sunt quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(378,18,'Shop',37,'Qui blanditiis culpa magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(379,10,'Shop',170,'Omnis unde nam in nesciunt alias et et et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(380,34,'Shop',128,'Saepe quas consequatur voluptatem aliquam repellendus similique aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(381,16,'Shop',93,'Nostrum doloremque amet rerum voluptas pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(382,4,'Shop',102,'Quia mollitia quo magnam ipsum magni aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(383,17,'Shop',94,'Voluptatem aliquam velit molestias eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(384,5,'Shop',213,'Impedit natus laboriosam similique eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(385,33,'Shop',36,'Cumque sapiente veritatis omnis non quos sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(386,7,'Shop',25,'Quia quis voluptas quis laudantium corrupti omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(387,5,'Shop',282,'Magnam consectetur dolore cupiditate architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(388,12,'Shop',222,'Quos mollitia aut cupiditate pariatur voluptatum rerum sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(389,19,'Shop',181,'Minus velit ullam dolores quae vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(390,30,'Shop',91,'Fugiat perferendis est aliquid vitae tenetur quae quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(391,16,'Shop',219,'Nemo quia perferendis doloremque culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(392,7,'Shop',147,'Odit quo beatae possimus est rerum animi illo quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(393,11,'Shop',210,'Ex ab eaque blanditiis error necessitatibus aspernatur dolores quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(394,3,'Shop',24,'Architecto adipisci et dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(395,4,'Shop',126,'Deleniti mollitia nostrum fuga et et maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(396,2,'Shop',202,'Consectetur sunt alias corporis sint voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(397,24,'Shop',8,'Dolor adipisci asperiores deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(398,23,'Shop',234,'Placeat iusto fugiat adipisci.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(399,17,'Shop',264,'Beatae ipsa magni omnis consectetur non temporibus quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(400,5,'Shop',67,'Nobis laboriosam et dicta assumenda minima cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(401,24,'Shop',277,'Enim eum sed sed iste eius voluptatem odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(402,2,'Shop',15,'Exercitationem fuga expedita natus ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(403,7,'Shop',49,'Nisi esse eos excepturi quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(404,18,'Shop',136,'Corporis recusandae aut quaerat ut non veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(405,25,'Shop',4,'Quia enim deleniti rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(406,33,'Shop',27,'Accusamus iure commodi labore sed et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(407,6,'Shop',189,'Vel nam occaecati libero tempora qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(408,4,'Shop',250,'Porro voluptas officiis labore occaecati numquam quaerat consequuntur quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(409,12,'Shop',51,'Non fugit repellendus dolorum blanditiis ut ea aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(410,6,'Shop',65,'Debitis odit eligendi culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(411,10,'Shop',255,'Blanditiis nisi beatae corporis ratione explicabo esse soluta quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(412,30,'Shop',119,'Dolores commodi autem voluptatem nulla ex iure placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(413,25,'Shop',79,'Aspernatur ullam libero ab libero reprehenderit facere.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(414,22,'Shop',288,'Odio itaque quae eligendi maiores sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(415,28,'Shop',158,'Itaque eum aspernatur rerum quae eum vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(416,19,'Shop',194,'Et dignissimos vitae eaque sapiente libero blanditiis aut corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(417,24,'Shop',284,'Debitis et incidunt minus eos aperiam eos rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(418,28,'Shop',99,'Et doloribus dolore nisi delectus numquam aliquid quas at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(419,14,'Shop',211,'Esse repellendus ut aut aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(420,31,'Shop',102,'Fugiat eligendi sint explicabo perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(421,8,'Shop',205,'Praesentium voluptas nesciunt dolore veniam molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(422,23,'Shop',222,'Autem cumque magni aperiam nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(423,25,'Shop',141,'Doloremque laborum omnis earum dolores neque et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(424,22,'Shop',95,'Sint quia non placeat voluptas aut et quis sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(425,24,'Shop',229,'Quasi voluptatem labore dolores veniam id sed et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(426,3,'Shop',220,'Atque tempora id eaque alias laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(427,22,'Shop',48,'Consectetur voluptas expedita corporis laborum quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(428,14,'Shop',289,'Nesciunt fugit ipsa aliquid hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(429,16,'Shop',89,'Cupiditate maiores sit id praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(430,30,'Shop',96,'Occaecati et inventore accusamus illo a rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(431,19,'Shop',116,'Optio temporibus numquam numquam et repellat eos minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(432,6,'Shop',289,'Totam nemo dicta magni quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(433,10,'Shop',41,'Explicabo laboriosam autem cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(434,20,'Shop',221,'Ea et nam velit eum quia velit dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(435,25,'Shop',73,'Quis sed neque vero quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(436,10,'Shop',298,'Quam sed dolore laborum enim minima temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(437,34,'Shop',128,'Placeat doloribus qui ipsum laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(438,27,'Shop',135,'Necessitatibus quisquam quibusdam nulla reiciendis ex et saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(439,6,'Shop',49,'Accusamus libero impedit voluptatem perferendis labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(440,34,'Shop',58,'Et ad aliquam doloremque ipsum quo quia voluptates perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(441,1,'Shop',97,'Iusto id aperiam ipsa saepe ipsa quia repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(442,34,'Shop',226,'Doloribus ullam eos nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(443,8,'Shop',166,'Fuga dicta aliquid labore vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(444,21,'Shop',134,'Magni ex impedit at quasi qui officiis optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(445,13,'Shop',242,'Et optio doloribus et asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(446,3,'Shop',197,'Officiis quia corrupti molestiae dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(447,11,'Shop',86,'Rem consequuntur ut accusantium veritatis id vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(448,13,'Shop',125,'Porro architecto necessitatibus assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(449,6,'Shop',225,'Fugit delectus provident culpa dolore ad dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(450,10,'Shop',95,'Eius numquam voluptas consequatur excepturi alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(451,1,'Shop',252,'Quae asperiores soluta nostrum expedita repellat delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(452,21,'Shop',89,'Sunt voluptas ut id velit nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(453,28,'Shop',265,'Deserunt aut autem consequuntur veniam cum nisi soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(454,13,'Shop',108,'Molestiae nostrum est optio consequatur inventore asperiores cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(455,27,'Shop',99,'Est id est est amet minima culpa asperiores quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(456,23,'Shop',165,'Fugit dolor iure aut est voluptatem repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(457,12,'Shop',214,'Doloribus eum voluptatum reiciendis aut nihil consectetur provident voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(458,5,'Shop',146,'Rerum qui quia iste et sequi qui alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(459,17,'Shop',292,'Sint nobis facere odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(460,33,'Shop',288,'Autem vel nesciunt qui hic id autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(461,17,'Shop',266,'A qui facilis ratione quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(462,17,'Shop',132,'Nemo dignissimos minima recusandae magni debitis vel iste eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(463,2,'Shop',7,'Illo debitis voluptate cupiditate excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(464,20,'Shop',208,'Possimus facilis ut minima nulla eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(465,11,'Shop',169,'Consequatur ducimus dignissimos eos ut rem aut beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(466,23,'Shop',78,'Sint expedita quisquam qui eos suscipit sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(467,8,'Shop',136,'Et accusantium officia corporis doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(468,29,'Shop',229,'Inventore esse sint iusto vero sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(469,13,'Shop',179,'Dolorem ut autem adipisci sunt occaecati enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(470,30,'Shop',161,'Perferendis et voluptate reprehenderit voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(471,26,'Shop',44,'Voluptatum excepturi et id eos eum at dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(472,15,'Shop',276,'Quo repudiandae error a dolorum excepturi consequatur cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(473,13,'Shop',233,'Expedita doloribus est nostrum at exercitationem numquam harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(474,6,'Shop',274,'Veritatis vel dolorum inventore quae enim aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(475,19,'Shop',120,'Cum ut cupiditate sit quia voluptatum laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(476,2,'Shop',138,'Similique explicabo nihil autem perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(477,4,'Shop',138,'Sit est nemo velit sunt velit iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(478,7,'Shop',167,'Doloribus quod molestiae sit ipsam rerum autem amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(479,17,'Shop',284,'Quisquam voluptates eum deserunt illum vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(480,13,'Shop',283,'Dolorem dolorem ex molestiae deserunt eveniet non ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(481,33,'Shop',295,'Ipsum repellat sit fuga velit vel ut illum voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(482,10,'Shop',108,'Est cum unde quis nesciunt repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(483,23,'Shop',75,'Esse labore enim consectetur qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(484,20,'Shop',128,'Ab nihil aliquid doloribus ipsum incidunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(485,23,'Shop',201,'Sed veritatis amet aut sed magnam odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(486,25,'Shop',85,'Corporis sed iste iusto recusandae saepe velit sunt molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(487,26,'Shop',248,'Sit dolore assumenda ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(488,3,'Shop',258,'Totam enim explicabo sapiente in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(489,18,'Shop',183,'Voluptas incidunt dolorem quia temporibus nulla omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(490,27,'Shop',233,'Omnis aut ullam modi maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(491,12,'Shop',100,'Eaque voluptas aut eos delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(492,32,'Shop',283,'Quia possimus magnam error doloribus aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(493,8,'Shop',286,'Sed temporibus quas fuga qui non rerum dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(494,26,'Shop',258,'Est et accusantium qui eveniet voluptatem architecto iusto earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(495,15,'Shop',40,'Qui quidem deserunt quia iste excepturi omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(496,2,'Shop',144,'Laudantium quia et excepturi dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(497,32,'Shop',33,'Illum aliquid facilis dolorem qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(498,29,'Shop',197,'Similique commodi enim consectetur pariatur quisquam sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(499,29,'Shop',23,'Facere quas rerum nobis quam sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(500,12,'Shop',190,'Hic soluta et praesentium sunt quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(501,12,'Shop',117,'Ullam sed dolores aliquam consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(502,20,'Shop',35,'Quas ut non consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(503,31,'Shop',124,'Nulla commodi facere velit voluptatum non non ab veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(504,20,'Shop',60,'Labore in esse eos quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(505,31,'Shop',21,'Sapiente incidunt vel consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(506,29,'Shop',280,'Ut harum minus quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(507,21,'Shop',188,'Rem et id vel libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(508,33,'Shop',26,'Aspernatur non ut nesciunt est debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(509,32,'Shop',48,'Autem voluptatem commodi cum ut aperiam laborum laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(510,3,'Shop',171,'Et est modi tempore reprehenderit consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(511,18,'Shop',58,'Repellendus non magni quasi impedit in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(512,6,'Shop',107,'Quia eaque quia repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(513,8,'Shop',103,'Culpa sint harum id et et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(514,34,'Shop',32,'Nemo est omnis sed aut cum modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(515,3,'Shop',43,'Ab magni rerum recusandae fugiat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(516,9,'Shop',76,'Fuga blanditiis maiores aut sit ut ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(517,20,'Shop',185,'Rerum voluptas iure sit facere quod tempore nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(518,24,'Shop',19,'Aut in nemo ipsam corrupti blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(519,28,'Shop',227,'Repudiandae et molestiae et voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(520,14,'Shop',291,'Nesciunt recusandae voluptatem molestiae incidunt tempore vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(521,29,'Shop',10,'Quibusdam sed esse ipsa ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(522,21,'Shop',193,'Et qui recusandae est non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(523,10,'Shop',66,'Enim neque beatae rem in soluta eveniet qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(524,33,'Shop',49,'Rerum autem placeat et eum voluptas alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(525,32,'Shop',70,'Rerum explicabo voluptatibus nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(526,32,'Shop',288,'Ipsam est magni ut quibusdam incidunt quaerat perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(527,4,'Shop',120,'Beatae sunt qui fuga id rerum quidem aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(528,17,'Shop',19,'Eos aliquid illum atque architecto amet quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(529,18,'Shop',279,'Ipsa aut rerum deleniti dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(530,22,'Shop',243,'Fuga quis laudantium velit aut aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(531,16,'Shop',20,'Reprehenderit et quo laudantium esse est quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(532,5,'Shop',289,'Beatae voluptas voluptatem et minus autem et assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(533,32,'Shop',122,'Quo voluptates dignissimos commodi nemo necessitatibus magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(534,22,'Shop',112,'Voluptates vel rem cupiditate est officiis suscipit aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(535,1,'Shop',59,'Accusantium quia sequi laudantium quae alias aut repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(536,3,'Shop',215,'Ut voluptates error consequatur commodi sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(537,12,'Shop',170,'Consectetur quo earum dolor ipsam repellendus id ea soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(538,30,'Shop',278,'Voluptatem cumque est voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(539,1,'Shop',234,'Facere debitis aliquam occaecati cum fugit voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(540,12,'Shop',176,'Magni enim recusandae consequuntur at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(541,7,'Shop',123,'Similique facere soluta ea debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(542,6,'Shop',187,'Ex debitis sit itaque consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(543,17,'Shop',93,'Perferendis officiis magnam quos molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(544,24,'Shop',220,'Qui omnis suscipit totam officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(545,13,'Shop',42,'Pariatur molestiae iure illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(546,17,'Shop',291,'Fugiat est repellat inventore exercitationem harum ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(547,23,'Shop',58,'Voluptatem alias quis nam aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(548,27,'Shop',201,'Cupiditate illo et aut modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(549,4,'Shop',61,'Aut temporibus provident accusantium eaque eveniet quidem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(550,4,'Shop',96,'Voluptas asperiores maxime repellendus doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(551,34,'Shop',145,'Ipsa facere laborum repellendus sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(552,8,'Shop',194,'Alias et consequatur et rerum id aliquam repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(553,4,'Shop',209,'Expedita ut maxime earum neque voluptas voluptatibus ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(554,3,'Shop',257,'Dolores enim quis eum doloribus reiciendis laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(555,19,'Shop',266,'Optio et laudantium ea nihil necessitatibus quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(556,5,'Shop',48,'Alias nisi id qui est quae ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(557,12,'Shop',170,'Voluptatem voluptate perspiciatis accusantium et provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(558,1,'Shop',198,'Est eaque facilis ratione eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(559,13,'Shop',275,'Itaque et ea rerum quaerat quis ut debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(560,28,'Shop',260,'Minima omnis consequatur velit placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(561,25,'Shop',63,'Labore ut id voluptate omnis nam ex enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(562,11,'Shop',63,'Ex ab corporis corrupti quae eius et magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(563,25,'Shop',293,'Amet ad et quibusdam deserunt ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(564,14,'Shop',56,'Excepturi expedita quis impedit porro voluptatum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(565,18,'Shop',266,'Ipsam error culpa nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(566,31,'Shop',69,'Id in perspiciatis quia aliquid qui fugiat optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(567,23,'Shop',292,'Sit quia qui dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(568,2,'Shop',267,'Harum est voluptatem commodi voluptatem nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(569,20,'Shop',76,'Sit et at corrupti ullam ut quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(570,9,'Shop',192,'Architecto doloremque earum unde doloribus tempore recusandae mollitia molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(571,9,'Shop',85,'Consequatur porro alias fugit autem voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(572,17,'Shop',218,'Ratione dolore aut est incidunt voluptatem pariatur distinctio ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(573,13,'Shop',276,'Totam rerum quam nostrum veritatis id ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(574,23,'Shop',206,'Deleniti ipsam et quibusdam fuga similique illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(575,33,'Shop',59,'Illo fuga blanditiis qui pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(576,14,'Shop',28,'Veritatis adipisci doloribus magni eos placeat aut nam delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(577,28,'Shop',282,'Mollitia rerum tempora praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(578,3,'Shop',69,'Fugiat dolores et voluptas minima rem temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(579,15,'Shop',167,'Temporibus ullam et occaecati ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(580,22,'Shop',212,'Iure quis vero libero praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(581,34,'Shop',150,'Quo sit ratione sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(582,16,'Shop',295,'Explicabo nihil voluptatem doloremque in accusantium officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(583,15,'Shop',22,'Sed nostrum et nisi modi minus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(584,28,'Shop',140,'Quis dolor autem ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(585,31,'Shop',16,'Facere distinctio aspernatur consectetur dicta velit velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(586,5,'Shop',50,'Sed sequi cumque accusamus sed ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(587,19,'Shop',226,'Ea deserunt consequuntur similique eius voluptas culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(588,25,'Shop',250,'Ipsum excepturi praesentium et voluptatem sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(589,27,'Shop',95,'Modi vero debitis maxime ad officiis qui fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(590,28,'Shop',56,'Velit velit accusamus at eveniet minima dolore in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(591,17,'Shop',263,'Maiores tempore modi totam illum beatae corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(592,1,'Shop',20,'Recusandae neque et pariatur est eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(593,23,'Shop',298,'Laborum quam quidem nihil distinctio deleniti minima sint qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(594,27,'Shop',21,'Ut harum dolorem et necessitatibus quas facilis dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(595,17,'Shop',200,'Quisquam earum ut illo sequi aliquam repellendus sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(596,12,'Shop',9,'Repudiandae inventore doloremque officia ab fuga ut est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(597,13,'Shop',3,'Quia at saepe a sunt corporis est sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(598,8,'Shop',233,'Placeat rerum ut id distinctio modi et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(599,30,'Shop',8,'Esse et magnam aut nisi animi eos et ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(600,21,'Shop',177,'Et quia et voluptates voluptatibus id eveniet voluptatibus molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(601,27,'Shop',14,'Suscipit ut consequuntur id odio eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(602,27,'Shop',190,'Eos qui non voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(603,6,'Shop',169,'Culpa officiis nihil omnis cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(604,4,'Shop',114,'Repellat tempore excepturi ad eaque deserunt eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(605,27,'Shop',40,'Iure laudantium soluta debitis eos sequi dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(606,9,'Shop',68,'Quo aut sit repudiandae modi id voluptatum et et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(607,28,'Shop',154,'Illo quas minima inventore saepe molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(608,29,'Shop',253,'Laudantium earum ipsum deserunt ea voluptatem ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(609,29,'Shop',278,'Soluta velit ut at et voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(610,20,'Shop',36,'Maxime sed ex est dolore ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(611,26,'Shop',184,'Facere facilis ipsam quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(612,11,'Shop',165,'Sequi occaecati sit unde quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(613,24,'Shop',81,'Cumque autem molestiae ut ut excepturi eos alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(614,18,'Shop',22,'Sunt amet velit sunt minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(615,34,'Shop',160,'Unde rerum distinctio saepe officiis placeat voluptates deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(616,23,'Shop',213,'Quos sint non aut totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(617,7,'Shop',38,'Eos adipisci dicta possimus ea neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(618,6,'Shop',96,'Et reprehenderit quo et dignissimos voluptatibus omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(619,23,'Shop',81,'Expedita non dolor ut qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(620,29,'Shop',15,'Quo officia eveniet dolores ipsa qui voluptatum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(621,32,'Shop',22,'Et modi quae iure ex deserunt quos molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(622,10,'Shop',243,'Adipisci est omnis quae enim eveniet a omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(623,1,'Shop',298,'Quo quod rerum exercitationem eos et suscipit ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(624,22,'Shop',255,'Officiis dicta expedita molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(625,10,'Shop',269,'Ut esse qui aut porro voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(626,27,'Shop',275,'Sed quis quod nulla quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(627,33,'Shop',244,'Quia et veniam ut libero perferendis consequatur doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(628,27,'Shop',248,'Aliquid nisi molestias in debitis sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(629,14,'Shop',138,'Velit harum in voluptatum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(630,6,'Shop',124,'Quia sint assumenda ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(631,32,'Shop',167,'Et adipisci ut quam exercitationem sed quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(632,6,'Shop',115,'Similique dolores eligendi voluptate nisi maiores ad minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(633,6,'Shop',182,'Aperiam molestiae ad optio saepe tenetur officia deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(634,30,'Shop',101,'Dolores laboriosam assumenda velit est officia beatae ipsum sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(635,23,'Shop',147,'Qui et voluptatem distinctio rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(636,24,'Shop',240,'Ad velit aperiam dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(637,26,'Shop',219,'Nulla ad natus ea tenetur et eum quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(638,5,'Shop',281,'Quibusdam voluptas ratione aperiam nulla atque enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(639,2,'Shop',81,'Ea delectus soluta ut natus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(640,22,'Shop',99,'Repudiandae vel provident dolorem aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(641,22,'Shop',146,'Qui nemo officia architecto quibusdam eius iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(642,19,'Shop',30,'Similique inventore omnis nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(643,20,'Shop',6,'Voluptatem accusantium qui repellat eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(644,13,'Shop',107,'Rerum sequi veniam tenetur amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(645,31,'Shop',39,'Enim rerum molestiae expedita eveniet dignissimos quia est laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(646,32,'Shop',36,'Omnis molestiae dolores deleniti veniam odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(647,29,'Shop',13,'Facilis occaecati voluptate dolorem possimus perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(648,24,'Shop',248,'Et ipsa sit facilis odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(649,10,'Shop',159,'Quis quisquam pariatur aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(650,9,'Shop',37,'Amet error repudiandae hic adipisci.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(651,2,'Shop',70,'Ut qui perferendis est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(652,12,'Shop',13,'Assumenda quos eum ab illo qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(653,22,'Shop',272,'Necessitatibus id nemo qui rerum dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(654,7,'Shop',15,'Voluptate beatae distinctio id dolores voluptatem molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(655,22,'Shop',180,'Dicta ex possimus aspernatur aut saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(656,16,'Shop',31,'Reprehenderit cupiditate in cumque harum et ea ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(657,13,'Shop',48,'Iusto fugit cupiditate aut quidem quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(658,27,'Shop',6,'Reprehenderit laudantium praesentium vero et et dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(659,4,'Shop',282,'Voluptatibus et at adipisci facilis minus sit sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(660,5,'Shop',168,'Delectus asperiores praesentium repellat deleniti qui hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(661,2,'Shop',35,'Rerum aut non aperiam officia eos sunt aut mollitia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(662,6,'Shop',291,'Sed consequatur in suscipit ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(663,30,'Shop',25,'Quia dolor earum iure ea adipisci.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(664,19,'Shop',222,'Porro aut in sint distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(665,14,'Shop',124,'Ullam ut vel veritatis quidem esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(666,12,'Shop',67,'Est sit inventore earum et ratione ea possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(667,7,'Shop',27,'Enim ut distinctio ut ut suscipit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(668,32,'Shop',55,'Dolor optio aut natus itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(669,4,'Shop',113,'Possimus aliquam aut numquam qui minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(670,19,'Shop',25,'Rerum eveniet ad et quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(671,18,'Shop',186,'Tenetur enim voluptatum iure quibusdam ullam ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(672,3,'Shop',83,'Unde voluptate debitis nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(673,25,'Shop',184,'Ut sit odio ut ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(674,5,'Shop',260,'Voluptatibus quaerat in dolor veritatis voluptas et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(675,4,'Shop',88,'Vitae sunt voluptatem temporibus et totam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(676,2,'Shop',149,'Impedit reprehenderit doloribus necessitatibus quia ducimus dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(677,24,'Shop',38,'Dolorum quas animi est ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(678,12,'Shop',245,'Eveniet tempora distinctio reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(679,7,'Shop',196,'Quo unde libero facere voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(680,5,'Shop',295,'Unde non ratione hic fuga eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(681,34,'Shop',280,'Sapiente velit sint est nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(682,32,'Shop',205,'Ipsum aliquid nisi vitae dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(683,7,'Shop',187,'Veniam impedit non laudantium eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(684,18,'Shop',4,'Non dolores quia vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(685,16,'Shop',232,'Sapiente adipisci quia quo ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(686,25,'Shop',102,'Praesentium cum cumque cum officiis sapiente aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(687,28,'Shop',212,'Quis iste molestias accusantium sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(688,1,'Shop',92,'Beatae aut ipsam eius rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(689,15,'Shop',4,'Esse delectus cupiditate ipsa ratione et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(690,34,'Shop',179,'Unde dolorem odio sit voluptas alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(691,12,'Shop',189,'Excepturi non est itaque doloremque dolor aut ducimus quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(692,9,'Shop',17,'Corporis molestias et id tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(693,26,'Shop',19,'Laboriosam dolorem illum porro est voluptas et ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(694,17,'Shop',195,'Et hic quam qui dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(695,26,'Shop',61,'Neque in rerum beatae nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(696,6,'Shop',24,'Voluptate ex sint accusantium cupiditate vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(697,29,'Shop',111,'Similique quasi inventore nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(698,11,'Shop',268,'Repellat ut laboriosam iure et est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(699,24,'Shop',118,'Amet occaecati quia aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(700,2,'Shop',47,'Aut voluptatum est aut totam autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(701,1,'Shop',40,'Rerum nulla quia eius sed aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(702,30,'Shop',76,'Consequatur delectus accusamus occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(703,4,'Shop',180,'Quos explicabo hic quae in qui non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(704,18,'Shop',94,'Voluptatem cumque et ipsum fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(705,22,'Shop',66,'Iusto deserunt sed reiciendis laboriosam qui ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(706,14,'Shop',72,'In voluptatem laborum earum iusto pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(707,8,'Shop',149,'Reprehenderit tempore libero debitis neque eveniet recusandae quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(708,30,'Shop',240,'Laudantium maiores quaerat doloremque laboriosam laudantium sit est cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(709,33,'Shop',21,'Nihil quisquam odit dolorem rerum sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(710,32,'Shop',205,'Molestiae cupiditate consequuntur numquam ipsum et corrupti sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(711,26,'Shop',246,'Incidunt cupiditate placeat accusantium ipsa libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(712,8,'Shop',81,'Veniam quis et quo quidem qui quis quisquam consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(713,8,'Shop',262,'Et non perferendis voluptate debitis est eos dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(714,30,'Shop',235,'Neque quae quia qui perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(715,20,'Shop',7,'Minima ab omnis aut sit laborum doloribus quidem error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(716,20,'Shop',274,'Perspiciatis aliquid et eum veritatis qui ut dolores ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(717,32,'Shop',277,'Aliquam aperiam esse corporis est maxime molestiae asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(718,18,'Shop',97,'A ipsam ipsam est iste aliquam minus beatae eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(719,17,'Shop',219,'Et dignissimos molestias doloribus dolores vel eum cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(720,12,'Shop',179,'In commodi veniam sed molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(721,3,'Shop',275,'Nulla rem iure dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(722,29,'Shop',132,'Consequuntur est explicabo dolor sunt ut sequi magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(723,2,'Shop',148,'Non sapiente consequatur quaerat aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(724,17,'Shop',283,'Cumque ex voluptas culpa consequuntur magni amet dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(725,22,'Shop',164,'Quia exercitationem animi voluptatem dolor eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(726,30,'Shop',131,'Quo deleniti ut vero omnis optio numquam beatae aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(727,7,'Shop',220,'Aut rerum optio officiis consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(728,26,'Shop',50,'Ea recusandae asperiores qui quidem consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(729,21,'Shop',35,'Voluptatem pariatur porro eum eius sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(730,19,'Shop',65,'Quo porro omnis minima rerum cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(731,5,'Shop',160,'Voluptates provident ut omnis veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(732,13,'Shop',29,'Atque accusamus suscipit est veritatis eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(733,3,'Shop',59,'Soluta est sint corporis iusto nisi delectus officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(734,18,'Shop',45,'Dolores eius ut occaecati corrupti suscipit non blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(735,17,'Shop',47,'Qui soluta aspernatur consequatur quos hic et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(736,29,'Shop',191,'Labore quia quidem et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(737,5,'Shop',70,'Iusto dolor qui ut aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(738,33,'Shop',240,'Necessitatibus eaque qui tempore deserunt aut eligendi omnis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(739,8,'Shop',39,'Ullam qui odio cupiditate blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(740,21,'Shop',126,'Tempore occaecati inventore totam possimus voluptatem iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(741,7,'Shop',41,'Sit id sit beatae hic nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(742,34,'Shop',154,'Modi quaerat et sed illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(743,6,'Shop',137,'Rem eveniet ad quasi sapiente omnis autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(744,5,'Shop',164,'Nostrum aut fugit velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(745,5,'Shop',150,'Nemo ut sapiente reiciendis delectus voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(746,8,'Shop',82,'Ut voluptas et et autem aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(747,26,'Shop',271,'Saepe aperiam nam eaque est voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(748,9,'Shop',68,'Maxime ex voluptas aut ducimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(749,16,'Shop',50,'Quia nulla vel provident et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(750,34,'Shop',274,'Ut labore consequatur occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(751,25,'Shop',11,'Est qui facere vero molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(752,25,'Shop',25,'Molestiae ut nobis nam minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(753,4,'Shop',268,'Optio vero tempora voluptas possimus aut sunt laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(754,1,'Shop',97,'Expedita deserunt beatae quidem voluptatem soluta quo consequatur modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(755,19,'Shop',207,'Veniam veniam aliquid aperiam incidunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(756,25,'Shop',106,'Consequuntur mollitia earum illo est sit nobis quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(757,12,'Shop',248,'Quisquam sed aut nihil ex reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(758,21,'Shop',101,'Beatae mollitia fugit inventore asperiores pariatur ut et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(759,34,'Shop',252,'Impedit et assumenda eum sit id excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(760,23,'Shop',220,'Reprehenderit sunt veritatis eos non eos vero id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(761,23,'Shop',61,'Hic dicta et voluptatem ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(762,6,'Shop',109,'At quia dignissimos perspiciatis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(763,25,'Shop',294,'Maxime voluptatem cum veritatis dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(764,20,'Shop',100,'Laborum omnis dolores perferendis nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(765,12,'Shop',65,'Tenetur magni rem deserunt nam vel fugit alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(766,17,'Shop',2,'Accusamus nihil sequi deleniti iusto nihil dignissimos iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(767,32,'Shop',131,'Reprehenderit libero voluptate iure rem deleniti tenetur autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(768,7,'Shop',35,'Eum voluptatem ea ea quae facilis itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(769,27,'Shop',189,'At quo animi dolores vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(770,1,'Shop',151,'Est et esse et nemo modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(771,29,'Shop',293,'Hic cupiditate aut et dolores et sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(772,19,'Shop',153,'Reprehenderit magni in eveniet nulla nisi vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(773,20,'Shop',71,'Vitae quod accusamus nesciunt voluptate maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(774,33,'Shop',179,'Ipsam culpa et blanditiis ea et quasi corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(775,12,'Shop',278,'Aspernatur tenetur adipisci quos labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(776,33,'Shop',154,'Aut animi perspiciatis debitis sed deserunt nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(777,26,'Shop',210,'Voluptatem velit alias dolor provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(778,23,'Shop',170,'Et laborum laudantium debitis sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(779,31,'Shop',170,'Eaque accusamus sed est maiores quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(780,21,'Shop',70,'Voluptate officiis quo odit autem temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(781,17,'Shop',6,'Modi qui sint nihil eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(782,20,'Shop',177,'Tenetur in ut tempora sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(783,2,'Shop',231,'Quis ut incidunt tenetur laboriosam explicabo aut nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(784,5,'Shop',287,'Laborum perspiciatis culpa voluptas et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(785,28,'Shop',178,'Inventore deleniti minus fugit unde maxime voluptatem quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(786,18,'Shop',39,'Nemo similique sunt soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(787,4,'Shop',277,'Sint pariatur cupiditate id doloribus repudiandae voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(788,29,'Shop',136,'Hic voluptatem enim labore consequatur et necessitatibus cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(789,21,'Shop',78,'Ullam iusto quisquam ut maiores error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(790,9,'Shop',103,'Sed ea et est reiciendis voluptas esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(791,27,'Shop',29,'Excepturi illo corrupti occaecati voluptatum omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(792,24,'Shop',228,'Adipisci doloremque dicta et modi incidunt cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(793,31,'Shop',255,'Aliquid ea temporibus maiores corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(794,19,'Shop',145,'Enim voluptatibus eaque voluptatibus rem et ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(795,20,'Shop',25,'Dolorum a a minima cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(796,5,'Shop',107,'Illum blanditiis quas harum repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(797,14,'Shop',251,'Minus quam officiis ab illum inventore laborum at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(798,11,'Shop',227,'Ratione autem aliquid voluptas amet laboriosam velit non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(799,12,'Shop',66,'Qui suscipit libero alias illo est illum quidem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(800,1,'Shop',222,'Dolore aut architecto voluptatum est itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(801,20,'Shop',131,'Vel ut ullam incidunt ea et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(802,16,'Shop',72,'Officiis cum aut quis fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(803,9,'Shop',10,'Ullam beatae nulla architecto cumque est molestiae dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(804,25,'Shop',17,'Fugiat eum odit laborum tempora rem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(805,15,'Shop',88,'Doloremque id eius tenetur similique quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(806,33,'Shop',132,'Assumenda consequatur rerum ipsum rerum dolor quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(807,22,'Shop',158,'Temporibus nihil natus voluptas suscipit magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(808,18,'Shop',86,'Quisquam illum dignissimos nulla in omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(809,8,'Shop',61,'Aut voluptas similique laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(810,23,'Shop',192,'Ut velit mollitia natus maxime explicabo quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(811,17,'Shop',250,'Et aut autem tenetur quo vitae porro dolores voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(812,12,'Shop',37,'Officiis exercitationem fugit ut deserunt hic iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(813,16,'Shop',137,'Et nam explicabo ratione nobis suscipit consequatur perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(814,2,'Shop',234,'Dignissimos blanditiis optio consequatur accusantium aut culpa illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(815,18,'Shop',53,'Saepe modi aut in rem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(816,15,'Shop',259,'Tempora labore facere beatae recusandae quia eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(817,27,'Shop',46,'Sit impedit esse alias aliquid sit impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(818,16,'Shop',286,'Ad voluptatibus voluptates minus autem iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(819,25,'Shop',21,'Ipsum et consequatur sint ipsam sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(820,1,'Shop',15,'Neque id aut nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(821,21,'Shop',290,'Beatae dolor sapiente rem qui esse et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(822,6,'Shop',239,'Et suscipit nostrum qui doloremque laboriosam laboriosam optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(823,19,'Shop',162,'Aut et numquam nam id dolores veniam in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(824,27,'Shop',174,'Consequatur possimus iste voluptatem iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(825,1,'Shop',266,'Nihil dolore labore odit praesentium sunt suscipit omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(826,32,'Shop',173,'Magnam dolorem et officia quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(827,14,'Shop',264,'Earum eum eos nisi aut assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(828,1,'Shop',53,'Qui molestiae tenetur reiciendis dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(829,29,'Shop',31,'Quod odit nihil eos qui qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(830,10,'Shop',171,'Minima distinctio sequi dolor magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(831,1,'Shop',252,'Error fugiat et aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(832,31,'Shop',194,'Hic laborum non id quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(833,26,'Shop',280,'Animi id minus quidem sunt voluptates nihil rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(834,31,'Shop',142,'Est ut nisi molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(835,23,'Shop',64,'Minus qui corrupti voluptatem et consequatur voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(836,23,'Shop',81,'Cupiditate id magnam quos at enim corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(837,18,'Shop',114,'Quia et maxime aspernatur ipsum ipsum labore tempore quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(838,11,'Shop',42,'Sit accusantium earum odit ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(839,16,'Shop',158,'Laboriosam qui enim consectetur et esse occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(840,32,'Shop',167,'Nemo et itaque enim alias culpa blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(841,6,'Shop',197,'Dolor quas ipsum culpa accusantium ab perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(842,30,'Shop',152,'Soluta similique illo doloremque voluptatem ducimus itaque deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(843,21,'Shop',222,'Quo dolores labore beatae molestiae tenetur ut perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(844,30,'Shop',108,'Consequuntur ut mollitia vel accusantium ea et ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(845,13,'Shop',110,'Non a aperiam accusamus id porro.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(846,7,'Shop',22,'Quis eaque rerum quisquam est necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(847,4,'Shop',217,'Quasi facere quibusdam est in aut ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(848,17,'Shop',164,'Repellat est sed quis occaecati dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(849,24,'Shop',256,'Laborum assumenda possimus sed qui velit consequuntur nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(850,3,'Shop',276,'Doloremque ab consequatur labore a ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(851,21,'Shop',272,'Placeat odio nostrum possimus consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(852,2,'Shop',18,'Eius tempora ipsum quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(853,28,'Shop',151,'Doloribus minus cupiditate quidem nesciunt sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(854,26,'Shop',212,'Voluptatem non ut asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(855,8,'Shop',136,'Aut voluptas in ut sed porro facere sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(856,9,'Shop',240,'Possimus ut quia dolor neque iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(857,28,'Shop',124,'Architecto delectus consequatur et magni vel dignissimos rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(858,28,'Shop',195,'Pariatur assumenda error id dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(859,17,'Shop',279,'Repellendus qui aperiam magnam voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(860,31,'Shop',45,'Ullam ipsa est eveniet enim quibusdam reiciendis quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(861,8,'Shop',55,'Quod mollitia ipsum enim et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(862,3,'Shop',209,'Numquam ducimus praesentium at quia voluptatibus officiis voluptates cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(863,23,'Shop',23,'Dolorem reprehenderit debitis aliquid non eos dolores est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(864,9,'Shop',144,'Reiciendis modi beatae eum exercitationem ut minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(865,10,'Shop',287,'Et sapiente pariatur rerum et accusamus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(866,33,'Shop',1,'In et excepturi labore illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(867,12,'Shop',184,'Ea sapiente iste nihil ab in natus voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(868,25,'Shop',183,'Dolor consequatur velit sit at dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(869,30,'Shop',255,'Non ut et quia delectus dignissimos velit nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(870,31,'Shop',225,'Aut eveniet dolorum iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(871,30,'Shop',183,'Voluptates deleniti quidem voluptatem quia amet ut nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(872,17,'Shop',95,'Reiciendis asperiores aut inventore quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(873,15,'Shop',86,'Officia sint soluta est accusamus est labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(874,12,'Shop',254,'Et saepe molestiae eaque maxime aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(875,15,'Shop',191,'Cumque iste beatae aut dolorum consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(876,3,'Shop',19,'Et quas eos in ducimus ut illum numquam tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(877,31,'Shop',168,'Dolorem dolores culpa repellat aut architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(878,28,'Shop',45,'Neque consequuntur voluptatem facilis ut corporis dolore veritatis iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(879,25,'Shop',93,'In ut inventore est qui eos aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(880,23,'Shop',152,'Veritatis quam vel est aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(881,14,'Shop',46,'Dignissimos non assumenda quasi temporibus numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(882,26,'Shop',183,'Nam unde est ut dolores dolor inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(883,26,'Shop',293,'Dolor molestiae ducimus modi aut mollitia dolorem aperiam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(884,21,'Shop',48,'Ipsum est fuga tempore architecto enim aperiam quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(885,12,'Shop',97,'Repellendus voluptatem et doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(886,31,'Shop',152,'Odio eaque sed placeat aspernatur quas eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(887,8,'Shop',66,'Quo natus ut harum dolorum non non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(888,24,'Shop',255,'Aut ut quia velit facilis amet et deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(889,18,'Shop',6,'Cumque vero nesciunt omnis totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(890,15,'Shop',131,'Provident est fuga in sunt id qui non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(891,16,'Shop',99,'Incidunt eum est quisquam alias repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(892,20,'Shop',296,'Et aliquid cumque cum eius consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(893,29,'Shop',161,'Modi dicta consequatur totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(894,32,'Shop',111,'Quo atque ad fugit vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(895,28,'Shop',230,'Qui tenetur corporis consequuntur est sed voluptate totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(896,25,'Shop',134,'Quaerat consequatur nulla porro earum autem iusto est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(897,20,'Shop',185,'Expedita recusandae corrupti et consequuntur temporibus quos amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(898,17,'Shop',214,'Et autem eum perspiciatis voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(899,6,'Shop',289,'Animi deserunt laudantium ab beatae debitis eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(900,27,'Shop',145,'Qui fugit quia nobis architecto quos vel voluptas voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(901,27,'Shop',235,'Dolore a nihil quidem similique ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(902,6,'Shop',158,'Voluptatem mollitia ut sed id saepe hic voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(903,13,'Shop',97,'Ea nostrum blanditiis et doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(904,31,'Shop',158,'Et tempore minima nulla fugit velit hic rem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(905,34,'Shop',74,'Atque ipsam porro possimus consequatur vel culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(906,4,'Shop',148,'Laborum consequuntur qui quod sunt expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(907,32,'Shop',225,'Et minima tenetur quis quibusdam quasi eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(908,25,'Shop',42,'Dolor dolores rerum reprehenderit ut voluptas aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(909,6,'Shop',117,'Impedit quaerat reprehenderit officiis iure in voluptas quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(910,2,'Shop',81,'Quaerat esse autem voluptas molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(911,2,'Shop',21,'Debitis maxime eos culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(912,26,'Shop',224,'Cupiditate impedit eos itaque saepe qui ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(913,3,'Shop',292,'In eum voluptates beatae sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(914,6,'Shop',166,'Molestiae qui voluptates rerum est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(915,12,'Shop',209,'Velit velit itaque eligendi totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(916,30,'Shop',168,'Error et consequuntur sed molestiae rem ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(917,32,'Shop',134,'Laudantium vel eius saepe perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(918,29,'Shop',219,'Quae doloremque necessitatibus quo et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(919,2,'Shop',84,'Quam recusandae magni et odio reprehenderit laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(920,10,'Shop',242,'Cum corporis rerum quisquam consequuntur doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(921,34,'Shop',39,'Temporibus cumque et error porro minima reiciendis saepe nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(922,3,'Shop',36,'Est in rem illum illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(923,13,'Shop',297,'Ad exercitationem dolor doloribus dignissimos corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(924,25,'Shop',79,'Deserunt dolorum doloribus laboriosam quasi sapiente et est necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(925,1,'Shop',172,'Quas rerum consequuntur nisi illum minus beatae ut totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(926,11,'Shop',207,'Qui nemo inventore voluptas et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(927,8,'Shop',297,'Dolor repellat non qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(928,25,'Shop',184,'Cupiditate consequatur fuga voluptas mollitia quia debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(929,19,'Shop',262,'Autem libero harum sed sed ducimus dicta sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(930,15,'Shop',147,'Eius veritatis ut quasi autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(931,23,'Shop',17,'Magni et ipsam ut non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(932,27,'Shop',40,'Et at amet aut quia soluta et necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(933,19,'Shop',128,'Ut labore praesentium beatae est beatae ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(934,32,'Shop',13,'Praesentium ipsa pariatur aut amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(935,32,'Shop',14,'Esse adipisci amet deserunt minus blanditiis impedit voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(936,25,'Shop',234,'Dolores blanditiis enim numquam explicabo error vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(937,25,'Shop',212,'Veritatis ea accusamus possimus enim quod totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(938,24,'Shop',2,'Nostrum sit voluptatum accusamus voluptas voluptatem vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(939,29,'Shop',108,'Deserunt rem ducimus sed explicabo laudantium et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(940,3,'Shop',115,'Autem eveniet sed omnis ut esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(941,12,'Shop',76,'Odit voluptates nulla dignissimos ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(942,22,'Shop',112,'Praesentium sit sunt nisi unde labore molestias nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(943,5,'Shop',19,'Eligendi voluptatum repudiandae dolorum est est in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(944,23,'Shop',298,'Et ea qui sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(945,2,'Shop',285,'Itaque vero consectetur eveniet sunt quo et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(946,21,'Shop',207,'Sint vel repellendus omnis deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(947,20,'Shop',265,'Maxime suscipit placeat quae doloremque aliquam laboriosam molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(948,31,'Shop',167,'Corporis sed vero iste officia provident velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(949,4,'Shop',225,'Expedita ut autem non illo veniam qui vel laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(950,9,'Shop',279,'Laudantium ad quis inventore cum saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(951,19,'Shop',214,'Sit ad vel qui rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(952,9,'Shop',264,'Excepturi non architecto sequi unde labore voluptatum et est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(953,14,'Shop',49,'Iure et voluptatem labore natus non aut ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(954,4,'Shop',3,'Vero rerum aut animi repudiandae nulla nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(955,14,'Shop',195,'Laboriosam autem itaque reprehenderit fugit excepturi ut accusantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(956,21,'Shop',298,'Veniam deserunt praesentium cum quod laborum sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(957,13,'Shop',85,'Est sit quos aut labore omnis aut dolor amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(958,14,'Shop',242,'Cumque voluptas aut facilis consequuntur necessitatibus voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(959,4,'Shop',119,'Quia cum hic voluptate voluptatem corrupti illo sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(960,1,'Shop',46,'Sit est doloribus veniam vel quam voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(961,14,'Shop',201,'Veritatis expedita vero perspiciatis harum ea beatae sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(962,28,'Shop',72,'Aut porro necessitatibus fugiat neque aut recusandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(963,20,'Shop',278,'Repudiandae qui cupiditate corporis et ut consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(964,7,'Shop',283,'Et rerum cum dolorem sed nesciunt ducimus ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(965,18,'Shop',163,'Et autem sed dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(966,17,'Shop',64,'A magnam cum blanditiis eaque temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(967,13,'Shop',71,'Eos soluta illum quaerat perferendis sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(968,10,'Shop',150,'Vitae cumque eos voluptas debitis vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(969,24,'Shop',43,'Dolorem natus enim tempore a deserunt facere.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(970,32,'Shop',166,'Necessitatibus minus eaque labore ipsam ea et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(971,33,'Shop',211,'Et fugit qui recusandae sit voluptatem nam aut atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(972,27,'Shop',15,'Tenetur eum exercitationem asperiores necessitatibus quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(973,19,'Shop',213,'Sit itaque laudantium eveniet non et ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(974,1,'Shop',158,'Rem ab facilis ea illo illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(975,31,'Shop',300,'Delectus esse voluptatem expedita modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(976,20,'Shop',40,'Numquam eveniet non rerum ipsam pariatur et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(977,10,'Shop',163,'Ab nostrum delectus dolore quis nam blanditiis inventore impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(978,31,'Shop',234,'Deserunt placeat ducimus nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(979,13,'Shop',84,'Id fuga eos doloremque veniam minima dolores magni ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(980,27,'Shop',164,'Facere ut veniam voluptas eos sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(981,1,'Shop',30,'Et quibusdam quia voluptas ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(982,15,'Shop',76,'Placeat minus reiciendis expedita aut quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(983,1,'Shop',220,'Dolor ut at eius cum nulla saepe placeat et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(984,18,'Shop',200,'Vero perspiciatis dolores incidunt sed aut dolore molestiae qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(985,33,'Shop',288,'Tempora et dolorem et iure nisi consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(986,12,'Shop',291,'Alias dolorum eum vel ut doloremque ut temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(987,1,'Shop',168,'Optio repellat ut voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(988,12,'Shop',114,'Porro aut ut porro ut iste sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(989,32,'Shop',276,'Et voluptas in saepe iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(990,17,'Shop',97,'Molestias similique ab quia suscipit pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(991,34,'Shop',138,'Quibusdam consequatur saepe necessitatibus qui nihil perferendis itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(992,8,'Shop',174,'Molestias vitae vel quasi officiis quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(993,27,'Shop',57,'Ab praesentium exercitationem ipsam consequatur fugit dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(994,4,'Shop',113,'Nisi harum aspernatur id ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(995,26,'Shop',240,'Consequatur et ipsa earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(996,30,'Shop',149,'Culpa ut possimus sunt aut quas aut quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(997,29,'Shop',170,'Labore id facere numquam aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(998,30,'Shop',143,'Dolore ratione ex velit odio aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(999,4,'Shop',105,'Qui velit sed corporis velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1000,17,'Shop',100,'Fugit dolorem id iste accusantium reiciendis illo magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1001,26,'Shop',78,'Nihil cupiditate recusandae sunt temporibus ipsam veniam qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1002,24,'Shop',31,'Fuga et ut dolores laborum est aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1003,33,'Shop',95,'Sed non repudiandae nesciunt dolores magni neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1004,5,'Shop',182,'Quis impedit minus ipsam eos eveniet inventore nulla ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1005,25,'Shop',112,'Earum repellendus et eligendi rerum fugit eum odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1006,4,'Shop',223,'Rerum saepe doloremque tempora sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1007,3,'Shop',69,'Culpa sint ad cum iusto autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1008,7,'Shop',185,'Porro assumenda error deserunt quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1009,3,'Shop',124,'Sed explicabo maxime qui fuga neque consectetur quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1010,9,'Shop',59,'Qui vel doloribus sed vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1011,29,'Shop',38,'Aliquid consequatur cupiditate iste perferendis aspernatur alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1012,31,'Shop',191,'Error ipsa laborum blanditiis ipsam quasi officiis ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1013,7,'Shop',271,'Provident eos id veniam ullam reprehenderit eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1014,33,'Shop',101,'Incidunt eligendi veritatis autem delectus ex id dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1015,25,'Shop',279,'Omnis odit distinctio necessitatibus exercitationem tenetur aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1016,6,'Shop',70,'Harum dolores aut iste amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1017,17,'Shop',153,'Voluptates qui aut ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1018,7,'Shop',172,'Asperiores qui autem id officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1019,4,'Shop',131,'Doloremque repellat unde incidunt eveniet vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1020,33,'Shop',11,'Et tenetur eos beatae ipsa harum eum animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1021,7,'Shop',16,'Odio ut esse neque est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1022,24,'Shop',88,'Totam et beatae in qui expedita molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1023,10,'Shop',39,'Quae facilis laudantium expedita dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1024,31,'Shop',138,'Aperiam dolorem deserunt ut nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1025,4,'Shop',70,'Nihil molestiae deleniti accusamus ut eum vel rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1026,18,'Shop',262,'Qui blanditiis et et illum quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1027,31,'Shop',66,'Et optio quod hic voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1028,29,'Shop',240,'Cumque sapiente cupiditate est voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1029,22,'Shop',217,'Vel sunt excepturi labore fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1030,25,'Shop',57,'Eum incidunt dicta exercitationem eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1031,10,'Shop',11,'Totam distinctio nemo iusto quia similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1032,16,'Shop',242,'Pariatur quibusdam quibusdam nam voluptas illum numquam adipisci dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1033,21,'Shop',128,'Recusandae sunt non quae in suscipit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1034,25,'Shop',46,'Et qui quo occaecati voluptatem perspiciatis occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1035,34,'Shop',268,'Ab praesentium nihil fugiat doloribus provident dolorum excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1036,1,'Shop',31,'Quis consequatur dolores voluptatem maxime qui ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1037,16,'Shop',250,'Ut et et eveniet reiciendis maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1038,5,'Shop',61,'Repudiandae quae dignissimos et tempore rerum quia corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1039,24,'Shop',273,'Dolores in aspernatur aut omnis odit et dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1040,14,'Shop',240,'Dicta quam et corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1041,2,'Shop',287,'Magni totam facere aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1042,20,'Shop',252,'Quasi officiis provident quos laudantium repellendus velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1043,21,'Shop',169,'Ratione explicabo beatae quis enim iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1044,17,'Shop',229,'Debitis reprehenderit esse dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1045,16,'Shop',87,'Voluptate ut et nobis voluptas quibusdam dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1046,19,'Shop',39,'Aut accusamus iure sunt non quia omnis non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1047,24,'Shop',259,'Voluptas provident occaecati laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1048,34,'Shop',297,'Dolorem molestiae eveniet recusandae neque velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1049,30,'Shop',180,'Corrupti iste est aspernatur aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1050,25,'Shop',66,'Quidem facilis debitis voluptatem expedita quis quod veritatis in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1051,10,'Shop',20,'Quaerat ratione pariatur nisi fugiat suscipit aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1052,11,'Shop',221,'Ex eaque consequatur architecto praesentium exercitationem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1053,9,'Shop',90,'Cumque quo et voluptatem ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1054,18,'Shop',13,'Iure dolorem molestiae possimus odit quo facere.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1055,26,'Shop',143,'Non est dolore aut qui in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1056,33,'Shop',61,'Corporis dolores aspernatur debitis voluptatum voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1057,10,'Shop',265,'Inventore ut repudiandae ut esse ea magni qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1058,24,'Shop',94,'Amet quibusdam in laborum laborum quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1059,6,'Shop',39,'Et cum et vero in magni error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1060,3,'Shop',193,'Veritatis culpa quia recusandae voluptas doloribus sed aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1061,23,'Shop',263,'Nulla omnis ad repellat eius at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1062,21,'Shop',193,'Dolores eaque quisquam atque aliquid voluptatibus quo qui omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1063,18,'Shop',260,'Sit voluptatem quis aliquid ex officia eos molestias laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1064,23,'Shop',290,'Rerum inventore ducimus corrupti omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1065,17,'Shop',275,'Rerum eum temporibus sit cupiditate dignissimos a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1066,10,'Shop',264,'Aliquid ratione molestiae autem quibusdam sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1067,33,'Shop',8,'Dignissimos sapiente laboriosam quas assumenda necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1068,10,'Shop',76,'Et incidunt doloribus consequatur qui vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1069,23,'Shop',253,'Quaerat vel qui eos distinctio laborum fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1070,15,'Shop',193,'Explicabo ad molestias delectus dolorem distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1071,8,'Shop',140,'Corrupti corporis dolorum provident qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1072,29,'Shop',245,'Delectus aut voluptatem praesentium aliquid et nesciunt aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1073,6,'Shop',249,'Sint amet eos laboriosam dolore aut eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1074,3,'Shop',223,'Id alias temporibus corrupti accusamus repudiandae ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1075,25,'Shop',185,'At nihil enim adipisci occaecati et quam aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1076,3,'Shop',213,'Aliquam expedita inventore consequatur natus voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1077,25,'Shop',204,'Illo veritatis omnis porro nesciunt enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1078,8,'Shop',59,'Dolore illo rerum ab ut voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1079,2,'Shop',7,'Magni corporis aut dolores qui rerum dolores temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1080,34,'Shop',297,'Culpa officiis distinctio nulla sunt et illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1081,11,'Shop',83,'Temporibus dicta est ipsum mollitia et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1082,25,'Shop',49,'Commodi aut quo incidunt est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1083,7,'Shop',9,'Ipsam ad ex maxime laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1084,34,'Shop',85,'Dolor fugiat repellendus aspernatur harum inventore quod dolorem aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1085,34,'Shop',165,'Culpa doloribus mollitia accusantium explicabo quia consequatur sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1086,22,'Shop',86,'Culpa fuga nemo impedit dolores dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1087,6,'Shop',289,'Iure corrupti architecto fuga veniam et tempora nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1088,34,'Shop',164,'Est voluptatibus dicta voluptas qui reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1089,13,'Shop',12,'Tenetur molestiae qui harum suscipit deleniti explicabo adipisci.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1090,33,'Shop',251,'Iure ut omnis et ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1091,22,'Shop',225,'Et numquam provident ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1092,32,'Shop',271,'Enim quam adipisci a ad numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1093,17,'Shop',207,'A et ab rerum a quod ut nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1094,20,'Shop',85,'Eveniet omnis dolorem maxime libero numquam sit quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1095,15,'Shop',99,'Quidem velit rerum voluptates hic expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1096,5,'Shop',170,'Delectus ut facilis ut et voluptatem adipisci autem qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1097,4,'Shop',157,'Officia eligendi est accusamus sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1098,9,'Shop',200,'Ut eaque sit sint maiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1099,4,'Shop',56,'Aut aspernatur nulla veritatis velit quo non aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1100,22,'Shop',35,'Debitis vero maxime ipsa et mollitia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1101,15,'Shop',19,'In et architecto earum dicta fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1102,5,'Shop',52,'Praesentium ullam sed cum qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1103,3,'Shop',246,'Aut est animi in est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1104,30,'Shop',232,'Maiores architecto officia officia velit sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1105,23,'Shop',182,'Quibusdam aut id et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1106,9,'Shop',122,'Porro et sunt rerum enim sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1107,4,'Shop',90,'Beatae id tempore ut pariatur consequatur et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1108,20,'Shop',46,'Occaecati recusandae quam nesciunt quam non velit praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1109,7,'Shop',118,'Doloremque nisi quia recusandae voluptate voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1110,17,'Shop',141,'Dolor dolores labore iusto eius libero quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1111,21,'Shop',166,'Adipisci temporibus aspernatur veniam atque quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1112,12,'Shop',100,'Nemo sequi qui modi aliquam dolore eius voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1113,1,'Shop',139,'Cupiditate provident aut asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1114,16,'Shop',16,'Ut ex commodi eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1115,23,'Shop',259,'Corporis dolorem hic odit veniam at illum blanditiis excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1116,22,'Shop',250,'Voluptatem commodi aut nam quo nihil maiores hic esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1117,15,'Shop',60,'Dolore et ut quibusdam corporis est velit et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1118,15,'Shop',17,'Voluptates inventore neque quo qui maxime nihil totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1119,15,'Shop',186,'Nihil illum quia voluptas cum inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1120,31,'Shop',88,'Corporis numquam dolorum natus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1121,27,'Shop',128,'Mollitia omnis delectus quas ab odio alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1122,29,'Shop',123,'Hic quibusdam nisi nihil iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1123,33,'Shop',47,'Modi quibusdam dolorem rem unde.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1124,4,'Shop',193,'Iste facilis accusamus magnam laboriosam in consequuntur delectus nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1125,23,'Shop',284,'Officia sint voluptas at beatae exercitationem sit quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1126,7,'Shop',193,'Dolores voluptatum aut ea necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1127,3,'Shop',136,'Explicabo explicabo quasi est voluptatum illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1128,22,'Shop',209,'Quo assumenda quos omnis doloremque reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1129,9,'Shop',176,'Harum et et quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1130,26,'Shop',59,'Est sit sit sunt nostrum magnam at voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1131,31,'Shop',30,'Voluptas optio ut nesciunt molestiae neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1132,15,'Shop',42,'Nisi et expedita corrupti velit rem sint sequi magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1133,30,'Shop',48,'Ullam ut et aut cupiditate fuga omnis ea eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1134,13,'Shop',246,'Sunt enim est hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1135,17,'Shop',145,'Sit incidunt omnis officia facere voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1136,32,'Shop',194,'Deserunt omnis omnis quo architecto rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1137,7,'Shop',258,'Unde eligendi eum sunt voluptas eveniet qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1138,20,'Shop',241,'Nisi ut illum id facere accusamus perspiciatis suscipit deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1139,5,'Shop',165,'Cum odio qui tempora fugiat minima nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1140,18,'Shop',237,'Voluptatibus mollitia voluptatem optio rerum dolorem ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1141,16,'Shop',98,'Est ipsum minima blanditiis nihil vero natus quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1142,19,'Shop',143,'Ut ut cumque saepe provident est molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1143,15,'Shop',176,'Vero fugiat voluptatem ut ut dolorum amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1144,8,'Shop',270,'Ipsum dignissimos officiis alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1145,8,'Shop',110,'Consectetur et aut nulla iusto numquam laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1146,21,'Shop',268,'Eius id quos modi maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1147,1,'Shop',277,'Consectetur maxime minus voluptas aut temporibus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1148,3,'Shop',170,'Accusamus delectus recusandae beatae iste repellat animi quis aperiam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1149,8,'Shop',294,'Rerum reprehenderit minima rerum nam vel libero officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1150,33,'Shop',15,'Delectus omnis doloremque ea quam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1151,12,'Shop',22,'Exercitationem impedit eos qui molestias eum molestiae quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1152,23,'Shop',214,'Sed est et id consequuntur veniam facere molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1153,26,'Shop',184,'Officia voluptas reiciendis et similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1154,16,'Shop',104,'Aliquam sunt possimus qui eligendi pariatur laudantium iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1155,27,'Shop',105,'Tenetur nihil ipsam qui deleniti veniam ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1156,6,'Shop',90,'Voluptatem voluptatem vitae natus qui explicabo tenetur sed qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1157,15,'Shop',68,'Ipsam sed dolor tempore expedita qui odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1158,25,'Shop',61,'Voluptates eum et cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1159,28,'Shop',173,'Veniam assumenda voluptatibus rerum ea id pariatur itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1160,13,'Shop',70,'Numquam itaque ad aut recusandae minus vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1161,28,'Shop',257,'Molestias nisi quo impedit illum recusandae hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1162,19,'Shop',167,'Inventore sit incidunt qui qui praesentium consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1163,14,'Shop',253,'Perspiciatis ipsa magni et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1164,23,'Shop',85,'Optio facilis quas ut tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1165,29,'Shop',36,'Sed voluptatum aspernatur ea libero qui qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1166,13,'Shop',285,'Omnis et quaerat exercitationem neque cumque maxime natus ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1167,6,'Shop',279,'Laboriosam id reprehenderit voluptatem voluptate vel omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1168,4,'Shop',23,'Dolor molestiae id dolorem non ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1169,21,'Shop',105,'Quaerat id veritatis fuga rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1170,25,'Shop',34,'Facere unde quasi repellendus ducimus repudiandae et qui ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1171,33,'Shop',54,'Est possimus hic et et error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1172,32,'Shop',253,'Est velit voluptatibus facere non esse sed amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1173,16,'Shop',174,'Aperiam neque ea molestiae officia reiciendis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1174,26,'Shop',96,'Voluptate sit aut accusamus vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1175,10,'Shop',182,'Quibusdam cum qui ratione distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1176,17,'Shop',108,'Sit facere magni animi veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1177,15,'Shop',33,'Maxime impedit amet ea nulla temporibus aut aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1178,34,'Shop',50,'Eos incidunt expedita odio eveniet sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1179,25,'Shop',59,'Unde praesentium omnis officia est qui cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1180,32,'Shop',294,'Quas debitis et quos sint magnam esse tenetur ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1181,26,'Shop',247,'Dolorum quos delectus aut voluptas et voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1182,9,'Shop',119,'Autem voluptatem voluptas magnam eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1183,10,'Shop',71,'Quia natus dolore quasi voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1184,20,'Shop',151,'Ex officiis labore reprehenderit libero dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1185,9,'Shop',75,'Debitis accusamus vero aut totam voluptatem omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1186,5,'Shop',130,'Quo sint vel asperiores nihil id autem id ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1187,32,'Shop',156,'Error sint nostrum voluptas cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1188,33,'Shop',93,'Nemo blanditiis sunt numquam quibusdam minus dicta saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1189,18,'Shop',266,'Dolores ex quia rerum quidem aut quidem placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1190,12,'Shop',23,'Aut molestiae facere et vel quas quo ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1191,32,'Shop',213,'Est a corporis quidem iusto amet temporibus dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1192,15,'Shop',185,'Omnis dignissimos accusamus ut dolorum sed dolor illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1193,17,'Shop',128,'Voluptatem et saepe voluptas ut perferendis ea natus qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1194,1,'Shop',164,'Magnam quia dolor cupiditate hic vel sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1195,30,'Shop',152,'Eligendi id ut dolorem aut enim libero repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1196,6,'Shop',157,'Voluptatem ex vitae et molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1197,20,'Shop',256,'Hic quas vel ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1198,33,'Shop',108,'Quae rem non aut provident est odit voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1199,12,'Shop',195,'Assumenda voluptas qui voluptas voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1200,31,'Shop',232,'Quo totam praesentium fuga est ullam modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1201,29,'Shop',18,'Quasi modi doloribus est maiores ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1202,13,'Shop',204,'Quo dolorum vel repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1203,6,'Shop',120,'Corrupti omnis dolor soluta voluptatem quisquam itaque voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1204,17,'Shop',176,'Error ducimus alias tempore et architecto repudiandae facere velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1205,29,'Shop',235,'Quia ipsa consequatur porro aut non aperiam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1206,32,'Shop',213,'Dicta quod porro repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1207,8,'Shop',19,'Quis aspernatur vitae repellendus magnam sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1208,17,'Shop',280,'Error ut aliquam et placeat est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1209,33,'Shop',128,'Totam fugit est omnis dignissimos laudantium ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1210,33,'Shop',12,'Architecto occaecati aut numquam reprehenderit quia iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1211,26,'Shop',264,'Ipsa dolor esse officia beatae consequatur cum cum eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1212,30,'Shop',298,'Id dolorem veniam neque iste minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1213,6,'Shop',120,'Neque nisi maxime consequatur ut consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1214,32,'Shop',64,'Aliquid voluptas molestiae maiores maiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1215,32,'Shop',292,'Quo tenetur dolor nisi error debitis eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1216,27,'Shop',15,'Ducimus sunt impedit eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1217,8,'Shop',290,'Possimus sequi quisquam magnam animi vitae sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1218,9,'Shop',79,'Quam maxime beatae necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1219,9,'Shop',265,'Nisi quas repellat temporibus consequuntur itaque sit praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1220,22,'Shop',112,'Dolore molestias repudiandae quae illo aperiam occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1221,3,'Shop',199,'Consequuntur repellat autem quis corporis perferendis in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1222,6,'Shop',163,'Quae expedita veritatis sint enim numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1223,8,'Shop',230,'Quas et minus vitae molestiae vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1224,24,'Shop',98,'Quibusdam sint repellat incidunt vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1225,33,'Shop',121,'Omnis nemo qui aut quia quas vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1226,31,'Shop',223,'Sunt ut nulla quasi tempora qui sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1227,13,'Shop',97,'Sint ab expedita quasi nemo voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1228,9,'Shop',157,'Ducimus eos quo architecto quo qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1229,17,'Shop',270,'Ut et minus qui laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1230,29,'Shop',107,'Ea tempora delectus in perspiciatis exercitationem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1231,19,'Shop',27,'Et est eligendi odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1232,10,'Shop',122,'Ex illo necessitatibus rerum ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1233,18,'Shop',183,'Voluptatem harum vel iusto eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1234,16,'Shop',19,'Dignissimos odio unde quo accusamus nihil in totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1235,34,'Shop',166,'Expedita est nihil et saepe mollitia est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1236,26,'Shop',169,'Enim similique quibusdam maxime sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1237,11,'Shop',234,'Ipsam iusto aut veritatis doloribus est hic molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1238,22,'Shop',61,'Officiis voluptas accusantium cum molestias modi nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1239,13,'Shop',269,'Mollitia enim eos maiores dignissimos maiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1240,12,'Shop',135,'Esse quasi tenetur molestiae alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1241,27,'Shop',8,'Dolores corporis omnis nihil iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1242,34,'Shop',246,'Quia et autem delectus numquam dolores aperiam deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1243,29,'Shop',291,'Natus reiciendis sapiente quis rerum ut rerum placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1244,25,'Shop',219,'Omnis autem minima ut omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1245,4,'Shop',136,'Sit qui ipsa et ab quae et magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1246,15,'Shop',53,'Sunt occaecati rerum enim qui commodi ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1247,24,'Shop',64,'Non iure molestiae nostrum labore voluptatem reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1248,26,'Shop',286,'Distinctio earum aut necessitatibus qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1249,34,'Shop',114,'Quia eos non eaque qui alias deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1250,7,'Shop',106,'Impedit aut nesciunt doloremque sed in nostrum accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1251,20,'Shop',164,'Aut odio officia possimus quas rerum tenetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1252,34,'Shop',280,'Possimus ea perferendis repellat ducimus vitae beatae iusto commodi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1253,6,'Shop',284,'Minus sint accusantium quisquam quo voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1254,12,'Shop',180,'Ea at expedita cum nihil sed quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1255,4,'Shop',155,'Repudiandae vitae soluta eum recusandae ex est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1256,21,'Shop',8,'Mollitia facere magni et est nesciunt et consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1257,26,'Shop',72,'Architecto saepe saepe omnis explicabo aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1258,13,'Shop',190,'Optio amet provident omnis repellat magni suscipit inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1259,32,'Shop',164,'Sint ab odio eius sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1260,31,'Shop',181,'Ea quia eos voluptas corrupti quisquam vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1261,13,'Shop',279,'Nobis officia qui voluptate similique explicabo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1262,25,'Shop',62,'Veritatis doloribus facilis deleniti officia cupiditate placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1263,30,'Shop',132,'Qui placeat iusto est quod eos in eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1264,6,'Shop',161,'Tenetur veniam at itaque corporis eos sed atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1265,20,'Shop',65,'Voluptas a tenetur sit omnis qui voluptatem quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1266,23,'Shop',21,'Aut assumenda accusantium expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1267,15,'Shop',268,'Eos facere voluptas fugit eum et modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1268,24,'Shop',161,'Qui et repellendus officia ea quasi quaerat aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1269,20,'Shop',218,'Quia earum quo corrupti qui velit sint voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1270,10,'Shop',103,'Quia enim reiciendis in qui minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1271,30,'Shop',222,'Voluptatem reprehenderit corporis dolores veniam at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1272,19,'Shop',231,'Soluta libero nemo exercitationem nisi veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1273,25,'Shop',112,'Quis in dolores animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1274,31,'Shop',101,'Libero maiores placeat odit quia excepturi quisquam saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1275,29,'Shop',128,'Deserunt blanditiis sunt dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1276,13,'Shop',187,'Dolorem consequatur nam non quos nobis ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1277,6,'Shop',88,'Accusamus alias sed cum doloremque doloribus veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1278,4,'Shop',85,'Modi facere praesentium numquam blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1279,32,'Shop',56,'Quo dolores qui non nam voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1280,17,'Shop',190,'Fugiat aut magni quo provident amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1281,21,'Shop',40,'Autem neque voluptatem commodi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1282,14,'Shop',253,'Nihil neque qui consectetur minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1283,4,'Shop',299,'Ea ut culpa iusto eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1284,28,'Shop',123,'Ipsum maiores sit qui modi ab minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1285,18,'Shop',184,'Et maiores quo consequatur rem quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1286,30,'Shop',273,'Totam quae commodi libero quo velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1287,22,'Shop',224,'Consectetur sed minima illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1288,22,'Shop',10,'Vel fuga veritatis quo eligendi non doloremque nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1289,3,'Shop',236,'Est et odit libero magnam dolorum excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1290,13,'Shop',93,'Quibusdam perferendis reprehenderit eos culpa omnis sit animi dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1291,2,'Shop',21,'Ullam non quo eos eum qui delectus vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1292,31,'Shop',250,'Qui ut iusto eaque libero nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1293,13,'Shop',130,'Excepturi est vel aut ut debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1294,11,'Shop',275,'Omnis enim voluptatem blanditiis deserunt dolorum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1295,15,'Shop',106,'Aut beatae quia et natus sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1296,24,'Shop',87,'Minima optio dicta sit omnis reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1297,17,'Shop',152,'Quis quo esse est reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1298,18,'Shop',8,'Tempore nulla quis possimus est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1299,24,'Shop',77,'Magnam et laboriosam molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1300,17,'Shop',206,'Et omnis deleniti nihil aut ullam sit temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1301,6,'Shop',225,'Quod et voluptatibus animi voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1302,3,'Shop',205,'Eaque deserunt debitis in nisi nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1303,29,'Shop',75,'Dicta qui et aut animi earum tempora molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1304,8,'Shop',189,'Ut dolorem commodi porro labore reprehenderit omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1305,6,'Shop',108,'Assumenda aut vel nam error non accusamus quis corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1306,23,'Shop',79,'Sed omnis porro et architecto voluptates est eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1307,18,'Shop',42,'Dignissimos sequi consequatur impedit repudiandae fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1308,2,'Shop',280,'Quisquam quasi voluptatem dolor animi et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1309,34,'Shop',49,'Impedit qui ut eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1310,2,'Shop',169,'Non in rerum modi mollitia asperiores nostrum ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1311,23,'Shop',254,'Quam ab harum ab quia eaque aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1312,29,'Shop',296,'Qui exercitationem voluptates unde at minima libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1313,1,'Shop',22,'Dolore maiores quas est rerum dolor qui exercitationem at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1314,20,'Shop',285,'Quia beatae rerum aliquid dolores quae eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1315,22,'Shop',165,'Vel error consectetur et et omnis quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1316,11,'Shop',172,'Est provident voluptatem molestiae excepturi cupiditate sint sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1317,8,'Shop',17,'Explicabo voluptatibus voluptatum cum voluptas corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1318,3,'Shop',174,'Minus et eveniet sequi enim laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1319,26,'Shop',291,'Tempora animi a distinctio doloremque ducimus expedita numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1320,20,'Shop',173,'Delectus assumenda nihil dignissimos qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1321,21,'Shop',8,'Aut est iusto accusamus pariatur sequi exercitationem necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1322,26,'Shop',173,'Et a voluptatibus sequi architecto qui repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1323,34,'Shop',103,'Voluptas exercitationem ad qui ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1324,23,'Shop',184,'Porro ex cumque veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1325,26,'Shop',119,'Ipsam sed enim qui omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1326,22,'Shop',158,'Sed iste labore culpa laborum aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1327,16,'Shop',203,'Voluptate nesciunt et maiores sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1328,8,'Shop',173,'Facilis tenetur et earum eos sed aut quo dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1329,7,'Shop',245,'Et rem suscipit dolorem possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1330,26,'Shop',108,'Et suscipit reprehenderit explicabo eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1331,27,'Shop',297,'Ut ipsa minima id dolores delectus asperiores maiores dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1332,13,'Shop',125,'Iure unde aspernatur illum aut nemo a tenetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1333,18,'Shop',153,'Pariatur esse optio harum consectetur nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1334,12,'Shop',216,'Laboriosam nesciunt dolor voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1335,24,'Shop',76,'Rerum ea consectetur ipsam ullam omnis molestias magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1336,1,'Shop',245,'Et natus dolore impedit voluptas voluptas quidem ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1337,28,'Shop',163,'Sunt fugit sunt dolorem at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1338,2,'Shop',185,'Dolores similique quaerat sed ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1339,17,'Shop',90,'Dicta iure nobis qui praesentium id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1340,29,'Shop',12,'Perferendis ratione provident blanditiis laudantium rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1341,6,'Shop',229,'Voluptatibus autem et porro eum corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1342,26,'Shop',269,'Suscipit deserunt iste officia non quos qui enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1343,14,'Shop',204,'Vero rerum eum non quis ut nobis laudantium optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1344,16,'Shop',236,'Consequatur cumque veniam possimus fugit quia rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1345,23,'Shop',24,'Sed veritatis et qui eligendi incidunt sit ipsa deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1346,4,'Shop',1,'Eveniet officiis assumenda ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1347,7,'Shop',110,'Voluptatem rerum et qui sequi officiis recusandae enim esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1348,10,'Shop',275,'Quidem hic et veritatis harum ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1349,30,'Shop',285,'Voluptate quia quo qui accusantium omnis dolorem qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1350,24,'Shop',136,'Expedita facilis et nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1351,2,'Shop',288,'Quos dolore a harum corrupti omnis consequatur autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1352,31,'Shop',238,'Cum iusto beatae ea earum autem fuga itaque non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1353,26,'Shop',299,'Sunt quisquam natus quibusdam explicabo iusto aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1354,18,'Shop',36,'Quibusdam laborum enim quisquam voluptate reiciendis id eos neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1355,20,'Shop',181,'Distinctio voluptas explicabo ut facere beatae recusandae rerum aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1356,10,'Shop',247,'Nihil ut voluptatem velit velit sed ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1357,14,'Shop',246,'Voluptate veritatis possimus sint quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1358,21,'Shop',251,'Quidem illum porro et nihil et architecto autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1359,23,'Shop',188,'Molestiae voluptas temporibus quis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1360,22,'Shop',276,'Voluptatum reprehenderit incidunt aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1361,8,'Shop',224,'Illo vel dolorem veritatis deserunt amet quis quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1362,3,'Shop',44,'Et sit odit quisquam itaque ipsam tenetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1363,1,'Shop',73,'Est esse sint repellat temporibus est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1364,12,'Shop',227,'Minus consectetur eos ullam voluptatibus nisi repudiandae doloremque qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1365,3,'Shop',48,'Est aut in quia dolores amet dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1366,6,'Shop',23,'Numquam maiores rerum aliquid temporibus recusandae occaecati et est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1367,13,'Shop',131,'Magni distinctio et repellat voluptate occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1368,8,'Shop',95,'Aut minus aliquam eos perspiciatis vero voluptates provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1369,17,'Shop',205,'Aut non dolore laudantium sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1370,13,'Shop',261,'Molestiae esse dolorem neque amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1371,21,'Shop',198,'Odit nam magni omnis ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1372,1,'Shop',154,'Ea harum sunt debitis praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1373,30,'Shop',89,'Velit qui qui asperiores vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1374,27,'Shop',186,'Fuga nemo eligendi provident sed culpa nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1375,22,'Shop',275,'Quasi nesciunt quia ducimus velit fugit eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1376,30,'Shop',82,'Occaecati sint accusantium at illo magni quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1377,14,'Shop',117,'Ad similique animi quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1378,4,'Shop',44,'Sed quisquam harum ducimus ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1379,24,'Shop',44,'Et fugit voluptatibus sapiente recusandae quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1380,17,'Shop',217,'Quidem molestiae similique illum voluptatibus quam sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1381,31,'Shop',171,'Necessitatibus rerum quidem voluptas sed molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1382,4,'Shop',285,'Ea ut sequi rerum et eum cupiditate ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1383,9,'Shop',48,'Voluptas voluptas eos sit sequi sit officia repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1384,17,'Shop',251,'Atque itaque ipsa et expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1385,14,'Shop',14,'Sit in quae deleniti error quo tenetur veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1386,3,'Shop',290,'Aspernatur aperiam ducimus nisi quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1387,29,'Shop',37,'Non neque voluptates ea provident minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1388,21,'Shop',257,'Impedit esse fuga est ut suscipit omnis enim et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1389,32,'Shop',212,'Non impedit itaque odio quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1390,21,'Shop',161,'Temporibus ea aliquid harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1391,22,'Shop',35,'Quia sit sunt dolorem assumenda in voluptas voluptas explicabo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1392,32,'Shop',274,'Fugiat nam laboriosam repellendus accusantium et dicta omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1393,18,'Shop',83,'Et velit eaque aspernatur nam est qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1394,25,'Shop',17,'Eaque autem molestias et porro odio et incidunt saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1395,26,'Shop',258,'At dolor est et quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1396,11,'Shop',112,'Aperiam voluptas voluptatibus nulla veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1397,1,'Shop',181,'Inventore earum qui vel officia et placeat hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1398,17,'Shop',82,'Est dolorem ut iusto quia dolorum quia deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1399,1,'Shop',170,'Incidunt neque autem natus dolores modi unde aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1400,17,'Shop',209,'Tenetur ipsum quo et voluptatem nihil similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1401,31,'Shop',276,'Quia sequi iure ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1402,30,'Shop',243,'Quia aperiam qui ut laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1403,8,'Shop',238,'Consequatur quis quia ex consectetur voluptatum omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1404,32,'Shop',72,'Rerum fugit eaque esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1405,15,'Shop',25,'Dolor est neque reiciendis possimus qui quas repellat non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1406,6,'Shop',95,'Et aut in ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1407,27,'Shop',129,'Qui dignissimos qui velit nemo accusantium eum accusantium eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1408,15,'Shop',265,'Enim fuga voluptatem ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1409,8,'Shop',73,'Voluptatem quis aut sed assumenda atque autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1410,3,'Shop',142,'Voluptates tempora aut iusto veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1411,10,'Shop',102,'Est eius dolores sed delectus saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1412,3,'Shop',270,'Eum explicabo voluptatem a ut voluptas qui voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1413,16,'Shop',79,'Voluptates non exercitationem vel velit ea recusandae asperiores dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1414,2,'Shop',93,'Doloribus natus deserunt eaque et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1415,18,'Shop',114,'Officiis libero sint non ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1416,29,'Shop',127,'Ex optio est perferendis ab reiciendis sunt at eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1417,27,'Shop',295,'Minus praesentium ducimus porro ea accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1418,7,'Shop',99,'Omnis accusamus reprehenderit commodi qui et voluptatem ducimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1419,30,'Shop',223,'Cupiditate cumque harum qui vitae adipisci quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1420,22,'Shop',300,'Veniam asperiores quasi quas ducimus enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1421,31,'Shop',179,'Unde asperiores quae odit nesciunt non molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1422,25,'Shop',261,'Aliquid expedita molestiae dolore nostrum nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1423,7,'Shop',6,'Quaerat voluptatem rerum eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1424,7,'Shop',113,'Facere fuga similique quos autem qui sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1425,33,'Shop',25,'Est fugiat est similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1426,16,'Shop',53,'Id perspiciatis quo eum dolorum aspernatur eum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1427,33,'Shop',245,'Et doloribus minima omnis dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1428,34,'Shop',205,'Culpa unde maxime fugiat id placeat sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1429,23,'Shop',100,'Maiores consectetur exercitationem eveniet aut amet voluptatum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1430,23,'Shop',129,'Facilis magnam neque sit odio suscipit a deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1431,23,'Shop',114,'Distinctio sed temporibus aliquam possimus dicta ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1432,8,'Shop',84,'Eum fugit et quod ipsam enim accusantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1433,32,'Shop',278,'Pariatur ut sequi sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1434,23,'Shop',270,'Ut totam et et vel officiis quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1435,12,'Shop',257,'Rerum voluptatem occaecati id corrupti ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1436,33,'Shop',139,'Ut eligendi incidunt quisquam aut enim culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1437,32,'Shop',14,'Et et nesciunt autem commodi fugiat consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1438,10,'Shop',225,'Natus neque modi dolor id et est est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1439,12,'Shop',47,'Accusamus debitis non illo dolorum ut a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1440,12,'Shop',238,'Voluptatem nam labore sapiente nihil ad ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1441,1,'Shop',4,'In omnis rerum corporis harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1442,31,'Shop',15,'Et dolor corporis et perferendis rerum quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1443,6,'Shop',7,'Provident iusto quia iure est doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1444,17,'Shop',238,'Voluptatem quo perspiciatis quo deleniti aut consequatur aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1445,16,'Shop',146,'Consequuntur neque ratione recusandae harum et aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1446,9,'Shop',60,'Voluptatibus commodi architecto nam quaerat veniam minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1447,33,'Shop',25,'Perspiciatis corporis et corrupti ab voluptatum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1448,20,'Shop',16,'Quo sed reprehenderit maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1449,4,'Shop',145,'Odit qui ipsum quia error qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1450,4,'Shop',199,'Laudantium voluptatibus cumque ipsa dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1451,18,'Shop',187,'Labore quod omnis iste unde.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1452,30,'Shop',16,'Magni ratione quam molestiae molestiae officiis molestiae soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1453,3,'Shop',130,'Cupiditate sequi sit tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1454,14,'Shop',232,'Dolores beatae atque minus culpa consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1455,7,'Shop',3,'Amet in nihil fugit quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1456,6,'Shop',121,'Facilis aperiam amet occaecati expedita veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1457,15,'Shop',7,'Eaque reiciendis doloremque quasi doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1458,4,'Shop',3,'Natus architecto dolor et id velit labore sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1459,4,'Shop',129,'Maxime temporibus sint itaque et est omnis velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1460,25,'Shop',130,'Ducimus assumenda eos voluptatem eos et consequatur aut beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1461,5,'Shop',198,'Nemo amet quis sit alias nulla natus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1462,8,'Shop',159,'Illum modi eum sit dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1463,28,'Shop',275,'Quia aut accusantium totam sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1464,1,'Shop',67,'Veniam nesciunt labore odit voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1465,19,'Shop',95,'Eos veritatis distinctio expedita est deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1466,17,'Shop',146,'Officia eos corporis aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1467,27,'Shop',64,'Laboriosam beatae aliquam rem natus dolor quo et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1468,19,'Shop',97,'Nesciunt ad explicabo autem quia sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1469,18,'Shop',256,'Sit et ex velit aspernatur rem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1470,12,'Shop',198,'Harum id at optio asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1471,13,'Shop',221,'Iusto sapiente vero et qui qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1472,7,'Shop',135,'Corrupti cupiditate dolorem aliquam neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1473,2,'Shop',219,'Aperiam voluptatum earum dolores vel neque molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1474,20,'Shop',257,'Ea odio repellat est et temporibus quos non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1475,13,'Shop',93,'Incidunt quis illum aperiam deleniti voluptas sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1476,2,'Shop',152,'Aut impedit et sunt eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1477,27,'Shop',230,'Dolores similique et perspiciatis ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1478,27,'Shop',243,'A molestiae sequi assumenda doloribus nam consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1479,26,'Shop',282,'Consequatur velit et repellendus nobis aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1480,18,'Shop',56,'Quibusdam unde eius hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1481,17,'Shop',126,'Rerum vitae voluptatibus sed tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1482,9,'Shop',21,'Sed adipisci numquam reiciendis et provident excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1483,8,'Shop',221,'Dolorem corrupti quis sunt quia et sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1484,8,'Shop',125,'Quia maxime soluta nobis ratione assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1485,10,'Shop',44,'Unde voluptas eius aut repellendus sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1486,4,'Shop',264,'Totam perferendis vitae cupiditate harum voluptas distinctio aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1487,18,'Shop',166,'Non sint labore cum sunt repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1488,3,'Shop',194,'Omnis temporibus earum facere aut voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1489,33,'Shop',60,'Et error odit ipsum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1490,23,'Shop',255,'Sit exercitationem fugiat nobis qui nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1491,20,'Shop',15,'Error et perferendis dolorem quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1492,7,'Shop',284,'Quis aut voluptatem magnam dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1493,17,'Shop',160,'Et aut vero quidem aut fugit omnis itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1494,20,'Shop',243,'Sed illo voluptatum aut sint consequatur recusandae tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1495,16,'Shop',23,'Molestiae vel nostrum facere.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1496,4,'Shop',215,'Nisi omnis qui eum sapiente facilis atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1497,3,'Shop',132,'Autem qui quisquam rem quo rerum dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1498,12,'Shop',191,'Ullam omnis voluptas soluta quia vero praesentium accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1499,21,'Shop',17,'Quidem esse recusandae optio ab quibusdam necessitatibus impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1500,16,'Shop',123,'Velit dolorum distinctio odit reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1501,30,'Shop',274,'Et voluptatem aspernatur ut et magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1502,16,'Shop',137,'Doloremque dolor error recusandae tempore aliquid iste nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1503,34,'Shop',264,'Quia voluptas in voluptas iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1504,1,'Shop',11,'Aut iusto voluptatibus quasi placeat facere nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1505,7,'Shop',184,'Esse dolorum beatae itaque consequatur exercitationem laudantium beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1506,5,'Shop',172,'Est quasi expedita et magni optio minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1507,12,'Shop',7,'Cupiditate a modi dicta incidunt neque et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1508,31,'Shop',237,'Dolores rem ipsa nisi dolor numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1509,31,'Shop',150,'Totam id id aut et quo optio occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1510,4,'Shop',144,'Odio nisi nisi deserunt quia voluptate ex excepturi doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1511,24,'Shop',165,'Omnis ut quae eos atque voluptatem cum eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1512,5,'Shop',250,'Culpa commodi consequatur voluptas a earum aut veniam enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1513,17,'Shop',300,'Odio dolore magnam tenetur molestiae consectetur labore corrupti reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1514,22,'Shop',238,'Voluptatem laudantium veniam rerum similique temporibus velit deserunt tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1515,11,'Shop',86,'Laborum quam ad veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1516,15,'Shop',264,'Sed tenetur ipsa eum ullam sint aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1517,20,'Shop',290,'Eveniet iste quae culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1518,20,'Shop',131,'Asperiores id excepturi perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1519,10,'Shop',31,'In ut quia et porro nostrum inventore cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1520,2,'Shop',87,'Vel molestias consequatur consequatur quis architecto laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1521,15,'Shop',221,'Id quae omnis dolorum sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1522,4,'Shop',287,'Quasi ratione illo nobis magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1523,28,'Shop',272,'Debitis voluptas minus quae et nesciunt deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1524,1,'Shop',11,'Id deserunt consequatur modi quo et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1525,31,'Shop',207,'In molestiae beatae ea non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1526,27,'Shop',255,'Deserunt corporis dicta veniam omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1527,34,'Shop',263,'Quia maiores doloribus esse enim eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1528,6,'Shop',244,'Repellat sint eligendi numquam est dolorum qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1529,6,'Shop',196,'Ipsam amet eos veritatis eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1530,30,'Shop',102,'Voluptate et ut rerum excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1531,13,'Shop',19,'Sed possimus tempora debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1532,28,'Shop',186,'Nisi et deleniti numquam enim quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1533,10,'Shop',158,'Est voluptatem voluptatem consequatur magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1534,17,'Shop',139,'Iure velit dolor exercitationem delectus voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1535,1,'Shop',213,'Quaerat suscipit ea minima eligendi qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1536,28,'Shop',241,'Voluptatem qui praesentium repudiandae sit dolores quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1537,14,'Shop',142,'Assumenda laborum nemo doloremque illo saepe expedita fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1538,33,'Shop',170,'Exercitationem beatae et exercitationem ut tempore quo animi hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1539,9,'Shop',159,'Quibusdam praesentium molestiae ut aut unde ipsa est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1540,12,'Shop',140,'Ducimus non occaecati sapiente voluptatem doloribus quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1541,17,'Shop',140,'Quod ea dicta consequatur tempore esse modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1542,27,'Shop',108,'Nisi quis illo sint ipsum ad iure neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1543,27,'Shop',138,'Sequi dolorum hic molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1544,12,'Shop',32,'Animi ipsam quidem est facilis error in mollitia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1545,12,'Shop',6,'Et quo esse natus exercitationem beatae minus dolor architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1546,34,'Shop',90,'Ut totam atque quas et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1547,21,'Shop',95,'Id saepe aliquid enim sint deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1548,10,'Shop',78,'Sed nihil in accusamus cupiditate temporibus quo tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1549,30,'Shop',260,'Aut iusto voluptate enim placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1550,28,'Shop',161,'Ea quae sunt praesentium possimus eum id est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1551,29,'Shop',276,'Quis eum reiciendis corporis sed voluptatem iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1552,1,'Shop',182,'Saepe expedita enim nam aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1553,23,'Shop',74,'Minus quia voluptatem rerum culpa officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1554,29,'Shop',165,'Rerum voluptatum vero inventore saepe voluptas debitis dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1555,20,'Shop',10,'Ut possimus mollitia itaque est qui sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1556,19,'Shop',293,'Aut dicta provident amet accusamus autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1557,32,'Shop',172,'Aut ut voluptatibus voluptatum totam est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1558,1,'Shop',240,'Voluptates in quo et est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1559,20,'Shop',243,'Voluptates mollitia nisi omnis cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1560,5,'Shop',212,'Iste distinctio quaerat quidem itaque tempore sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1561,10,'Shop',120,'Quisquam nostrum eos veritatis ea quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1562,14,'Shop',232,'Autem commodi et ut temporibus eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1563,24,'Shop',191,'Occaecati sunt veritatis quae quos sequi deserunt quia fugiat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1564,19,'Shop',293,'Et et ratione rerum qui dolores inventore sed necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1565,30,'Shop',207,'Dolores similique quae delectus commodi voluptas laudantium libero libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1566,34,'Shop',216,'Quia tempore sunt voluptatibus numquam atque sed omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1567,5,'Shop',68,'Amet et quasi sunt et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1568,3,'Shop',271,'Doloribus aperiam quaerat ut officia neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1569,25,'Shop',3,'Officiis reiciendis maiores fugiat enim nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1570,27,'Shop',157,'Consequatur dolorum iure qui quia et quis voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1571,29,'Shop',157,'Rem minima ipsam itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1572,34,'Shop',264,'Error enim magnam quasi sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1573,28,'Shop',27,'Et rerum quod minus distinctio rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1574,18,'Shop',174,'Quis autem officia nihil illum ratione hic eos voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1575,23,'Shop',175,'Aliquam ea illum iure assumenda magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1576,30,'Shop',80,'Molestiae non aliquid explicabo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1577,1,'Shop',300,'Rerum reiciendis sapiente hic qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1578,26,'Shop',30,'Qui doloribus quia quaerat sit enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1579,21,'Shop',33,'Ea voluptatum architecto id tenetur ut repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1580,34,'Shop',245,'Saepe qui repellendus exercitationem a sapiente voluptas enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1581,21,'Shop',203,'Enim sit rem quam inventore est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1582,27,'Shop',5,'Officia molestiae dicta in facilis nulla unde cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1583,33,'Shop',272,'Facere et ipsa ut assumenda facilis perspiciatis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1584,25,'Shop',91,'Non ipsam error nobis eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1585,28,'Shop',202,'Quia officia libero modi id est alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1586,14,'Shop',230,'Exercitationem provident beatae dolor quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1587,22,'Shop',136,'Qui qui dignissimos eaque est ipsa dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1588,20,'Shop',188,'Dolor ducimus ut ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1589,33,'Shop',82,'Praesentium et laboriosam dolor nisi sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1590,20,'Shop',113,'Et et eum ut nihil itaque sunt et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1591,27,'Shop',197,'Inventore accusamus odio voluptas quaerat et qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1592,28,'Shop',87,'Consequatur et alias corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1593,6,'Shop',97,'Maxime perferendis iure vero quibusdam id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1594,31,'Shop',284,'Dolorem consequuntur vitae error eius excepturi et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1595,18,'Shop',16,'Quo dolorem fugit quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1596,24,'Shop',62,'Sint quia nulla earum et doloremque porro.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1597,26,'Shop',127,'Qui qui ullam itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1598,11,'Shop',91,'Qui dolorem consequuntur qui qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1599,18,'Shop',181,'Aspernatur qui maiores quaerat optio dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1600,11,'Shop',79,'Qui officiis quam possimus animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1601,24,'Shop',262,'Voluptates deserunt eos quam aspernatur voluptas cum fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1602,15,'Shop',208,'Ullam aspernatur sit vel maxime facere quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1603,2,'Shop',297,'Quo nisi tempora est magni animi quia nobis minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1604,27,'Shop',299,'Maiores illum quas ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1605,34,'Shop',97,'Voluptas laborum magnam accusantium adipisci odio est velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1606,7,'Shop',283,'Ea ut nulla cupiditate magni quisquam unde natus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1607,24,'Shop',59,'Tempore cupiditate deserunt excepturi dolores qui ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1608,24,'Shop',211,'Qui doloremque inventore et non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1609,17,'Shop',300,'Officia aliquid cumque delectus veniam est optio est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1610,29,'Shop',169,'Modi ea ut dignissimos assumenda iste eos temporibus maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1611,21,'Shop',206,'Possimus voluptatem voluptatem magni aut eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1612,11,'Shop',224,'Numquam sit sunt rerum nihil cumque culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1613,18,'Shop',97,'Nihil mollitia qui quasi iusto est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1614,29,'Shop',138,'Natus ea esse aut temporibus voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1615,14,'Shop',252,'Minima cum laborum eveniet nemo quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1616,33,'Shop',182,'Rerum laudantium voluptatibus repellendus laudantium quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1617,8,'Shop',164,'Sint rerum iste deleniti sapiente amet totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1618,33,'Shop',221,'Sint nemo iure in et quis blanditiis tempora temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1619,4,'Shop',235,'Recusandae aut incidunt dolores consequatur enim ipsam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1620,13,'Shop',130,'Recusandae voluptate est architecto sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1621,17,'Shop',41,'Qui non dolores provident dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1622,20,'Shop',168,'Distinctio optio rerum illo qui nisi quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1623,18,'Shop',186,'Ea ab ipsa dolorem quas neque occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1624,22,'Shop',178,'Maiores labore quia vel sed explicabo quas quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1625,21,'Shop',149,'Dicta error rerum voluptatem doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1626,25,'Shop',263,'Perferendis cum labore dignissimos neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1627,34,'Shop',237,'Quaerat quis itaque voluptatem doloribus sed autem veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1628,21,'Shop',101,'Quam possimus qui ab eligendi porro magni blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1629,7,'Shop',184,'Sint natus dignissimos beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1630,22,'Shop',224,'Omnis velit odit consequatur inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1631,17,'Shop',44,'Nobis maxime non repellendus omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1632,29,'Shop',193,'Facere doloribus est ea error eligendi voluptatibus odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1633,27,'Shop',243,'Sit quod qui beatae eveniet provident et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1634,22,'Shop',112,'Voluptate possimus quam maxime quas harum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1635,4,'Shop',23,'Provident quia sequi quibusdam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1636,29,'Shop',272,'Facilis harum ab cumque aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1637,18,'Shop',249,'Veritatis deserunt natus vitae ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1638,13,'Shop',267,'Autem temporibus officiis dignissimos alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1639,12,'Shop',42,'Et consequuntur facilis voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1640,2,'Shop',16,'Vel doloribus et ab est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1641,14,'Shop',196,'Consectetur animi similique et deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1642,5,'Shop',192,'Itaque labore maxime odit facere molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1643,25,'Shop',55,'Nam odit quas vel quia ea facere.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1644,17,'Shop',151,'Vitae numquam ea accusantium sit iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1645,6,'Shop',5,'Odio officia quasi sunt et nihil ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1646,27,'Shop',110,'Minima sit nostrum praesentium commodi dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1647,26,'Shop',34,'Sint assumenda animi aut architecto adipisci hic unde.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1648,33,'Shop',155,'Porro velit quos nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1649,14,'Shop',143,'Blanditiis ipsam suscipit rerum ducimus laudantium modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1650,16,'Shop',138,'Similique voluptas eligendi tempore natus tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1651,23,'Shop',271,'Ab labore quis est voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1652,7,'Shop',67,'Est et quidem quos impedit rem fuga quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1653,5,'Shop',70,'Et numquam nisi laudantium culpa consequatur blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1654,5,'Shop',67,'Sit repudiandae optio minus magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1655,5,'Shop',212,'Molestiae porro mollitia iste nobis expedita eos aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1656,30,'Shop',194,'Odit labore eum et odio similique possimus quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1657,20,'Shop',266,'Tempora aut quis ducimus necessitatibus omnis vero voluptas quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1658,25,'Shop',108,'Et molestiae voluptates ea qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1659,31,'Shop',257,'Accusamus ipsa nesciunt accusamus quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1660,21,'Shop',140,'Qui odit molestias ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1661,8,'Shop',114,'Iure consequuntur aut saepe nihil illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1662,30,'Shop',276,'Nihil facilis eius qui qui sunt et in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1663,34,'Shop',273,'Voluptatibus unde provident nostrum deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1664,18,'Shop',279,'Provident quia itaque quia eaque et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1665,17,'Shop',279,'Rerum et amet accusamus in voluptatem cum velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1666,19,'Shop',42,'Voluptas repudiandae temporibus incidunt id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1667,24,'Shop',160,'Et dolorem et sunt aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1668,3,'Shop',158,'Pariatur corrupti minus earum incidunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1669,15,'Shop',190,'Enim occaecati eligendi voluptatum nostrum et aspernatur et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1670,23,'Shop',268,'Sint eum sit dolores id non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1671,11,'Shop',20,'Incidunt sunt cumque vitae maiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1672,31,'Shop',61,'Iure ducimus excepturi qui atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1673,27,'Shop',169,'Aliquam minima animi id et debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1674,31,'Shop',111,'Nihil natus quibusdam sed ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1675,10,'Shop',13,'Eos maiores aliquid deleniti sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1676,8,'Shop',268,'Cum autem itaque est facere rerum velit omnis aperiam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1677,8,'Shop',200,'At in necessitatibus repudiandae iste eaque consequatur vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1678,28,'Shop',172,'Id nobis perspiciatis ipsum delectus ut quia quae quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1679,21,'Shop',158,'Dolores eos repellendus occaecati corporis consequatur et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1680,24,'Shop',256,'Et voluptates est modi dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1681,32,'Shop',18,'Aut omnis quibusdam quia labore tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1682,14,'Shop',33,'Debitis dignissimos veritatis doloribus neque fugit libero at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1683,25,'Shop',28,'Et non provident ullam fugit beatae molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1684,30,'Shop',51,'Neque rerum velit nemo perferendis reprehenderit qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1685,14,'Shop',220,'Sed tempora voluptas dolores et dicta qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1686,32,'Shop',88,'Sed doloremque et non debitis ipsum omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1687,30,'Shop',300,'Beatae quod vitae aut perspiciatis aliquid in quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1688,27,'Shop',211,'Quos in rerum ad molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1689,1,'Shop',19,'Voluptatibus velit sed molestias impedit sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1690,32,'Shop',31,'Suscipit tenetur magni nihil corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1691,5,'Shop',264,'Possimus perspiciatis quasi et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1692,12,'Shop',251,'Libero beatae voluptatum reprehenderit et officiis ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1693,13,'Shop',234,'Placeat vero sit sit quo ut laudantium magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1694,10,'Shop',202,'Corporis qui dolorem non inventore maxime ut quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1695,25,'Shop',76,'Officiis deleniti eos in qui et reiciendis id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1696,9,'Shop',287,'Delectus eum expedita unde eum aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1697,4,'Shop',143,'Omnis quam necessitatibus sint numquam quasi eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1698,14,'Shop',268,'Consequatur est totam quibusdam laudantium sed libero voluptas at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1699,11,'Shop',106,'Ut et dolorum odit facere quibusdam voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1700,2,'Shop',207,'Iure voluptas laudantium omnis earum eligendi praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1701,3,'Shop',152,'Doloribus excepturi pariatur non magnam veniam harum quis modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1702,24,'Shop',115,'Doloremque sed ut aliquid voluptatum pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1703,11,'Shop',79,'Et minus doloremque quis qui minima earum omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1704,10,'Shop',50,'Qui pariatur velit amet ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1705,14,'Shop',48,'Qui quis sit ipsum voluptatem non unde deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1706,7,'Shop',64,'Alias laborum voluptatum ut natus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1707,21,'Shop',137,'Perferendis aliquam dolor illo dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1708,31,'Shop',193,'Sed laboriosam asperiores omnis et mollitia officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1709,4,'Shop',103,'Placeat voluptates optio ipsa quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1710,5,'Shop',21,'Doloribus omnis ullam sit odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1711,1,'Shop',292,'Rem quasi sint quidem dolorum quasi aut laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1712,16,'Shop',267,'Quidem qui voluptatem sed commodi et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1713,13,'Shop',196,'Ea vero ut occaecati hic vitae quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1714,9,'Shop',146,'Distinctio dolor et veniam ut sit quibusdam ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1715,8,'Shop',97,'Est quis voluptatibus vel quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1716,28,'Shop',125,'Voluptatum dolorem error sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1717,12,'Shop',66,'Qui qui voluptatem tempora facere impedit expedita adipisci dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1718,33,'Shop',60,'Itaque saepe nostrum veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1719,6,'Shop',169,'Illum totam itaque tempore animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1720,24,'Shop',2,'Accusantium sint ipsa dolorem est in voluptatem porro.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1721,20,'Shop',211,'Et consectetur et quam expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1722,25,'Shop',42,'Totam molestias nihil sunt iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1723,9,'Shop',67,'Placeat autem nemo molestias nulla officia illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1724,6,'Shop',95,'Voluptate vel error necessitatibus corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1725,19,'Shop',56,'Et qui suscipit in ut excepturi placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1726,18,'Shop',128,'Ut unde cumque ut ratione a perspiciatis dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1727,15,'Shop',90,'Qui nam et sit voluptatem voluptates quibusdam beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1728,12,'Shop',252,'Saepe aut molestiae sunt dolorem incidunt quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1729,22,'Shop',282,'Aliquam quo iure eum sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1730,6,'Shop',96,'Ea nostrum quibusdam illo itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1731,15,'Shop',28,'Minima quia nesciunt aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1732,22,'Shop',63,'Temporibus similique repellat dolorem quis reprehenderit necessitatibus incidunt vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1733,4,'Shop',70,'Id cum corrupti aspernatur magnam omnis eos recusandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1734,31,'Shop',86,'Quos sint vel omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1735,34,'Shop',64,'Qui accusamus cupiditate deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1736,25,'Shop',155,'Aut ut distinctio neque adipisci aliquam labore quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1737,33,'Shop',26,'Autem impedit tempore doloremque culpa nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1738,29,'Shop',112,'Enim quam autem fugiat ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1739,23,'Shop',223,'In qui ratione fuga excepturi officiis molestiae molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1740,10,'Shop',9,'Blanditiis saepe expedita officia molestiae et consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1741,16,'Shop',231,'Vero animi quam porro odio doloremque omnis suscipit rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1742,29,'Shop',280,'Eum praesentium assumenda et quidem modi odit voluptatem quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1743,22,'Shop',59,'Nihil qui sit eos tempora tempore autem suscipit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1744,15,'Shop',209,'Dicta asperiores qui voluptates quis nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1745,20,'Shop',208,'Aut assumenda omnis enim omnis et deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1746,24,'Shop',37,'Et officia quaerat dolore et molestiae quasi quidem quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1747,33,'Shop',143,'Assumenda vel sit provident dignissimos commodi perferendis omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1748,31,'Shop',214,'Qui voluptatum rerum est assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1749,2,'Shop',14,'Molestiae porro facere et sint et dolorem inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1750,13,'Shop',110,'Quas unde voluptatem est beatae optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1751,22,'Shop',197,'Debitis voluptas et qui sapiente architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1752,33,'Shop',278,'In provident sapiente magni voluptatibus et esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1753,6,'Shop',174,'Et non omnis fugit qui molestiae dolorem atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1754,20,'Shop',76,'Sit deleniti voluptas voluptatem quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1755,16,'Shop',12,'Quam consequuntur praesentium eius nesciunt reiciendis doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1756,32,'Shop',272,'Omnis corrupti dolor quos sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1757,1,'Shop',48,'Earum ad qui ut commodi earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1758,34,'Shop',280,'Tenetur at ut laborum placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1759,29,'Shop',184,'Qui quasi et ex veritatis voluptatum cum ducimus maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1760,6,'Shop',281,'Qui placeat consequatur aut id nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1761,29,'Shop',76,'Et repudiandae aspernatur ut quis consequatur libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1762,26,'Shop',160,'Cum velit atque omnis natus ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1763,21,'Shop',119,'Odit qui minima voluptatem aut quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1764,8,'Shop',299,'Omnis et earum dolores dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1765,6,'Shop',191,'Et asperiores facere doloribus quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1766,9,'Shop',204,'In iure molestiae quis atque in blanditiis perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1767,34,'Shop',23,'Natus doloribus culpa et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1768,30,'Shop',259,'Placeat quidem voluptas occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1769,24,'Shop',160,'Aut nihil sit harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1770,7,'Shop',179,'Laudantium autem libero qui illum nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1771,18,'Shop',231,'Quae reprehenderit in error tenetur quidem rem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1772,14,'Shop',30,'Quia iusto maxime porro ab aliquid sint ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1773,34,'Shop',226,'Non ipsam id atque quis labore ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1774,3,'Shop',252,'Saepe alias saepe nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1775,6,'Shop',94,'Cum quia totam corrupti voluptas saepe est laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1776,18,'Shop',76,'Qui sed maiores quo voluptatem et placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1777,24,'Shop',66,'Ea facere consequuntur quia quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1778,9,'Shop',28,'Libero omnis delectus vero dolores quam consequatur et est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1779,25,'Shop',18,'Voluptate atque illo voluptatem culpa quasi delectus qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1780,5,'Shop',135,'Eius aliquid perferendis necessitatibus quia possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1781,19,'Shop',222,'Fugiat assumenda amet veritatis qui nostrum earum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1782,10,'Shop',81,'Sapiente in quae et tenetur voluptatem dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1783,7,'Shop',215,'Quis ut quisquam eum ut rerum reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1784,16,'Shop',284,'Iure dolor quidem provident nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1785,31,'Shop',68,'Voluptatem sequi fugiat aut et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1786,33,'Shop',39,'Fugiat beatae eligendi nulla molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1787,24,'Shop',12,'Delectus qui fuga aut recusandae nemo itaque possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1788,5,'Shop',7,'Ea expedita quia enim totam enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1789,17,'Shop',238,'Recusandae iusto sunt et ipsam laboriosam tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1790,5,'Shop',131,'Impedit est rem qui totam quae aut natus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1791,34,'Shop',194,'Ab voluptatibus voluptatem quis possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1792,11,'Shop',72,'Voluptas nemo recusandae omnis tenetur accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1793,18,'Shop',11,'Dignissimos sint dolor sint voluptatem sapiente non animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1794,32,'Shop',28,'Explicabo est quis suscipit molestias molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1795,31,'Shop',282,'Et earum recusandae porro doloribus deserunt expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1796,1,'Shop',26,'Error consequuntur veniam non laudantium qui quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1797,3,'Shop',225,'Tenetur ut et aut omnis iure architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1798,23,'Shop',39,'Nisi temporibus id quo corrupti quod vitae velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1799,31,'Shop',178,'Voluptatum eum eveniet et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1800,15,'Shop',233,'Eum laboriosam animi qui delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1801,17,'Shop',126,'Consequatur nisi et illo porro quas repellat voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1802,3,'Shop',203,'Ut aliquam error voluptatem est dolore nihil id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1803,23,'Shop',40,'Culpa iusto ipsum inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1804,13,'Shop',128,'Quos minima animi unde et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1805,10,'Shop',38,'Porro ut aut doloribus eos ratione tempore enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1806,14,'Shop',254,'Voluptates est distinctio quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1807,7,'Shop',296,'Voluptates suscipit officiis quia consectetur reiciendis et eum dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1808,26,'Shop',287,'Nostrum corporis dicta iusto ea eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1809,34,'Shop',226,'Incidunt quia voluptas est voluptas officia maxime velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1810,28,'Shop',271,'Et consequuntur quos autem qui deserunt quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1811,27,'Shop',136,'Repudiandae eveniet et at provident voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1812,31,'Shop',258,'Dolore officiis nisi consectetur qui aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1813,12,'Shop',294,'Sint est veritatis neque molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1814,22,'Shop',18,'Est sint ipsam qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1815,17,'Shop',225,'Provident sint et tenetur nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1816,4,'Shop',33,'Et quia assumenda deserunt soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1817,6,'Shop',288,'Veritatis omnis non officia ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1818,24,'Shop',93,'Odit blanditiis enim vel provident rerum vero assumenda fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1819,17,'Shop',136,'Et magnam quos provident sint consequatur voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1820,17,'Shop',173,'Sunt placeat aut minus corrupti cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1821,2,'Shop',172,'Aperiam repellat quia non rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1822,22,'Shop',1,'Quia et minus expedita dolores dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1823,20,'Shop',98,'Iste molestiae eum sit saepe odio recusandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1824,32,'Shop',193,'Consequatur incidunt accusamus voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1825,19,'Shop',222,'Aut qui deserunt perferendis iure nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1826,6,'Shop',60,'Quae consequatur praesentium id natus et nobis reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1827,11,'Shop',156,'Eius quis est necessitatibus nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1828,10,'Shop',4,'Dicta quis in perferendis optio aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1829,8,'Shop',66,'Tenetur doloribus numquam qui ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1830,23,'Shop',93,'Et totam distinctio nulla sapiente nulla tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1831,14,'Shop',29,'Ipsa est dolore rerum autem consequatur ea aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1832,27,'Shop',39,'Enim quo a aut saepe eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1833,16,'Shop',216,'Eligendi in non nemo doloremque beatae cum cumque vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1834,25,'Shop',104,'Quia dicta in ea voluptas ut voluptate qui qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1835,7,'Shop',243,'Sit ut delectus nulla in deleniti quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1836,7,'Shop',265,'A dignissimos culpa nihil quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1837,21,'Shop',49,'Vel sunt et nemo officia sunt culpa animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1838,13,'Shop',282,'In repellat quia eius aut ipsum voluptas sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1839,31,'Shop',283,'Qui voluptas voluptatibus blanditiis non magnam sit illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1840,27,'Shop',167,'Soluta temporibus soluta non qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1841,6,'Shop',195,'Ipsum ut aut soluta molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1842,29,'Shop',264,'Ex quibusdam vitae sed voluptas minima voluptates ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1843,20,'Shop',128,'Et id in aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1844,30,'Shop',115,'Ipsam possimus explicabo ipsum aut quia labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1845,7,'Shop',87,'Qui ipsum et quis dolorum sed minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1846,4,'Shop',133,'Quis iusto soluta est ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1847,32,'Shop',235,'Velit accusantium aperiam aut aspernatur repudiandae quibusdam odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1848,30,'Shop',26,'Nesciunt ducimus eum magnam velit mollitia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1849,25,'Shop',100,'Voluptas voluptatum reiciendis dolorum ut dolor similique aut eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1850,28,'Shop',207,'Non eaque autem consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1851,12,'Shop',160,'Explicabo et id nihil dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1852,4,'Shop',142,'Sequi veritatis pariatur iste aspernatur neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1853,4,'Shop',140,'Facere a a quod est est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1854,20,'Shop',205,'Nemo tenetur consequatur aliquid asperiores libero sit assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1855,4,'Shop',176,'Quae sint et quia ex consectetur ut quae consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1856,5,'Shop',259,'Et enim repellat et amet aut qui ut minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1857,5,'Shop',28,'Impedit dolor accusantium doloribus quis ullam ullam distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1858,30,'Shop',195,'Molestiae non earum rerum voluptatem aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1859,23,'Shop',180,'Est quia aut velit eaque nihil ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1860,24,'Shop',15,'Debitis quisquam nihil aut reiciendis nisi quo nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1861,18,'Shop',134,'Et dolores ex accusamus quam deserunt quod magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1862,1,'Shop',101,'Modi voluptatem reprehenderit debitis qui ut ipsa assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1863,3,'Shop',20,'Voluptatem et id aperiam ex suscipit expedita omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1864,19,'Shop',286,'Sint qui neque est soluta enim sapiente quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1865,23,'Shop',24,'Suscipit omnis ea et officia nam necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1866,32,'Shop',263,'Eveniet id quam eos suscipit delectus placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1867,11,'Shop',139,'Ratione eum sunt eveniet eum quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1868,22,'Shop',190,'Ut iusto ea eos nemo voluptates quia ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1869,19,'Shop',271,'Temporibus ut mollitia debitis rerum est aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1870,11,'Shop',267,'Nihil rerum delectus ullam consequatur iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1871,13,'Shop',52,'Et ab illo sit accusamus odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1872,30,'Shop',258,'Sapiente animi deleniti repellendus et possimus soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1873,28,'Shop',196,'Maiores est illo nisi unde.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1874,17,'Shop',157,'Incidunt odio architecto veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1875,27,'Shop',287,'Aut corrupti et qui quaerat maiores animi cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1876,22,'Shop',286,'Ipsam repellendus deserunt perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1877,10,'Shop',18,'Et eveniet qui illum ea reiciendis molestiae quibusdam voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1878,20,'Shop',75,'Ut facilis quia voluptatem aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1879,6,'Shop',268,'Magnam et autem nihil repellendus quas aut dolorem perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1880,24,'Shop',275,'Laborum rerum fugiat tempora quia dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1881,24,'Shop',50,'Numquam qui temporibus dolores repellat eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1882,9,'Shop',285,'Commodi sit reiciendis et sequi qui eligendi cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1883,19,'Shop',285,'Libero iure omnis at cupiditate quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1884,34,'Shop',41,'Rerum quis velit laudantium explicabo quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1885,2,'Shop',182,'Quas sed temporibus occaecati qui autem quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1886,27,'Shop',255,'Possimus dolore quia perspiciatis dignissimos expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1887,19,'Shop',223,'Sit et magni aut temporibus provident consequatur expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1888,24,'Shop',88,'Modi repellat qui optio repellat dolores aliquam id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1889,8,'Shop',248,'Est illum non consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1890,8,'Shop',299,'Aut pariatur repudiandae reprehenderit quasi est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1891,13,'Shop',73,'Quidem omnis placeat quod consequatur in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1892,14,'Shop',119,'Minima eos quia est ex quis provident aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1893,16,'Shop',25,'Illo autem harum quo reiciendis facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1894,27,'Shop',26,'Consequatur mollitia quo quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1895,8,'Shop',56,'Ut doloremque quia fuga consequatur mollitia veniam rerum blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1896,14,'Shop',51,'Excepturi aliquid architecto velit sunt fuga quia debitis corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1897,25,'Shop',292,'Consequatur aliquid qui quae nulla sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1898,7,'Shop',279,'Sint labore consectetur reiciendis delectus vel magni numquam aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1899,29,'Shop',45,'Tenetur non incidunt blanditiis provident nisi aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1900,29,'Shop',62,'Quia aperiam omnis sint veritatis laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1901,16,'Shop',95,'Id temporibus eius quis nemo a eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1902,6,'Shop',244,'Quis vel fugiat hic doloribus vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1903,20,'Shop',284,'Necessitatibus odio ipsa est et accusantium magnam sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1904,34,'Shop',167,'Velit quibusdam sit corporis eum voluptas nisi distinctio nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1905,25,'Shop',182,'Iusto officiis sint vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1906,12,'Shop',104,'Fugiat aut molestias reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1907,30,'Shop',243,'Qui aspernatur reprehenderit illum ut perferendis eum ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1908,23,'Shop',20,'Molestias et qui voluptatibus rerum consequatur eum nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1909,23,'Shop',174,'Eligendi cum sed debitis laboriosam placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1910,27,'Shop',171,'Aut nisi delectus voluptas omnis eaque corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1911,24,'Shop',241,'Numquam fuga ipsam ullam animi nihil delectus similique iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1912,4,'Shop',279,'Quia adipisci eaque aspernatur ducimus et eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1913,14,'Shop',94,'Veritatis aut dicta nesciunt cumque quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1914,16,'Shop',165,'Velit sit beatae qui quisquam esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1915,10,'Shop',142,'Quam reprehenderit aut voluptates porro.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1916,1,'Shop',44,'Repellat eligendi sint ut ducimus aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1917,9,'Shop',275,'Nemo temporibus minima eveniet rerum accusantium dolor ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1918,24,'Shop',112,'Voluptas ab perspiciatis et enim vel id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1919,16,'Shop',25,'Laborum inventore quis vitae architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1920,4,'Shop',299,'Itaque repudiandae quos consequatur sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1921,2,'Shop',130,'Nobis id itaque eius qui quibusdam corrupti non et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1922,19,'Shop',19,'Qui eaque ipsa sunt voluptate reiciendis est itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1923,34,'Shop',251,'Consequatur sint id blanditiis est delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1924,29,'Shop',189,'Impedit debitis doloremque eius perferendis est iure et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1925,12,'Shop',43,'Quas voluptas aliquam veritatis sit ut quia sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1926,20,'Shop',34,'Dolores id adipisci maxime voluptatem quas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1927,16,'Shop',186,'Ducimus non aspernatur qui sint iste minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1928,20,'Shop',63,'Dignissimos fugit impedit perferendis vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1929,34,'Shop',218,'Praesentium consequatur quas maiores qui officiis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1930,25,'Shop',186,'Modi nulla debitis officiis odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1931,18,'Shop',284,'Repellendus blanditiis aut autem facere porro eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1932,27,'Shop',279,'Nisi esse sint nihil rerum mollitia earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1933,17,'Shop',239,'Aut ea ut et odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1934,32,'Shop',186,'Exercitationem repellat sint exercitationem magni modi ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1935,13,'Shop',2,'Aspernatur eligendi commodi laudantium voluptas reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1936,9,'Shop',286,'Commodi architecto consequuntur quis ratione hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1937,8,'Shop',32,'Aut magni voluptatem similique veritatis molestiae tenetur tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1938,1,'Shop',293,'Natus sapiente omnis doloribus in fugit exercitationem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1939,15,'Shop',237,'Iusto quaerat consequatur rerum suscipit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1940,19,'Shop',189,'Et soluta voluptatum voluptas sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1941,32,'Shop',238,'Nemo accusantium ullam nemo debitis dolor dolore nulla quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1942,21,'Shop',169,'Reprehenderit explicabo sint laboriosam soluta voluptatem autem non dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1943,15,'Shop',300,'Ad architecto enim et voluptate est et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1944,27,'Shop',109,'Quia voluptatum at voluptatem optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1945,16,'Shop',110,'Esse exercitationem quis veritatis qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1946,2,'Shop',54,'Sequi pariatur est eos et molestiae commodi laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1947,30,'Shop',4,'Rerum atque architecto odit rerum perspiciatis aut est maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1948,18,'Shop',201,'Quaerat quo ea neque fugiat modi nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1949,27,'Shop',97,'Voluptate consequatur ut asperiores minima sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1950,25,'Shop',210,'Quia exercitationem dolores ut fugiat vel sequi qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1951,9,'Shop',113,'Temporibus corrupti blanditiis ea quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1952,27,'Shop',285,'Id tenetur est eum numquam suscipit molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1953,5,'Shop',96,'Qui tempore fuga officiis at eos perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1954,4,'Shop',86,'Qui architecto esse quam amet provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1955,9,'Shop',161,'Sed repellat amet reiciendis ut eum natus corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1956,2,'Shop',44,'Ea minus architecto molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1957,4,'Shop',165,'Quos eligendi accusamus facere minus eligendi et nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1958,13,'Shop',85,'Laudantium atque itaque odio possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1959,19,'Shop',107,'Temporibus impedit saepe labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1960,31,'Shop',196,'Eum voluptate adipisci ut quia exercitationem neque repudiandae aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1961,5,'Shop',283,'Quia porro quia sit atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1962,31,'Shop',85,'Optio aut architecto omnis veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1963,33,'Shop',212,'Consectetur iure molestias porro reiciendis incidunt saepe aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1964,25,'Shop',152,'Quam et neque consequuntur aut molestias ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1965,29,'Shop',234,'Ipsam soluta ab quisquam velit est optio quia consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1966,2,'Shop',285,'Facere nihil doloremque quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1967,5,'Shop',77,'Qui harum et voluptas occaecati eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1968,31,'Shop',36,'Porro veniam rem iste itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1969,33,'Shop',95,'Omnis quia molestiae perferendis cumque repellat ut et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1970,28,'Shop',203,'Est vero sed facere beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1971,8,'Shop',228,'Mollitia delectus molestias sed quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1972,18,'Shop',234,'Nam sit et iusto nesciunt qui natus reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1973,27,'Shop',215,'Harum quia voluptatem facilis voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1974,18,'Shop',35,'Est ipsum est vero ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1975,30,'Shop',249,'Asperiores doloribus sit doloribus voluptas distinctio voluptatem vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1976,28,'Shop',95,'Quia sit totam odio occaecati rerum ad laboriosam pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1977,31,'Shop',74,'Ut consectetur explicabo fuga saepe velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1978,10,'Shop',273,'Aut tenetur dolor ea excepturi laboriosam quis quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1979,14,'Shop',295,'Assumenda id sit labore sapiente doloremque amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1980,26,'Shop',284,'Sunt pariatur culpa distinctio velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1981,10,'Shop',293,'Cupiditate earum incidunt ea impedit placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1982,24,'Shop',96,'Ratione saepe voluptatem assumenda dolore ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1983,34,'Shop',149,'In est quod accusantium aliquam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1984,24,'Shop',4,'Eveniet et suscipit voluptatum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1985,9,'Shop',110,'Delectus eaque et provident sapiente inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1986,4,'Shop',18,'Aperiam voluptatum quibusdam molestiae eligendi omnis ipsa natus corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1987,31,'Shop',248,'Saepe provident ex aut quibusdam quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1988,20,'Shop',25,'Non eligendi explicabo facilis commodi veritatis rerum est odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1989,29,'Shop',55,'Aliquid tempore voluptate quos molestiae consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1990,25,'Shop',15,'Exercitationem blanditiis nihil voluptatem qui quia neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1991,29,'Shop',56,'Et mollitia iusto ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1992,32,'Shop',104,'Modi quae ducimus sed dolorum nulla quas culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1993,19,'Shop',286,'Et nulla sit in et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1994,1,'Shop',83,'Rem culpa quas qui fugiat aperiam officia tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1995,5,'Shop',6,'Laboriosam velit qui asperiores mollitia quo et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1996,26,'Shop',9,'Molestiae sunt est architecto iusto est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1997,26,'Shop',140,'Officiis sit et voluptatem debitis fugit quis maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1998,30,'Shop',159,'Aliquid itaque quia itaque tempora nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(1999,23,'Shop',36,'Nihil doloribus officiis aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2000,21,'Shop',173,'Consequatur rerum incidunt rerum et quas vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2001,31,'Shop',161,'Tempora dicta iusto animi odio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2002,13,'Shop',7,'Saepe et sit dolorum explicabo aut accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2003,12,'Shop',140,'Qui nostrum voluptatum ex a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2004,4,'Shop',219,'Voluptate perferendis iste libero odit mollitia corporis minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2005,1,'Shop',40,'Aliquid et similique aut ullam velit quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2006,30,'Shop',73,'Soluta asperiores aut beatae ut vitae debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2007,25,'Shop',84,'Culpa quia vel velit explicabo doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2008,31,'Shop',169,'Exercitationem explicabo placeat dolorum nam voluptatem quia quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2009,33,'Shop',109,'Ut corrupti voluptatem aspernatur eaque eaque nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2010,8,'Shop',35,'Animi ducimus voluptatum eaque consequatur aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2011,18,'Shop',263,'Neque quos porro eos consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2012,7,'Shop',166,'Perferendis tempora illum expedita illum repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2013,14,'Shop',66,'Tempore repellendus quisquam deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2014,30,'Shop',197,'Dolorem autem ipsum hic nisi quaerat aut quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2015,10,'Shop',226,'Totam accusamus id ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2016,6,'Shop',192,'Aut nemo eos a magnam quibusdam exercitationem eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2017,26,'Shop',162,'Eos voluptatem accusamus animi quo autem officiis veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2018,11,'Shop',270,'Voluptate consequatur magnam ipsum sit adipisci impedit autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2019,1,'Shop',7,'Quia non illo officia sunt quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2020,27,'Shop',220,'Nulla occaecati omnis ab debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2021,21,'Shop',180,'Voluptas et minima laudantium temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2022,9,'Shop',298,'Sed minima et dolore dolorem quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2023,6,'Shop',138,'Sit non esse doloribus doloribus fugiat quia at error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2024,31,'Shop',36,'Inventore delectus dolor porro sit sunt laudantium ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2025,5,'Shop',236,'Quasi accusantium vel corrupti eum totam alias in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2026,28,'Shop',114,'Ipsa quaerat magnam iure quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2027,21,'Shop',274,'Illum quam laudantium deserunt repellat qui aspernatur vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2028,17,'Shop',268,'Ut maxime magnam qui asperiores et nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2029,3,'Shop',124,'Rem aspernatur aut assumenda repellat ea ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2030,26,'Shop',73,'Incidunt repellat quaerat omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2031,30,'Shop',281,'Id ullam consectetur voluptatum molestiae dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2032,21,'Shop',55,'Qui eum sed est qui sequi nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2033,8,'Shop',252,'Sit ducimus qui veritatis atque harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2034,6,'Shop',92,'Cumque ducimus ab fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2035,4,'Shop',152,'Dolorem adipisci consequatur ea aut quidem quo architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2036,8,'Shop',162,'Ut culpa consequuntur qui dolorem officiis rerum eius quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2037,14,'Shop',24,'Veritatis nisi cupiditate ratione excepturi aut aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2038,33,'Shop',142,'Nam ipsa accusantium eligendi minima enim ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2039,20,'Shop',184,'Hic et a voluptate consequatur necessitatibus repudiandae consequuntur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2040,34,'Shop',177,'Et sit mollitia necessitatibus ducimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2041,33,'Shop',163,'Ut at hic consequatur atque delectus cum deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2042,3,'Shop',174,'Perferendis dignissimos minima odit incidunt distinctio fuga cumque minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2043,21,'Shop',17,'Ut placeat vero vitae voluptatibus ipsam enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2044,18,'Shop',293,'Ea tempore labore sed soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2045,13,'Shop',83,'Tempora eveniet sit incidunt quia voluptates quibusdam ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2046,3,'Shop',294,'Labore cumque ipsam suscipit id non facere aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2047,30,'Shop',163,'Debitis eaque neque officiis possimus doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2048,26,'Shop',64,'Ab est et ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2049,27,'Shop',48,'Ad id perspiciatis voluptates eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2050,33,'Shop',258,'Qui ducimus assumenda laudantium libero eaque fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2051,10,'Shop',241,'Est provident temporibus quia magni quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2052,27,'Shop',295,'Vero omnis nemo molestias consequuntur officia a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2053,5,'Shop',37,'Quis sapiente magni porro vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2054,6,'Shop',267,'Quis consequatur libero id laboriosam nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2055,26,'Shop',81,'Et nam totam enim ipsa itaque dicta eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2056,18,'Shop',222,'Id eum maxime quis eaque deserunt facere quia expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2057,17,'Shop',99,'Et deserunt quos laudantium non id quidem dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2058,5,'Shop',267,'Voluptatem natus qui ea sequi porro cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2059,27,'Shop',226,'Harum velit rerum ut soluta a omnis itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2060,11,'Shop',167,'Magni tenetur nihil nam quae soluta ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2061,26,'Shop',286,'Culpa libero alias aliquam ratione possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2062,25,'Shop',278,'Maiores ipsa iusto nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2063,28,'Shop',237,'Quaerat eligendi repellendus dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2064,31,'Shop',231,'Est laborum necessitatibus ut et corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2065,24,'Shop',2,'Aspernatur rerum nostrum non velit ipsum dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2066,27,'Shop',4,'Minus nihil aliquid sed aut unde.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2067,26,'Shop',183,'Voluptatibus fuga alias voluptatum debitis unde nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2068,13,'Shop',295,'Cupiditate labore sequi modi repudiandae facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2069,7,'Shop',15,'Sed error est explicabo aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2070,7,'Shop',54,'Esse ut nisi non doloremque impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2071,8,'Shop',240,'Quae et qui dolores maiores inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2072,14,'Shop',204,'Sed officiis fugit quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2073,3,'Shop',98,'Velit consequatur qui cumque sequi ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2074,1,'Shop',10,'Repellendus dolores qui quae qui eveniet maiores quibusdam expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2075,15,'Shop',112,'Assumenda iste quia accusamus et dolor debitis ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2076,15,'Shop',202,'Assumenda voluptas ut quia quod ratione qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2077,20,'Shop',98,'Repudiandae eos harum facilis veniam voluptatem asperiores asperiores sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2078,24,'Shop',20,'Velit alias nostrum ea dolorem eos doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2079,28,'Shop',232,'Temporibus distinctio rem error excepturi officia dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2080,7,'Shop',119,'Assumenda perspiciatis mollitia nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2081,6,'Shop',25,'Asperiores ullam et non commodi velit minus nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2082,11,'Shop',266,'Doloremque debitis amet et corrupti nisi dolores et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2083,12,'Shop',165,'A amet provident inventore omnis id voluptatem deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2084,32,'Shop',171,'Architecto ad aut aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2085,14,'Shop',238,'Inventore quis reiciendis nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2086,32,'Shop',114,'Fuga voluptate corporis eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2087,34,'Shop',216,'Tenetur nihil similique voluptatibus et incidunt suscipit laborum placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2088,31,'Shop',86,'Voluptates eligendi autem mollitia nobis incidunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2089,28,'Shop',177,'Laboriosam sunt ut consectetur expedita ad distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2090,7,'Shop',38,'Debitis nam explicabo minima repellendus dolor dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2091,4,'Shop',151,'Assumenda quia autem ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2092,21,'Shop',74,'Illo reiciendis et mollitia perspiciatis quisquam nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2093,8,'Shop',202,'Voluptatem et laudantium reiciendis magni dolorum officia sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2094,16,'Shop',101,'Possimus nihil necessitatibus laborum voluptas voluptate aspernatur enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2095,13,'Shop',22,'Ut quia mollitia officia accusamus provident nihil molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2096,2,'Shop',150,'Sint nesciunt laborum voluptatem doloribus explicabo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2097,16,'Shop',60,'Cumque quibusdam dolores quae pariatur iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2098,4,'Shop',166,'Corporis veniam labore neque velit aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2099,26,'Shop',217,'Sed consequatur consequatur cum vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2100,17,'Shop',58,'Repellat laboriosam eos similique ut aspernatur quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2101,5,'Shop',198,'Saepe eveniet ea libero et vitae doloribus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2102,23,'Shop',3,'Sed nisi saepe maiores sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2103,25,'Shop',81,'Dolores quidem ut tempore id et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2104,14,'Shop',242,'Quos rerum ea adipisci quis odit voluptatibus pariatur quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2105,3,'Shop',3,'Assumenda odit iusto error dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2106,28,'Shop',141,'Tempora ipsa quidem deserunt nam exercitationem ut et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2107,18,'Shop',162,'Voluptatibus nisi expedita dolorum quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2108,20,'Shop',254,'Sed nihil qui omnis ipsam nostrum dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2109,6,'Shop',145,'Numquam esse possimus quod sed tempora ut repellat omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2110,1,'Shop',27,'Dolore sunt rerum dolor odio et commodi numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2111,14,'Shop',152,'Reprehenderit est exercitationem molestiae aut fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2112,13,'Shop',147,'Eius quia sint similique laborum voluptatem sapiente quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2113,2,'Shop',20,'Perferendis et aliquam cupiditate quas doloribus est numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2114,22,'Shop',37,'Quis laudantium corporis et ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2115,25,'Shop',16,'Corrupti dolor minima nihil exercitationem rerum consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2116,24,'Shop',183,'Ducimus saepe adipisci occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2117,1,'Shop',146,'Eius totam maxime maiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2118,19,'Shop',82,'Voluptate iusto perferendis id quia asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2119,33,'Shop',15,'Voluptates autem blanditiis odio reiciendis sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2120,17,'Shop',107,'Temporibus doloribus molestiae aut delectus possimus earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2121,8,'Shop',55,'Ea autem error voluptatem est eum reprehenderit eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2122,6,'Shop',69,'Sunt rem est cupiditate velit nemo doloremque voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2123,4,'Shop',240,'Sequi animi consequatur eos repellendus minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2124,16,'Shop',283,'Voluptas quia ullam voluptas unde dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2125,13,'Shop',152,'Distinctio rerum qui mollitia dolor placeat et nemo excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2126,8,'Shop',70,'Ducimus omnis est commodi aut excepturi dolorem magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2127,30,'Shop',184,'Quaerat quia commodi provident et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2128,12,'Shop',285,'Et totam recusandae repellat et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2129,31,'Shop',285,'Aspernatur dolorem ut consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2130,29,'Shop',128,'Labore sed veniam reiciendis officia praesentium sed consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2131,19,'Shop',272,'Iste et qui nam quaerat sit eveniet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2132,1,'Shop',282,'Sint fugit autem illo voluptas et mollitia aliquid iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2133,3,'Shop',60,'Velit quia necessitatibus velit suscipit esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2134,21,'Shop',250,'Inventore officia nostrum numquam sapiente dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2135,13,'Shop',265,'In laudantium dicta corrupti qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2136,20,'Shop',170,'Dignissimos amet saepe sit sit perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2137,23,'Shop',98,'Explicabo provident nemo quis saepe quod doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2138,29,'Shop',244,'Deleniti repellendus laboriosam similique sit in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2139,19,'Shop',241,'Aut maxime ea aut debitis quaerat nobis fugiat commodi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2140,24,'Shop',24,'Ipsum excepturi vero voluptatem similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2141,20,'Shop',270,'Sit unde unde et voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2142,26,'Shop',299,'Eveniet occaecati non autem totam quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2143,11,'Shop',152,'Possimus est consequuntur perferendis et architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2144,7,'Shop',70,'Culpa esse labore sunt ex veniam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2145,31,'Shop',106,'Aut et voluptatibus eius est porro sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2146,33,'Shop',198,'Asperiores voluptas rerum temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2147,4,'Shop',54,'Voluptatem sequi animi consectetur neque qui magni.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2148,15,'Shop',211,'Nobis quisquam id tenetur sint ipsam earum laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2149,25,'Shop',200,'Eum consequatur quaerat vero beatae amet molestiae sapiente.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2150,16,'Shop',97,'Ad facere ea optio iure itaque autem odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2151,3,'Shop',139,'Voluptatibus animi quod odit quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2152,33,'Shop',80,'Neque hic molestiae aut ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2153,21,'Shop',157,'Consequatur quis autem adipisci occaecati consequuntur perferendis cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2154,1,'Shop',264,'Aut sit et nobis quibusdam est corporis ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2155,5,'Shop',197,'Quod repellat autem eos dolorem ipsam est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2156,22,'Shop',205,'Optio corrupti ab quod vitae voluptas aspernatur eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2157,27,'Shop',214,'Et facere nemo ea dolorem quia esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2158,4,'Shop',23,'Sed soluta consequatur itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2159,13,'Shop',96,'Officiis consequatur dolore quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
INSERT INTO `comments` (`id`, `commentable_id`, `commentable_type`, `user_id`, `comment`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(2160,29,'Shop',47,'Et explicabo totam laudantium eos inventore corporis facilis nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2161,18,'Shop',213,'Tenetur dicta id aut officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2162,20,'Shop',7,'Repellat architecto quaerat rerum aspernatur voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2163,31,'Shop',110,'Sapiente omnis autem ab incidunt est aliquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2164,32,'Shop',164,'Voluptate autem dolorum et facilis odit sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2165,22,'Shop',269,'Est exercitationem iure eum mollitia est ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2166,8,'Shop',194,'Repellat animi dolor dolorem impedit tenetur eius atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2167,30,'Shop',175,'Impedit voluptate excepturi exercitationem distinctio ut eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2168,18,'Shop',155,'Assumenda ab quod dolore et ipsam dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2169,22,'Shop',90,'Officia velit ut dolores sequi vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2170,3,'Shop',276,'Dolorum voluptatibus incidunt perferendis explicabo eius necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2171,23,'Shop',14,'Necessitatibus dolor et fugiat quae quia non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2172,18,'Shop',234,'Mollitia molestiae iste dolorum saepe quaerat fugiat officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2173,7,'Shop',85,'Suscipit id excepturi eligendi tempora debitis est in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2174,29,'Shop',75,'Aut dignissimos officiis nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2175,14,'Shop',130,'Magni optio dolor aut saepe illum eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2176,31,'Shop',248,'Nemo quae distinctio ut sit voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2177,16,'Shop',223,'Pariatur a nihil itaque voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2178,7,'Shop',63,'Consequatur accusantium facere sint nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2179,11,'Shop',35,'Mollitia iste quisquam earum accusantium esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2180,3,'Shop',76,'Et sed non earum quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2181,24,'Shop',158,'Provident neque minus quis autem similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2182,31,'Shop',262,'Esse quibusdam hic temporibus dicta animi molestiae quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2183,9,'Shop',68,'Provident eum officiis dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2184,2,'Shop',253,'Consequatur eveniet qui aut laborum illo dolorem consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2185,25,'Shop',106,'Eum quis voluptates distinctio libero occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2186,23,'Shop',219,'Et odio iusto exercitationem aut perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2187,8,'Shop',27,'Consequatur harum assumenda nam vero optio et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2188,29,'Shop',4,'Similique modi magnam nostrum eos deserunt quia ipsa totam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2189,15,'Shop',274,'Et laudantium unde ut repudiandae similique rem alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2190,31,'Shop',280,'Voluptatem dolorem rem facere consequatur consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2191,20,'Shop',270,'Omnis ipsum tenetur non iste animi nihil voluptatibus eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2192,33,'Shop',39,'Recusandae est culpa quis assumenda delectus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2193,22,'Shop',124,'Suscipit assumenda sed rem in sint ut quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2194,6,'Shop',2,'Nulla illum non rem est sed nihil provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2195,12,'Shop',244,'Suscipit magni at reprehenderit rerum autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2196,5,'Shop',39,'Culpa quam esse voluptatibus odit debitis sed et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2197,1,'Shop',101,'Praesentium nobis ea ut sint consectetur architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2198,4,'Shop',265,'Et laboriosam nostrum voluptates quasi consequatur impedit nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2199,10,'Shop',76,'Est non commodi nulla sed veritatis perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2200,14,'Shop',176,'Id in cupiditate sint sed aut tenetur vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2201,28,'Shop',48,'Aliquam quod sapiente quisquam quis enim quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2202,12,'Shop',222,'Voluptas inventore quam et placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2203,8,'Shop',207,'Earum quia aut et reprehenderit omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2204,1,'Shop',206,'Molestiae aliquam voluptatum quia est rerum quos tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2205,26,'Shop',258,'Voluptatem voluptatibus ducimus quia rerum voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2206,2,'Shop',5,'Repudiandae ullam facere praesentium recusandae officiis nisi et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2207,32,'Shop',192,'Ut perferendis sequi consequatur harum sit voluptate libero voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2208,5,'Shop',137,'Atque voluptatibus repellat vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2209,8,'Shop',108,'Et nobis hic ut nemo ipsum voluptates sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2210,21,'Shop',133,'Eos repellendus aut voluptas et beatae labore omnis corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2211,8,'Shop',138,'Est perspiciatis possimus commodi voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2212,32,'Shop',246,'Non aut suscipit soluta corporis ut ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2213,24,'Shop',242,'Qui odio ab et quia rerum qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2214,34,'Shop',83,'Illo vel est ut nihil fugiat ut nisi quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2215,20,'Shop',59,'Occaecati commodi dolorem et dolor sequi et molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2216,28,'Shop',86,'Aspernatur autem impedit ipsam doloremque totam laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2217,10,'Shop',9,'Iure officiis sapiente earum eius dolores quia ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2218,24,'Shop',290,'Incidunt nesciunt id iste ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2219,8,'Shop',131,'Qui est nobis aut ut nesciunt perferendis quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2220,5,'Shop',143,'Est est quisquam est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2221,19,'Shop',298,'Sapiente sit est et praesentium nisi rerum nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2222,11,'Shop',280,'Nemo est est quia ullam ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2223,8,'Shop',81,'Consectetur placeat nulla sit dolor sit quasi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2224,5,'Shop',210,'Accusamus nihil ut quis error similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2225,23,'Shop',165,'Quia vel at dolorum iusto ab quis blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2226,10,'Shop',140,'Consequuntur ut hic nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2227,17,'Shop',3,'Temporibus minus sed ullam facilis ad nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2228,20,'Shop',131,'Deleniti quas voluptatibus eos eveniet iste doloribus animi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2229,3,'Shop',277,'Pariatur ea dolores ut tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2230,30,'Shop',100,'Itaque perspiciatis et assumenda facere esse iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2231,16,'Shop',289,'Ea nam deserunt possimus nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2232,10,'Shop',217,'Unde ex id dolorem quia velit molestiae soluta vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2233,24,'Shop',195,'Harum eum assumenda officia adipisci consequatur facere aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2234,24,'Shop',67,'Id commodi nobis quo et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2235,31,'Shop',130,'Ut sit ut dolorem enim non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2236,5,'Shop',252,'Sint ipsum sed asperiores nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2237,23,'Shop',253,'Culpa ex dolor culpa doloremque sit molestiae et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2238,1,'Shop',263,'Corrupti corporis qui maxime est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2239,8,'Shop',63,'Quasi nihil aut perferendis incidunt quis ab iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2240,31,'Shop',273,'Tempore ut non quibusdam est fuga id at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2241,8,'Shop',230,'Et quia incidunt sint ea qui pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2242,8,'Shop',122,'Amet repellendus non sunt sunt modi consequatur sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2243,9,'Shop',261,'Asperiores dolor quia et rerum dolorum qui facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2244,6,'Shop',300,'Facilis est quia in amet cupiditate eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2245,31,'Shop',300,'Aspernatur repellendus non quos in quaerat maiores nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2246,2,'Shop',26,'Sapiente beatae ipsum quasi autem atque consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2247,12,'Shop',2,'Repellat dolores ut ut perferendis eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2248,31,'Shop',283,'Doloremque ducimus dolorem nobis vitae vel quae ducimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2249,2,'Shop',284,'Debitis quasi distinctio fuga minus sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2250,8,'Shop',93,'In et est consequatur et tenetur pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2251,34,'Shop',115,'Minima magni sint laudantium eum quos illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2252,8,'Shop',83,'Temporibus cumque nam voluptates quia nihil recusandae nihil aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2253,34,'Shop',252,'Iste aut eum ducimus quo sed asperiores quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2254,17,'Shop',84,'Similique quis in quia ad quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2255,3,'Shop',55,'Vel dolorum eligendi in reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2256,12,'Shop',86,'Est autem molestiae et quibusdam eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2257,10,'Shop',118,'Dolores perferendis eius ipsum eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2258,28,'Shop',163,'Error eveniet est nihil quia et consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2259,33,'Shop',127,'Aspernatur itaque quae omnis harum temporibus voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2260,21,'Shop',142,'Aut optio distinctio commodi neque maxime rem ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2261,25,'Shop',265,'Adipisci ipsa rem occaecati laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2262,24,'Shop',209,'Ut aut recusandae nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2263,10,'Shop',194,'Eaque mollitia asperiores explicabo aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2264,33,'Shop',114,'Voluptas dolores quidem totam vero non amet fugit ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2265,26,'Shop',212,'Atque porro repellendus non qui maxime voluptas omnis beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2266,12,'Shop',37,'Quis adipisci qui ut cumque officia voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2267,20,'Shop',25,'Autem quod nobis enim illo modi harum facilis doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2268,10,'Shop',152,'Quia ab rem non eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2269,30,'Shop',121,'Ipsam voluptas quo ducimus ut explicabo quisquam soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2270,8,'Shop',264,'Repellendus illo reprehenderit inventore quia reiciendis ullam qui molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2271,31,'Shop',244,'Cum laborum reiciendis ut laudantium id facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2272,23,'Shop',138,'Voluptates tenetur accusamus sint omnis et accusamus blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2273,34,'Shop',214,'Nobis nemo eum laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2274,18,'Shop',126,'Officiis eum quis molestiae qui neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2275,21,'Shop',273,'Dolores eligendi odit omnis eligendi incidunt quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2276,4,'Shop',10,'Sed consequatur porro quo qui rem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2277,27,'Shop',237,'Ut repellat unde non quae veritatis ipsum rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2278,11,'Shop',116,'Consectetur est aut aut aut ea omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2279,2,'Shop',142,'Quod ut est sit aliquam numquam architecto ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2280,17,'Shop',44,'Iste commodi provident necessitatibus sit architecto officia error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2281,12,'Shop',261,'Sed ut consequatur reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2282,12,'Shop',27,'Sapiente in quos est qui ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2283,26,'Shop',264,'Quo velit quibusdam inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2284,34,'Shop',192,'Eos omnis eligendi ipsum quia asperiores consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2285,27,'Shop',59,'Repellat quisquam quo quod beatae rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2286,15,'Shop',277,'Iure dolores assumenda qui dolor eligendi nihil nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2287,6,'Shop',222,'Omnis ut sit recusandae repellat placeat nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2288,15,'Shop',27,'Sapiente ut dolore non et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2289,22,'Shop',256,'Accusamus explicabo sapiente quia recusandae consectetur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2290,9,'Shop',54,'Accusantium laboriosam enim quae eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2291,29,'Shop',177,'Velit nihil natus necessitatibus et qui qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2292,8,'Shop',291,'Labore nam voluptatum reprehenderit tempore nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2293,16,'Shop',7,'Sequi modi accusantium est sed necessitatibus voluptate quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2294,8,'Shop',131,'Omnis quo qui repellendus delectus ut magnam aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2295,3,'Shop',213,'Ut sed ab nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2296,13,'Shop',131,'Et inventore culpa quas est aut amet et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2297,5,'Shop',38,'Quis vero impedit quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2298,8,'Shop',110,'Iure explicabo est temporibus qui odio labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2299,28,'Shop',298,'Accusamus autem nemo omnis repudiandae temporibus ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2300,25,'Shop',17,'Provident aut eius illo necessitatibus aliquid ut et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2301,22,'Shop',142,'Rerum ut perspiciatis beatae quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2302,29,'Shop',112,'Voluptatibus dolor aut quos sunt qui culpa voluptatibus non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2303,5,'Shop',277,'Facere qui quia veritatis velit consequatur est facere autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2304,5,'Shop',277,'Vitae ipsam sed est porro eos quibusdam eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2305,20,'Shop',88,'Nisi asperiores dolores doloribus ducimus quod dolores voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2306,10,'Shop',227,'Et alias sequi accusamus a voluptatum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2307,19,'Shop',261,'Ea quia cum in doloribus voluptate rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2308,27,'Shop',222,'Et vel esse dolore distinctio ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2309,16,'Shop',174,'Ipsa adipisci ex quaerat laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2310,17,'Shop',20,'Aspernatur aliquid iusto quo iusto placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2311,16,'Shop',165,'Aut iusto et aspernatur amet et sunt fugiat ducimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2312,1,'Shop',288,'Eaque maxime ut est quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2313,31,'Shop',18,'Aut omnis quis minus architecto et id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2314,23,'Shop',286,'Totam quidem doloribus deserunt ex ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2315,32,'Shop',172,'Libero aperiam quae minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2316,25,'Shop',240,'Et temporibus id corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2317,21,'Shop',203,'Autem ad perspiciatis iste quasi facere est magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2318,29,'Shop',139,'Qui accusantium quis dolorem numquam voluptatibus mollitia laborum rem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2319,20,'Shop',96,'Corporis velit aut natus itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2320,6,'Shop',37,'Quia tempora aliquam sunt molestias neque perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2321,21,'Shop',201,'Hic ex molestias blanditiis enim neque qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2322,28,'Shop',30,'Harum magnam debitis ut dolorem ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2323,10,'Shop',47,'Accusamus saepe qui quis officiis ipsum impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2324,6,'Shop',199,'Aut et nam ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2325,21,'Shop',101,'Quia aliquam vel sunt quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2326,21,'Shop',106,'Exercitationem et et sint a qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2327,31,'Shop',87,'Beatae est et rem sed dolorem eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2328,30,'Shop',96,'Est modi illum aut impedit ea pariatur aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2329,10,'Shop',245,'Praesentium quia quam qui consequuntur distinctio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2330,10,'Shop',210,'Iure consequatur incidunt sed reiciendis qui perspiciatis nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2331,33,'Shop',104,'Reprehenderit necessitatibus et blanditiis libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2332,10,'Shop',253,'At nihil velit nulla error voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2333,18,'Shop',190,'Suscipit vel sit quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2334,12,'Shop',95,'Aut voluptatem dolores nostrum cumque iure id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2335,24,'Shop',27,'Quis unde incidunt ea error repellendus iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2336,24,'Shop',56,'Dolores quaerat deleniti aliquid totam placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2337,21,'Shop',13,'Necessitatibus recusandae error voluptate omnis incidunt sunt a.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2338,30,'Shop',257,'Est ut culpa et fugiat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2339,5,'Shop',115,'Eaque qui quod libero et modi facere temporibus rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2340,24,'Shop',52,'In vel aut recusandae iure officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2341,6,'Shop',262,'Sit ea eius est excepturi eius non sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2342,24,'Shop',232,'Nostrum consequatur deserunt maiores reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2343,9,'Shop',284,'Dolorum voluptatibus ea cumque nulla earum dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2344,5,'Shop',86,'Ut et iusto quidem qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2345,24,'Shop',171,'Ut illum qui aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2346,20,'Shop',212,'Facere quam dolorum odit aut est et maxime dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2347,20,'Shop',266,'Vel cumque labore dicta ducimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2348,7,'Shop',79,'Ut vel asperiores neque repudiandae molestiae at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2349,32,'Shop',89,'Adipisci in voluptates pariatur at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2350,33,'Shop',93,'Qui itaque cum dignissimos vel vel officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2351,29,'Shop',200,'Et voluptatem voluptas unde porro rem fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2352,6,'Shop',115,'A magnam vero dignissimos sed excepturi nisi possimus sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2353,29,'Shop',190,'Molestiae recusandae doloribus voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2354,6,'Shop',175,'Et ex deleniti assumenda facilis dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2355,21,'Shop',203,'Molestiae est rerum architecto error enim sunt iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2356,2,'Shop',275,'Ea tempora rem excepturi doloremque necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2357,11,'Shop',27,'Ut omnis praesentium nihil et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2358,21,'Shop',249,'Dolor pariatur maxime expedita.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2359,22,'Shop',275,'Vel tempora aut fugit dolore porro nobis laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2360,14,'Shop',51,'Explicabo ut excepturi repudiandae voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2361,1,'Shop',288,'Architecto numquam excepturi et occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2362,22,'Shop',261,'Ut rerum reprehenderit alias nisi recusandae iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2363,26,'Shop',282,'Temporibus incidunt eos optio qui ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2364,19,'Shop',106,'Rerum ut et ratione illum facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2365,2,'Shop',159,'Et et error aut cumque et quia est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2366,22,'Shop',65,'Voluptas accusantium impedit laborum repellendus non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2367,20,'Shop',220,'Quia quam pariatur eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2368,4,'Shop',12,'Blanditiis aperiam reprehenderit quisquam ut ea ullam reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2369,27,'Shop',40,'Doloribus sint officiis et in molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2370,19,'Shop',280,'Et ut animi saepe commodi suscipit ea ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2371,13,'Shop',145,'Molestiae eos aut tempora delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2372,6,'Shop',214,'Quo non sequi iusto similique reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2373,32,'Shop',243,'Autem sint commodi exercitationem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2374,14,'Shop',159,'Laborum dolorem quis dicta veniam in cupiditate quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2375,2,'Shop',234,'Aut ratione earum dolore illo nesciunt amet ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2376,6,'Shop',108,'Veritatis quibusdam alias doloribus sequi hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2377,9,'Shop',12,'Modi nemo aut recusandae dignissimos repellat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2378,20,'Shop',156,'Corporis officiis magnam sunt iure et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2379,19,'Shop',228,'Iste dolor dicta saepe eius amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2380,16,'Shop',208,'Voluptatem eos et consectetur nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2381,28,'Shop',169,'Dicta nam suscipit aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2382,18,'Shop',181,'Modi at officia distinctio labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2383,31,'Shop',158,'Ratione sit omnis nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2384,19,'Shop',213,'Et eum repellat minus voluptatem deserunt reiciendis accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2385,25,'Shop',274,'In et ut et minima officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2386,28,'Shop',208,'Quis quia neque iste dolores incidunt error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2387,16,'Shop',262,'Expedita blanditiis sed ut et optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2388,2,'Shop',209,'Eaque praesentium magnam sed voluptatum voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2389,8,'Shop',48,'Minima dicta eveniet rerum veniam aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2390,20,'Shop',73,'Aspernatur ratione veritatis velit corporis totam doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2391,10,'Shop',283,'Dolorem aut eos necessitatibus sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2392,16,'Shop',235,'Ratione sed ullam sunt et voluptates rerum esse.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2393,5,'Shop',276,'Dolorem amet facere voluptatem nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2394,14,'Shop',168,'Magni ea aut aut officia nesciunt id ad sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2395,7,'Shop',15,'Neque est sequi aut sint neque dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2396,11,'Shop',86,'Et atque illo voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2397,7,'Shop',33,'Est eum tempora repellendus dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2398,34,'Shop',134,'Eius debitis sunt distinctio voluptatum nihil aut ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2399,1,'Shop',138,'Ipsam sequi natus quia et voluptas dolorem blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2400,1,'Shop',1,'Quos quibusdam ipsam cupiditate adipisci perspiciatis sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2401,26,'Shop',282,'Unde ea voluptatem aut impedit aperiam ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2402,18,'Shop',131,'Neque molestiae rem et excepturi delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2403,27,'Shop',244,'Perspiciatis corrupti amet sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2404,32,'Shop',98,'Maxime voluptatibus provident molestiae autem dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2405,23,'Shop',54,'Fugit sed fugiat eaque reiciendis autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2406,14,'Shop',172,'Et voluptatibus aut autem at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2407,18,'Shop',189,'Quaerat saepe consequatur laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2408,10,'Shop',197,'Molestias nesciunt ducimus rerum perferendis qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2409,10,'Shop',94,'Aut amet eum similique eos facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2410,11,'Shop',170,'Corporis et consequatur repudiandae voluptas provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2411,31,'Shop',273,'Enim soluta adipisci qui autem blanditiis ut voluptate est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2412,4,'Shop',40,'Molestiae quam delectus perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2413,29,'Shop',170,'Dolorem voluptas consequuntur accusantium voluptates.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2414,1,'Shop',231,'Qui non ut mollitia tempore recusandae earum modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2415,34,'Shop',53,'Deleniti qui non et omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2416,9,'Shop',190,'Amet sequi est quis impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2417,1,'Shop',194,'Fugiat inventore maiores minus voluptates et veritatis sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2418,2,'Shop',8,'Laborum tenetur voluptatem ea est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2419,5,'Shop',52,'Quis sed dicta perferendis consequatur ad deleniti provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2420,23,'Shop',120,'Fugit autem excepturi facere voluptas odit sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2421,18,'Shop',15,'Ipsum aspernatur est fuga culpa ducimus eos consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2422,10,'Shop',61,'Nobis facere et nulla debitis assumenda totam molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2423,24,'Shop',85,'Magni quasi ut consequuntur repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2424,5,'Shop',10,'Quia facilis explicabo ut aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2425,15,'Shop',270,'Quo veniam et laboriosam ut ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2426,17,'Shop',82,'Unde officiis alias fugit omnis omnis quo magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2427,8,'Shop',204,'Ullam aperiam cumque consectetur nobis aut explicabo sit quisquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2428,7,'Shop',190,'Quaerat similique ea sed ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2429,25,'Shop',235,'Possimus magnam quod sequi et saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2430,30,'Shop',131,'Numquam consequatur odio aut quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2431,34,'Shop',75,'Eius necessitatibus aut explicabo quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2432,34,'Shop',254,'Omnis ut aperiam deserunt necessitatibus quasi ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2433,28,'Shop',14,'Iure deserunt nesciunt enim magnam in non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2434,2,'Shop',171,'Iure ut voluptatibus harum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2435,14,'Shop',211,'Voluptas aut voluptatem consequatur repellat omnis nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2436,3,'Shop',264,'Vitae voluptatibus hic odio aut id quo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2437,29,'Shop',119,'Eaque dolorem eveniet quis non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2438,12,'Shop',99,'Quo minima cupiditate eum et hic hic nihil blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2439,10,'Shop',98,'Debitis qui quos facere velit totam eos eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2440,15,'Shop',197,'Veniam porro tempore quia pariatur voluptas sit est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2441,7,'Shop',116,'Id et voluptatem ut aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2442,19,'Shop',218,'Molestiae eveniet ipsum nesciunt est et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2443,21,'Shop',79,'Cum necessitatibus ex enim non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2444,26,'Shop',57,'Occaecati et et dolore molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2445,10,'Shop',103,'Cupiditate consectetur qui sint molestiae voluptatem non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2446,24,'Shop',1,'Voluptatem quidem repudiandae quia illo ut voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2447,30,'Shop',234,'Similique ullam tempora velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2448,9,'Shop',217,'Tenetur voluptates consequatur est rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2449,27,'Shop',121,'Aut ullam suscipit perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2450,25,'Shop',206,'Qui repellat maiores fugit ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2451,27,'Shop',196,'Minima quae voluptate sit qui itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2452,22,'Shop',92,'Delectus dolores distinctio eaque eos et magnam accusantium numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2453,28,'Shop',259,'Nostrum commodi mollitia eligendi dolor numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2454,23,'Shop',297,'Id esse qui veniam accusantium voluptatem numquam nulla voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2455,30,'Shop',270,'Temporibus cum fugiat amet quidem et facere ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2456,6,'Shop',195,'Enim in eaque consequatur at ipsa eos suscipit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2457,29,'Shop',12,'Eum aut nihil soluta unde error nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2458,30,'Shop',250,'Facere eaque quaerat veritatis fuga placeat sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2459,19,'Shop',2,'Hic est qui minus at rerum atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2460,3,'Shop',49,'Unde adipisci placeat ea tempore est doloremque maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2461,31,'Shop',100,'Dolores non esse esse in quod voluptatum quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2462,8,'Shop',243,'Quo fuga rerum cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2463,19,'Shop',275,'Voluptas et quae eos ipsum officiis quia iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2464,9,'Shop',115,'Voluptas sint quo adipisci ad ea nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2465,12,'Shop',222,'Culpa quis explicabo facilis sit amet quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2466,26,'Shop',18,'Est accusantium magnam dignissimos dolor facere ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2467,31,'Shop',228,'Velit ut asperiores eos quia maiores alias doloribus praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2468,19,'Shop',62,'Explicabo sapiente necessitatibus recusandae deserunt et velit ipsa ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2469,23,'Shop',10,'Repudiandae consequatur ratione est maxime nihil quod veritatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2470,26,'Shop',162,'Inventore asperiores in molestiae dolor id facere modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2471,33,'Shop',85,'Debitis saepe est eaque deserunt quas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2472,23,'Shop',298,'Odit nobis ea ratione voluptatem ad nulla in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2473,21,'Shop',44,'Doloribus esse explicabo molestias autem repellat porro.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2474,29,'Shop',163,'Nihil vero qui nobis nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2475,30,'Shop',119,'Ullam rerum consectetur provident nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2476,17,'Shop',135,'Beatae dolore dolores non sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2477,32,'Shop',225,'Quasi voluptatibus a rem mollitia sint delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2478,22,'Shop',170,'Maxime dolores veniam consequatur numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2479,12,'Shop',90,'Vitae ipsa nesciunt impedit quidem est ullam repellat omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2480,24,'Shop',176,'Ut sint ut quibusdam ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2481,4,'Shop',41,'Beatae excepturi voluptatum delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2482,27,'Shop',162,'Voluptas sit quam architecto aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2483,33,'Shop',12,'Porro est ex perspiciatis quos corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2484,26,'Shop',45,'Autem molestiae et unde itaque id sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2485,15,'Shop',169,'Deserunt fugiat harum deleniti id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2486,10,'Shop',201,'Provident optio vitae cum perspiciatis nihil odit architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2487,34,'Shop',84,'Deleniti dicta omnis quae perspiciatis neque accusantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2488,4,'Shop',259,'Saepe amet rerum tenetur nam ut qui ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2489,13,'Shop',45,'Voluptas velit esse vel aperiam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2490,33,'Shop',103,'Dolor minima voluptates aut illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2491,25,'Shop',137,'Non suscipit fuga quidem aliquid aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2492,22,'Shop',295,'Dolor omnis minus tenetur occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2493,6,'Shop',91,'Tempora voluptate voluptatem totam quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2494,28,'Shop',283,'Quia et vel et repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2495,26,'Shop',139,'Consectetur ut non quis eaque et voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2496,31,'Shop',10,'Eos commodi pariatur perspiciatis quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2497,10,'Shop',20,'Deleniti a et quia non sit est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2498,30,'Shop',219,'Repudiandae dolorum culpa in quisquam libero reiciendis molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2499,33,'Shop',39,'Hic alias nihil id placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2500,1,'Shop',52,'Rerum quia est asperiores et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2501,30,'Shop',212,'Et laborum expedita nihil aliquam est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2502,24,'Shop',27,'Nostrum vel sunt soluta debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2503,25,'Shop',131,'Eveniet vel modi sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2504,10,'Shop',62,'Vitae quidem est provident illum eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2505,24,'Shop',197,'Non voluptas ad in in qui laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2506,25,'Shop',140,'Alias in cumque quia excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2507,1,'Shop',104,'Odio saepe totam corporis quisquam error sed sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2508,6,'Shop',92,'Aut assumenda earum omnis numquam et soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2509,14,'Shop',91,'Et reiciendis sint odio voluptatem et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2510,17,'Shop',116,'Id voluptas voluptatem iure dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2511,16,'Shop',14,'Excepturi corrupti culpa omnis ipsam et nisi alias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2512,28,'Shop',273,'Eos quae voluptatem tenetur sit eos mollitia dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2513,7,'Shop',89,'Occaecati dolorem qui maiores natus esse voluptas non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2514,5,'Shop',206,'Deleniti ab reprehenderit ut tenetur eum hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2515,20,'Shop',71,'Non rerum dignissimos vel non adipisci omnis excepturi dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2516,1,'Shop',7,'Sit aut et ut eligendi natus vel officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2517,10,'Shop',144,'Enim quis quo minima quam perferendis inventore corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2518,19,'Shop',155,'Perspiciatis omnis dicta labore commodi in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2519,15,'Shop',105,'Eos cum sit assumenda repellat non nam id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2520,10,'Shop',271,'Asperiores eius velit tempora itaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2521,4,'Shop',56,'Possimus consequatur aut dignissimos molestiae eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2522,19,'Shop',207,'Distinctio et laborum saepe ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2523,5,'Shop',120,'Molestiae pariatur voluptas nihil ut enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2524,18,'Shop',60,'Temporibus et reprehenderit repellendus rerum voluptate mollitia quae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2525,6,'Shop',220,'Sit rerum illo odit fugiat deserunt quidem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2526,4,'Shop',35,'Voluptatum eveniet aspernatur quos consequatur sapiente placeat sit eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2527,20,'Shop',125,'Fuga consequatur possimus rerum voluptatem enim illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2528,27,'Shop',77,'Iusto voluptas et esse quia beatae eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2529,4,'Shop',26,'Vero dolores beatae velit eveniet in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2530,16,'Shop',122,'In optio quas et excepturi optio nesciunt corporis quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2531,32,'Shop',209,'Voluptate delectus laboriosam ut sed nisi omnis perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2532,4,'Shop',288,'Quidem laborum sed ratione.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2533,11,'Shop',59,'Id qui exercitationem nam nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2534,11,'Shop',285,'Libero qui delectus adipisci natus pariatur tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2535,1,'Shop',138,'Dolorem nesciunt ullam voluptate velit qui aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2536,2,'Shop',168,'Aliquid sed qui repellat beatae ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2537,30,'Shop',70,'Dolorem tempora itaque id rem illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2538,8,'Shop',73,'Dolorum alias autem perferendis assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2539,4,'Shop',135,'Est accusamus quo soluta et laudantium corporis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2540,3,'Shop',203,'Sapiente harum aut explicabo fuga adipisci velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2541,14,'Shop',86,'Est quisquam adipisci eos ratione quo quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2542,33,'Shop',68,'Officia minima amet ut corrupti quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2543,9,'Shop',133,'Ut maxime velit aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2544,17,'Shop',262,'Dicta aut laborum optio optio est odio eos praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2545,1,'Shop',179,'Corrupti et ab quia eius expedita rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2546,20,'Shop',183,'Ut dicta adipisci id voluptate quos non iste non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2547,23,'Shop',181,'Et officia quis ea cumque reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2548,27,'Shop',228,'Laboriosam nam vitae hic iure non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2549,25,'Shop',181,'Corporis alias qui voluptatem cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2550,31,'Shop',253,'Eos veritatis sed et non vitae eum sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2551,31,'Shop',282,'Ducimus atque et et natus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2552,3,'Shop',118,'Deserunt enim nihil et beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2553,10,'Shop',64,'Et beatae non quo asperiores ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2554,8,'Shop',30,'Magnam aut eaque voluptas sint in ad et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2555,2,'Shop',159,'At eveniet deleniti et impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2556,24,'Shop',123,'Qui hic omnis sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2557,34,'Shop',256,'Maiores voluptates accusamus quibusdam optio voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2558,19,'Shop',186,'Aperiam perferendis impedit qui delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2559,13,'Shop',273,'Harum aut ut odio eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2560,27,'Shop',8,'Et et voluptatem sed nemo repellendus sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2561,11,'Shop',232,'Velit nesciunt repellendus placeat voluptatibus delectus dicta quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2562,29,'Shop',81,'Qui ut reiciendis earum aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2563,27,'Shop',114,'Et praesentium omnis fugit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2564,32,'Shop',286,'Molestiae aut dolor ut aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2565,19,'Shop',136,'Aut quae aut perferendis odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2566,6,'Shop',277,'Quasi temporibus earum omnis occaecati natus consequatur et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2567,16,'Shop',153,'Quibusdam assumenda asperiores aut veniam ratione natus omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2568,16,'Shop',276,'Laudantium quis ut aliquid illum perferendis autem temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2569,17,'Shop',274,'Est repellendus perspiciatis consequuntur id impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2570,2,'Shop',225,'Iure est quisquam sed ut earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2571,14,'Shop',252,'Eveniet quas aut repudiandae sit nam nostrum occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2572,10,'Shop',274,'Iste aliquam aut a corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2573,26,'Shop',68,'Laudantium nulla et non molestiae qui aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2574,32,'Shop',266,'Quis eum esse atque rem molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2575,7,'Shop',270,'Est eligendi voluptatem et et enim sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2576,8,'Shop',113,'Sed ut explicabo enim laboriosam temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2577,15,'Shop',260,'Qui et quibusdam quidem assumenda repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2578,3,'Shop',27,'Quia esse numquam quis culpa debitis hic et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2579,34,'Shop',142,'Vel id ea qui quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2580,14,'Shop',78,'Eos nihil quasi rerum laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2581,22,'Shop',206,'Quis tempore exercitationem aut commodi minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2582,2,'Shop',250,'Aut blanditiis quae et beatae ut a quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2583,19,'Shop',197,'Quo ut quia repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2584,32,'Shop',153,'Et cumque non quaerat excepturi eius dolores consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2585,9,'Shop',150,'Dolorem voluptatibus odit reiciendis voluptatum quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2586,14,'Shop',135,'Eligendi ut eos voluptatum illo et nam quidem facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2587,17,'Shop',58,'At molestiae quae harum non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2588,8,'Shop',69,'Fugit unde velit similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2589,25,'Shop',88,'Modi voluptatem maiores consequuntur quae a doloremque laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2590,13,'Shop',159,'Sunt quod sunt architecto voluptatem reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2591,7,'Shop',240,'Est reprehenderit officia reprehenderit nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2592,4,'Shop',64,'Sunt et deserunt consequuntur ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2593,27,'Shop',95,'Accusamus inventore in aut quasi aut libero aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2594,12,'Shop',281,'Quae fuga fugiat cupiditate sit esse in architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2595,27,'Shop',272,'Fugit quis quia saepe consequatur quo libero est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2596,31,'Shop',13,'Voluptatem eaque libero minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2597,21,'Shop',187,'Voluptatibus iste voluptatum aut porro.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2598,3,'Shop',178,'Omnis praesentium eos et dolores nostrum qui doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2599,5,'Shop',118,'Illum amet nesciunt aut corrupti molestiae est blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2600,14,'Shop',102,'Beatae ab omnis deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2601,14,'Shop',103,'Sit repudiandae ea ut nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2602,2,'Shop',260,'Voluptas dolorem rerum nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2603,14,'Shop',106,'Laborum similique adipisci et quis numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2604,17,'Shop',109,'Unde dicta sit asperiores et asperiores magnam perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2605,4,'Shop',299,'Non ducimus sit voluptatum rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2606,5,'Shop',101,'Consectetur quas et consequatur at mollitia velit tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2607,17,'Shop',155,'Quod ducimus magni ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2608,16,'Shop',139,'Sit pariatur nesciunt rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2609,28,'Shop',139,'Dolorem occaecati ut voluptatum nemo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2610,14,'Shop',74,'Libero sed dolorem sunt nobis harum est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2611,34,'Shop',212,'Aut suscipit accusamus ut quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2612,8,'Shop',191,'Quo aut velit quisquam asperiores occaecati iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2613,20,'Shop',266,'Vel et quia aspernatur blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2614,33,'Shop',132,'Nostrum ipsam ea eum architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2615,20,'Shop',293,'Architecto nihil occaecati voluptatem consequatur est quia aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2616,18,'Shop',6,'Mollitia eum dolore ut voluptas sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2617,22,'Shop',61,'Dolorem quia esse dolor nisi culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2618,31,'Shop',202,'Explicabo sint repellat tempore dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2619,12,'Shop',134,'Repellat ut quisquam numquam aspernatur eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2620,20,'Shop',213,'Sunt delectus ab deserunt culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2621,25,'Shop',281,'Mollitia sit sunt dolor id modi iste.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2622,28,'Shop',225,'Expedita et ullam qui sed occaecati cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2623,6,'Shop',175,'Saepe alias qui dicta quae quibusdam sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2624,20,'Shop',251,'Minima quos quis officia maxime unde quo nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2625,12,'Shop',135,'Aliquam quo eum repudiandae qui sit voluptate sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2626,22,'Shop',137,'Quisquam et deleniti sint fugit quia aut et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2627,26,'Shop',120,'Error fugiat dolorem mollitia debitis nulla exercitationem omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2628,7,'Shop',112,'Qui vero sunt fuga qui saepe iure qui perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2629,21,'Shop',25,'Qui ipsam impedit iure inventore beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2630,33,'Shop',73,'Asperiores nobis voluptas similique est labore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2631,8,'Shop',259,'Voluptates minima adipisci libero neque molestiae quas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2632,33,'Shop',4,'Reprehenderit molestiae quam neque consectetur iure ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2633,11,'Shop',206,'Qui minus rerum consequatur ex voluptas aut odit libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2634,33,'Shop',220,'Illum deleniti quibusdam et hic aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2635,5,'Shop',169,'Modi tenetur sit quasi consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2636,5,'Shop',146,'Expedita nesciunt ab occaecati voluptate culpa reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2637,19,'Shop',8,'Explicabo et quis accusantium consequuntur inventore laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2638,31,'Shop',224,'Laborum exercitationem incidunt suscipit reiciendis ut consequuntur voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2639,6,'Shop',191,'Iste odit iure et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2640,24,'Shop',286,'Voluptatibus ut et et et ut porro error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2641,21,'Shop',210,'Consequatur culpa quia modi voluptatem pariatur ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2642,10,'Shop',244,'Quibusdam aliquid non voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2643,25,'Shop',254,'Et ab consectetur est doloremque temporibus debitis vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2644,30,'Shop',165,'Adipisci sint reprehenderit voluptate et molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2645,23,'Shop',96,'Expedita placeat nobis aut id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2646,13,'Shop',83,'Qui qui enim tempora maxime ad aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2647,26,'Shop',114,'Officiis id aspernatur rerum sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2648,1,'Shop',60,'Optio beatae provident repellendus sequi numquam non asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2649,27,'Shop',254,'Autem officia at nemo adipisci veritatis quasi et facilis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2650,4,'Shop',144,'Vel id ipsum id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2651,11,'Shop',156,'Consequatur quibusdam id optio culpa odio fuga quo ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2652,7,'Shop',275,'Fugiat vel autem corrupti in cupiditate consequatur id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2653,30,'Shop',105,'Dolorem dolor esse molestiae quaerat quae facere consequatur vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2654,2,'Shop',81,'Officia ut et omnis sed deleniti rerum totam deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2655,5,'Shop',102,'Odio culpa ut enim ea accusamus incidunt voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2656,25,'Shop',40,'Ea voluptas et aut praesentium ducimus cupiditate qui minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2657,26,'Shop',282,'Sit quod dicta voluptatem illo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2658,4,'Shop',229,'Veritatis ratione enim velit et deleniti sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2659,13,'Shop',32,'Numquam fugit adipisci quia esse et impedit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2660,16,'Shop',46,'Sequi fugit in animi dolore rerum amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2661,13,'Shop',117,'Excepturi illum accusantium voluptatum quam assumenda deserunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2662,20,'Shop',256,'Ipsum veniam illum rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2663,34,'Shop',23,'Sequi ut vel eius id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2664,15,'Shop',133,'Placeat aut quia alias suscipit sequi molestiae unde vitae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2665,4,'Shop',243,'Doloribus consequuntur veniam et asperiores provident repellendus enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2666,14,'Shop',13,'Suscipit voluptas amet adipisci autem ipsum occaecati officiis eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2667,10,'Shop',39,'Labore et quibusdam ut fugiat qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2668,13,'Shop',273,'Quas esse non enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2669,31,'Shop',27,'Unde quos consequatur sint aut sit minima voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2670,29,'Shop',153,'Quos et dolorem sed illum ex autem enim numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2671,17,'Shop',168,'Dolor nobis aut commodi odit nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2672,32,'Shop',7,'Recusandae adipisci vel expedita eos odit quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2673,2,'Shop',13,'Accusantium eum et quo accusantium id dignissimos illum consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2674,15,'Shop',45,'Dolores quo sint ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2675,31,'Shop',42,'Sed laboriosam quam modi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2676,8,'Shop',199,'Laudantium porro qui aspernatur molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2677,8,'Shop',281,'Consequatur nesciunt aut quia maiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2678,22,'Shop',58,'Rerum nihil amet distinctio minima voluptatem voluptas inventore hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2679,26,'Shop',193,'Sunt saepe voluptas non ipsam voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2680,25,'Shop',101,'Nisi qui quos dolorem commodi est quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2681,3,'Shop',145,'Saepe natus harum omnis quidem voluptas ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2682,26,'Shop',180,'Rem quidem a adipisci.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2683,4,'Shop',63,'Quis deleniti impedit ut dolor dolorem et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2684,15,'Shop',57,'Ut et qui qui tempora eius porro.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2685,29,'Shop',106,'Iure velit sit at fugit eos placeat quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2686,16,'Shop',155,'Modi velit dolores aspernatur assumenda et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2687,22,'Shop',60,'Sunt reiciendis modi autem provident quia non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2688,18,'Shop',185,'Officiis asperiores eaque harum consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2689,28,'Shop',224,'Quis dicta ut qui distinctio nulla aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2690,8,'Shop',290,'Iure esse commodi sequi quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2691,10,'Shop',42,'Quia quia rerum praesentium ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2692,34,'Shop',257,'Mollitia odit in qui suscipit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2693,32,'Shop',225,'Nihil voluptates eum nihil sit repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2694,17,'Shop',137,'Necessitatibus id sunt voluptas laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2695,25,'Shop',177,'Voluptate qui cupiditate quod ullam cumque sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2696,20,'Shop',123,'Magnam ut consequatur aut reiciendis facere accusantium rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2697,29,'Shop',202,'Fugit esse rerum quas quo reprehenderit ipsam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2698,13,'Shop',165,'Porro dolores ipsa ut cumque molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2699,30,'Shop',212,'Consequatur distinctio quisquam et aut sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2700,17,'Shop',65,'Quo aut et a voluptate aperiam alias in ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2701,13,'Shop',57,'Vitae illo dolores adipisci asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2702,18,'Shop',61,'Exercitationem natus nisi distinctio officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2703,1,'Shop',291,'Sint dicta cum voluptatibus odio et ut est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2704,17,'Shop',65,'Ut quasi vitae ut quam ad enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2705,26,'Shop',256,'Est voluptate nihil sapiente est vel ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2706,3,'Shop',57,'Laboriosam voluptas ut suscipit earum et dolor laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2707,4,'Shop',216,'Sed aliquid labore distinctio optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2708,1,'Shop',168,'Odit vel dicta quo totam explicabo omnis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2709,19,'Shop',45,'Esse eum rerum in qui et neque nesciunt in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2710,26,'Shop',158,'Sit vero aut dignissimos ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2711,34,'Shop',140,'Doloribus vitae doloremque ut ipsum aut tempore inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2712,27,'Shop',287,'Repellat aspernatur qui qui libero aut eius perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2713,3,'Shop',213,'Et eveniet id molestias nihil et accusantium aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2714,11,'Shop',148,'Vel numquam est omnis dignissimos est rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2715,31,'Shop',298,'Eligendi provident voluptas debitis alias totam enim consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2716,17,'Shop',71,'Officia dolorem quis dolor sed perferendis quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2717,4,'Shop',127,'Sed rerum facilis ipsam ut ad dicta et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2718,2,'Shop',15,'Et molestias beatae ex hic iure possimus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2719,5,'Shop',47,'Debitis neque et veritatis velit nobis numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2720,18,'Shop',165,'Nihil omnis aut est et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2721,19,'Shop',259,'Animi officiis suscipit provident vero eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2722,18,'Shop',37,'Expedita architecto debitis quos necessitatibus quod et delectus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2723,7,'Shop',263,'Similique aut ullam harum natus voluptates maxime assumenda.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2724,14,'Shop',117,'Fugit labore tenetur ex incidunt earum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2725,17,'Shop',84,'Rem nisi odit omnis fuga magni aut consequatur quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2726,2,'Shop',233,'Cumque excepturi earum porro in qui at nostrum sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2727,14,'Shop',122,'Ipsam optio inventore quae eos minus voluptatem qui velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2728,24,'Shop',37,'Odit tempora modi amet voluptatem ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2729,12,'Shop',81,'Ratione quae dolorum porro ut praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2730,12,'Shop',45,'Corporis cupiditate ut aspernatur aut accusantium placeat id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2731,18,'Shop',133,'Quo hic quia quae et voluptatum quia qui repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2732,20,'Shop',42,'Autem doloremque deserunt velit perspiciatis deserunt consequatur ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2733,6,'Shop',179,'Velit saepe sit quae numquam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2734,10,'Shop',99,'Et aut similique incidunt aspernatur voluptas qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2735,4,'Shop',137,'Ut aspernatur labore vel sint incidunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2736,30,'Shop',115,'Autem facilis facere atque sunt adipisci error ullam nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2737,6,'Shop',244,'Voluptatum voluptatem ipsam sequi at quis hic quidem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2738,23,'Shop',291,'Doloremque ab maxime labore vitae error in nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2739,8,'Shop',144,'Voluptatem qui sed ut rerum iste totam tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2740,23,'Shop',230,'Facere molestiae itaque suscipit minima assumenda explicabo minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2741,27,'Shop',46,'Voluptatum aut fugit omnis hic nisi consequatur repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2742,15,'Shop',139,'Totam quod expedita quo qui magni officia corrupti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2743,30,'Shop',57,'Quam qui nam id animi vel quis sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2744,19,'Shop',168,'Qui modi voluptas aut quo dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2745,2,'Shop',144,'Tenetur ut dolorem facere rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2746,34,'Shop',11,'Est nam error ad voluptates culpa in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2747,30,'Shop',17,'Voluptate itaque dolorem voluptas dolorem doloribus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2748,2,'Shop',177,'Exercitationem voluptatem quo ea odio ea optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2749,31,'Shop',9,'Explicabo sunt totam eos est quibusdam iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2750,24,'Shop',94,'Unde veritatis quidem voluptate odio exercitationem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2751,10,'Shop',136,'Quidem alias saepe fugit aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2752,15,'Shop',119,'Dolor reiciendis dolores tenetur pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2753,21,'Shop',298,'Voluptatem at voluptas nulla atque ut officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2754,15,'Shop',65,'Nihil sint quo possimus voluptate sunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2755,2,'Shop',33,'Nesciunt delectus omnis incidunt ipsam iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2756,1,'Shop',237,'Quis at dolore odio et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2757,4,'Shop',84,'Iusto sunt possimus dolores veritatis alias placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2758,31,'Shop',149,'Ea a eos error.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2759,10,'Shop',158,'Nostrum quia veritatis aut laboriosam numquam vitae doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2760,11,'Shop',300,'Consequuntur dolorem et unde quas laborum sequi debitis accusantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2761,7,'Shop',205,'Non aperiam omnis expedita iure dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2762,31,'Shop',219,'Voluptatem voluptatem modi voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2763,15,'Shop',23,'Alias labore qui itaque reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2764,14,'Shop',259,'Eos modi amet ea dolores voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2765,34,'Shop',206,'Iusto porro nesciunt itaque libero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2766,32,'Shop',121,'Voluptatem veritatis voluptatem provident vero.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2767,2,'Shop',170,'Culpa est deserunt perferendis sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2768,24,'Shop',191,'Beatae sit reprehenderit omnis non qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2769,22,'Shop',161,'Sunt dolores perferendis occaecati.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2770,25,'Shop',226,'Sint itaque eaque qui ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2771,11,'Shop',2,'Nobis nesciunt harum omnis id eius tempora eos optio.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2772,26,'Shop',94,'Modi maiores iste consequatur nam ut excepturi maxime quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2773,31,'Shop',46,'Provident ipsum vel delectus nemo totam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2774,27,'Shop',205,'Velit aspernatur ipsam et animi expedita nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2775,2,'Shop',97,'Ut non adipisci dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2776,16,'Shop',191,'Suscipit facilis perferendis est quibusdam quos et reiciendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2777,28,'Shop',114,'Possimus nobis dolor reiciendis sit beatae veniam qui tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2778,8,'Shop',212,'Voluptatibus qui sed unde ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2779,3,'Shop',281,'Officiis sint magnam dolores vel tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2780,1,'Shop',59,'Qui qui minima odit esse culpa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2781,19,'Shop',221,'Voluptatum natus ab est maxime quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2782,28,'Shop',200,'Et vero libero ea fugit explicabo quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2783,26,'Shop',190,'Aut voluptate qui vitae veritatis vel nam tempore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2784,2,'Shop',44,'Dolor culpa itaque deleniti aut autem neque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2785,3,'Shop',269,'Perspiciatis odit enim qui deserunt qui sed adipisci amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2786,6,'Shop',131,'In sed est aut eum minus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2787,2,'Shop',299,'Harum vero reprehenderit sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2788,15,'Shop',150,'Vel eveniet vel et facere unde non sint nisi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2789,31,'Shop',151,'Numquam eos veniam provident et sint rerum quam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2790,19,'Shop',133,'In officiis numquam et accusantium voluptatem quidem expedita aliquid.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2791,23,'Shop',69,'Aliquid aut labore minus sequi eligendi at architecto temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2792,27,'Shop',74,'Voluptatibus amet error animi dolor corporis ipsum qui repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2793,32,'Shop',66,'Asperiores pariatur nihil commodi eum eum omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2794,1,'Shop',37,'Beatae ea modi enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2795,25,'Shop',183,'Illum dolorem corporis dolores quia ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2796,1,'Shop',109,'Dicta officia quo dicta beatae ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2797,16,'Shop',163,'Aut aut recusandae impedit officia delectus sit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2798,24,'Shop',92,'Tempore sit velit maiores repudiandae veniam quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2799,15,'Shop',232,'Culpa quisquam corrupti voluptas autem temporibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2800,15,'Shop',80,'Voluptatem et omnis commodi voluptatibus nobis ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2801,5,'Shop',246,'Dolor aut animi velit voluptas illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2802,16,'Shop',265,'Quidem doloremque aliquid maxime voluptatum laborum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2803,19,'Shop',24,'Et molestiae quia aut ducimus provident qui eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2804,27,'Shop',157,'Ut et qui inventore deserunt est quaerat rerum dolorem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2805,33,'Shop',189,'Esse qui voluptates temporibus deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2806,5,'Shop',81,'Provident qui dolores non ullam hic maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2807,10,'Shop',61,'Voluptates est molestias voluptatem eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2808,10,'Shop',42,'Quae eveniet dolores necessitatibus non totam eos cupiditate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2809,28,'Shop',119,'Aut delectus aut earum dolores reprehenderit omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2810,30,'Shop',28,'Vitae et et earum sit qui saepe.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2811,30,'Shop',169,'Et fugiat voluptatem voluptatibus velit quas nostrum porro in.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2812,9,'Shop',245,'Incidunt consequatur rem in minima.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2813,26,'Shop',136,'Soluta accusantium sed quibusdam esse asperiores rem beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2814,22,'Shop',283,'Consequuntur ad eum aut aliquid earum perferendis praesentium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2815,26,'Shop',216,'Eos numquam error accusamus et eos at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2816,23,'Shop',74,'Quas quibusdam dolorem molestiae fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2817,21,'Shop',253,'Alias repellat accusantium voluptatem possimus dolorem sed.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2818,6,'Shop',168,'Ab eius enim non vel velit iusto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2819,16,'Shop',188,'Nam est vero aut quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2820,15,'Shop',153,'Quis est omnis qui architecto consequatur aspernatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2821,11,'Shop',273,'Aliquam autem culpa nostrum hic sint harum molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2822,5,'Shop',53,'Dolores nisi quis provident inventore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2823,29,'Shop',231,'Voluptas alias iste pariatur quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2824,19,'Shop',16,'Molestias hic ea nulla laborum in harum quas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2825,7,'Shop',118,'Quo quia voluptatem blanditiis molestias id dolore.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2826,24,'Shop',24,'Unde delectus provident at sunt aliquam ipsa blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2827,23,'Shop',297,'Occaecati iusto sed dicta quia debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2828,21,'Shop',78,'Exercitationem illo qui maiores provident voluptas ullam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2829,10,'Shop',55,'Rerum autem voluptatum autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2830,30,'Shop',182,'Suscipit voluptatem ut corrupti sint.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2831,7,'Shop',222,'Fuga inventore minima dolore in voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2832,30,'Shop',83,'At corporis id voluptate facere eos praesentium dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2833,23,'Shop',249,'Accusantium doloremque id accusantium aperiam exercitationem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2834,29,'Shop',105,'Qui et sint quos quidem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2835,20,'Shop',254,'Aut qui adipisci explicabo.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2836,33,'Shop',17,'Sed vel laboriosam labore ipsa maxime molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2837,24,'Shop',93,'Porro voluptate qui libero sint vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2838,19,'Shop',272,'Aliquid numquam veniam asperiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2839,34,'Shop',56,'Est dolores cumque officia est error similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2840,4,'Shop',243,'Voluptas ut dolorem aut quis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2841,19,'Shop',2,'Velit expedita ratione qui aliquid distinctio placeat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2842,1,'Shop',30,'Voluptatem et dolorum laudantium consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2843,23,'Shop',278,'Dolores eos dolor vel sunt earum enim ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2844,7,'Shop',13,'Voluptate nisi debitis ipsum aut illo dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2845,3,'Shop',14,'Vel accusantium magni dicta a ducimus aperiam est voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2846,32,'Shop',263,'Quasi et sunt consequatur sit nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2847,23,'Shop',1,'Neque deleniti tenetur laboriosam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2848,25,'Shop',221,'Voluptatibus assumenda est harum hic aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2849,4,'Shop',295,'Dolores ratione consequuntur quis temporibus omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2850,5,'Shop',154,'Autem ad sed perferendis modi beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2851,20,'Shop',61,'Ut natus beatae dolorem qui quas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2852,25,'Shop',88,'Quia et alias blanditiis in rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2853,20,'Shop',8,'Rerum delectus id nobis est molestiae nihil.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2854,14,'Shop',181,'Architecto quae et possimus nulla eum et deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2855,34,'Shop',4,'Autem itaque hic nobis sed laudantium quis blanditiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2856,3,'Shop',286,'Et provident voluptatem pariatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2857,27,'Shop',231,'Voluptas neque vero omnis et quas incidunt est officia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2858,25,'Shop',215,'Vel occaecati ipsum qui reiciendis harum molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2859,19,'Shop',4,'Consequatur ex dolorem officiis hic.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2860,5,'Shop',116,'Quo occaecati excepturi illum alias saepe repudiandae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2861,15,'Shop',157,'Sequi quibusdam ea dolore et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2862,4,'Shop',161,'Blanditiis eos non est repudiandae dolores laboriosam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2863,33,'Shop',60,'Sint eos accusantium ut cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2864,27,'Shop',113,'Non qui nisi quae qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2865,25,'Shop',117,'Aspernatur est sint autem odit illum autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2866,2,'Shop',118,'Quidem doloremque delectus beatae placeat delectus ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2867,32,'Shop',255,'Inventore iusto cum rerum aliquid et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2868,4,'Shop',169,'Assumenda reiciendis occaecati voluptate.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2869,19,'Shop',137,'Aliquam reprehenderit omnis voluptas sunt debitis et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2870,29,'Shop',262,'Occaecati ipsam dignissimos ut velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2871,18,'Shop',136,'Autem iusto voluptas qui et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2872,30,'Shop',44,'Deserunt ex totam quia nihil quia sequi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2873,31,'Shop',153,'Id vel doloremque ut quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2874,27,'Shop',181,'Omnis et et laboriosam necessitatibus enim nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2875,11,'Shop',119,'Hic sequi dolor sit nam cumque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2876,23,'Shop',174,'Autem est necessitatibus necessitatibus molestias.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2877,33,'Shop',220,'Harum quam ea explicabo blanditiis ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2878,33,'Shop',61,'Corporis enim a deserunt dignissimos voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2879,12,'Shop',4,'Natus dolorem iure sint dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2880,33,'Shop',227,'Omnis perferendis quas reiciendis illum qui velit tempora atque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2881,9,'Shop',277,'Sunt earum ut est necessitatibus non tenetur tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2882,29,'Shop',263,'Quaerat et labore aut aut molestiae quod.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2883,6,'Shop',47,'Qui ducimus alias debitis illo qui at dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2884,31,'Shop',38,'Ea consectetur in ab.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2885,32,'Shop',66,'Sint vel sit autem soluta fugit aut nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2886,4,'Shop',295,'Nisi maxime incidunt dignissimos commodi quia eos voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2887,8,'Shop',145,'Expedita qui eveniet quas nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2888,21,'Shop',250,'Sed dolor et tenetur quam officiis rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2889,34,'Shop',65,'Magnam eveniet sed nam dolorum numquam vel.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2890,30,'Shop',230,'Quam rem vel quam praesentium officiis autem dignissimos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2891,26,'Shop',20,'Eum explicabo vel soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2892,27,'Shop',105,'Sapiente quod est mollitia sit iusto animi quia.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2893,3,'Shop',253,'Tenetur tempore iusto repellat labore et officiis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2894,5,'Shop',43,'Optio commodi consectetur ut accusantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2895,5,'Shop',127,'Ea minus aut ea eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2896,12,'Shop',81,'Sed aut perferendis natus non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2897,33,'Shop',107,'Maxime aut nihil itaque quam eum magnam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2898,10,'Shop',186,'Beatae et ab laboriosam quasi iure ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2899,14,'Shop',227,'Itaque odio quod sit enim et eligendi voluptas qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2900,23,'Shop',30,'Qui blanditiis non molestias quo voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2901,4,'Shop',228,'Error aperiam consequuntur blanditiis et aspernatur quia maxime.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2902,26,'Shop',137,'Nemo magni eos laborum repudiandae aliquam omnis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2903,6,'Shop',64,'Consequatur veritatis hic vel cumque id.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2904,12,'Shop',158,'Expedita et soluta tempora velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2905,24,'Shop',29,'Et magni amet quas et ducimus sit provident non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2906,3,'Shop',147,'Et illum placeat excepturi dolorum quos nam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2907,27,'Shop',238,'Consequatur expedita exercitationem praesentium dolore quia inventore nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2908,7,'Shop',127,'Magnam rerum ea ullam delectus doloremque cupiditate blanditiis quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2909,13,'Shop',281,'Quia ut iure voluptatibus inventore laboriosam eaque voluptatem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2910,27,'Shop',219,'Sit omnis amet quia voluptatem aliquam vitae vel ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2911,25,'Shop',77,'Et omnis quis repellat sint soluta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2912,4,'Shop',169,'Quo ipsum illum esse et ratione eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2913,23,'Shop',129,'Dolor quos est omnis molestiae qui.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2914,22,'Shop',215,'Nam iure iste nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2915,30,'Shop',96,'Beatae nostrum dicta dolore et sit quae corporis odit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2916,9,'Shop',260,'Delectus suscipit ut in non eum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2917,16,'Shop',5,'Aut qui voluptatem corrupti ea perspiciatis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2918,31,'Shop',259,'Eum aut perspiciatis autem quam dolorum illo eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2919,16,'Shop',44,'Consequuntur consequatur et dicta nihil molestiae ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2920,3,'Shop',259,'Corrupti minus aut sed sit minima beatae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2921,5,'Shop',275,'Quod in rem ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2922,20,'Shop',120,'Qui nemo quia eos ipsa ut omnis nostrum nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2923,6,'Shop',221,'Autem asperiores aut ipsum ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2924,9,'Shop',109,'Dignissimos est animi nobis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2925,8,'Shop',45,'A iure officiis repudiandae dicta sit nihil illum reprehenderit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2926,11,'Shop',269,'Voluptatum dolores non architecto enim debitis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2927,27,'Shop',288,'Est fugiat aut est architecto rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2928,3,'Shop',174,'Et cumque dicta porro esse repudiandae dolorem nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2929,33,'Shop',113,'Ad odio illo provident quaerat aut tempora tempora.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2930,34,'Shop',63,'Dolor ut expedita eum quia sunt unde doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2931,29,'Shop',261,'Voluptas earum ullam aut ullam et voluptates ad.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2932,24,'Shop',167,'Rerum aut eius enim architecto architecto.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2933,12,'Shop',254,'Temporibus et autem consequatur nostrum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2934,20,'Shop',259,'Quidem repellendus harum vitae dolor nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2935,30,'Shop',8,'Qui sit sint laborum deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2936,20,'Shop',221,'Nobis quis consequatur eius qui nihil nam natus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2937,17,'Shop',79,'Repellendus quaerat neque commodi voluptatum rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2938,31,'Shop',279,'Placeat temporibus quisquam quia ullam illum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2939,10,'Shop',25,'Iste animi molestiae sapiente vero accusamus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2940,1,'Shop',92,'Excepturi tempore optio suscipit facilis culpa quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2941,1,'Shop',134,'Sit atque numquam sed cum molestias consequatur et eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2942,10,'Shop',265,'Nesciunt ullam tenetur sunt et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2943,12,'Shop',90,'Quasi error saepe corrupti sapiente eligendi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2944,3,'Shop',81,'Magnam illum vero perferendis omnis perferendis excepturi.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2945,30,'Shop',42,'Est vero ipsam sint dignissimos rerum numquam quam fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2946,33,'Shop',210,'Ea suscipit sed voluptas soluta et molestiae.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2947,18,'Shop',121,'Natus eos quia voluptatem rerum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2948,33,'Shop',242,'Laboriosam harum similique omnis saepe neque dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2949,27,'Shop',129,'Rerum eum at ipsum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2950,24,'Shop',204,'Aperiam et distinctio saepe eos ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2951,11,'Shop',79,'Inventore et sed quae aut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2952,10,'Shop',143,'Et quisquam laudantium ut et minima laborum eos harum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2953,13,'Shop',128,'Hic vel accusamus nostrum consectetur quaerat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2954,20,'Shop',214,'Architecto vel deleniti adipisci soluta sint perferendis.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2955,33,'Shop',219,'Et aliquid non soluta aut eos est at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2956,21,'Shop',257,'Sit maiores dicta aut ab sed et amet.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2957,29,'Shop',47,'Nobis omnis sunt magnam nobis ea.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2958,2,'Shop',82,'Eos optio qui ex excepturi est dolor velit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2959,10,'Shop',300,'Cumque aliquid natus enim asperiores inventore eaque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2960,12,'Shop',105,'Deleniti qui vel quia aperiam nesciunt.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2961,8,'Shop',55,'Qui officia doloremque ratione sequi et ex deleniti.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2962,4,'Shop',110,'Qui placeat ipsa corporis et suscipit quisquam et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2963,31,'Shop',201,'Voluptatem quos quisquam inventore in voluptatem et suscipit.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2964,3,'Shop',294,'Aspernatur necessitatibus eius blanditiis soluta sit necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2965,11,'Shop',180,'Aut omnis consequatur non facere doloribus perspiciatis reprehenderit iure.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2966,28,'Shop',169,'Vel aliquid quia provident.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2967,11,'Shop',95,'Saepe nam nulla id libero quo mollitia fugit non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2968,33,'Shop',170,'Et sit earum alias nihil error natus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2969,22,'Shop',159,'Vel vitae et error doloribus et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2970,31,'Shop',110,'Ad totam blanditiis fuga adipisci est quidem est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2971,24,'Shop',188,'Enim ut id qui aut voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2972,22,'Shop',3,'Facere nulla libero non vero cum sit cum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2973,15,'Shop',298,'Et deleniti sapiente magni distinctio nostrum velit enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2974,22,'Shop',12,'Quam esse officia provident accusamus similique.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2975,28,'Shop',282,'Sit quia qui qui numquam consequatur et consequatur et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2976,25,'Shop',56,'Culpa veniam sit quod cum deserunt illo at.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2977,23,'Shop',164,'Eius quibusdam et sunt provident inventore ipsa.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2978,16,'Shop',84,'Voluptatem et libero dolores voluptas iure et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2979,20,'Shop',233,'In ea deleniti magni repudiandae rem quidem voluptas.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2980,18,'Shop',225,'Quisquam pariatur consequuntur autem consequatur et fugiat ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2981,26,'Shop',221,'Veniam facilis laudantium vel illo repellendus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2982,31,'Shop',2,'Aperiam aliquam veniam veritatis illum rerum eligendi ex.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2983,24,'Shop',69,'Praesentium fugiat veniam et sequi consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2984,5,'Shop',111,'Omnis vitae deserunt recusandae voluptatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2985,33,'Shop',213,'Delectus tempora velit dolores itaque expedita eveniet nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2986,23,'Shop',260,'Optio sunt et nihil voluptates vel natus autem.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2987,23,'Shop',55,'Autem non mollitia officiis est.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2988,23,'Shop',151,'Est provident qui placeat ea aspernatur eveniet dolorum.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2989,15,'Shop',176,'Unde alias quis doloribus inventore vel est velit quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2990,2,'Shop',187,'Quam quae velit quo architecto voluptatem unde et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2991,11,'Shop',36,'Tenetur nulla et voluptatem sint sed nostrum dolorum et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2992,4,'Shop',208,'Illum magni non eaque esse aspernatur doloremque.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2993,26,'Shop',299,'Reprehenderit totam exercitationem quia nihil ea omnis dolorem enim.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2994,20,'Shop',220,'Autem iure fugiat vel quasi nihil non.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2995,29,'Shop',278,'Velit omnis dolorem officia libero dicta.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2996,11,'Shop',201,'Reiciendis sapiente ex excepturi autem expedita ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2997,8,'Shop',209,'Delectus doloremque et expedita consequatur.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2998,13,'Shop',69,'Cupiditate iusto et cum veritatis necessitatibus.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2999,9,'Shop',192,'Et numquam ullam et modi et eius.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3000,13,'Shop',174,'Dignissimos esse nihil velit aliquid iusto architecto et.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3001,10,'Shop',139,'Dolores soluta laborum commodi numquam sit fugiat.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3002,31,'Shop',212,'Dolor dolorem id voluptatum adipisci voluptatem dolor.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3003,33,'Shop',88,'Facere et itaque maiores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3004,13,'Shop',146,'Repellat ut provident earum magni eos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3005,20,'Shop',286,'Molestiae quibusdam fugiat optio cupiditate ut.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3006,17,'Shop',114,'Amet enim cum sint laudantium.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3007,5,'Shop',206,'Blanditiis nihil in saepe dolores.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3008,3,'Shop',255,'Pariatur dolor aut repellendus nulla pariatur laboriosam fuga.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3009,31,'Shop',257,'Aut quam saepe reprehenderit nulla.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3010,20,'Shop',233,'Libero inventore vitae vero suscipit et quos.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3011,29,'Shop',252,'Necessitatibus et dolorem omnis quibusdam.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3012,3,'Shop',59,'This shop is great! :D','2015-04-12 18:00:20','2015-04-12 18:00:20',NULL);
/*!40000 ALTER TABLE `comments` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table districts
# ------------------------------------------------------------
DROP TABLE IF EXISTS `districts`;
CREATE TABLE `districts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`region_id` int(10) unsigned NOT NULL,
`name_zh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_cn` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_en` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `districts_id_index` (`id`),
KEY `districts_name_zh_index` (`name_zh`),
KEY `districts_name_cn_index` (`name_cn`),
KEY `districts_name_en_index` (`name_en`),
KEY `districts_created_at_index` (`created_at`),
KEY `districts_updated_at_index` (`updated_at`),
KEY `districts_deleted_at_index` (`deleted_at`),
KEY `districts_region_id_foreign` (`region_id`),
CONSTRAINT `districts_region_id_foreign` FOREIGN KEY (`region_id`) REFERENCES `regions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `districts` WRITE;
/*!40000 ALTER TABLE `districts` DISABLE KEYS */;
INSERT INTO `districts` (`id`, `region_id`, `name_zh`, `name_cn`, `name_en`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,1,'西營盤','西营盘','Sai Ying Pun','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,1,'上環','上环','Sheung Wan','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,1,'中環','中环','Central','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(4,1,'灣仔','湾仔','Wai Chai','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(5,1,'銅鑼灣','铜锣湾','Causeway Bay','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(6,1,'跑馬地','跑马地','Happy Valley','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(7,1,'天后','天后','Tian Hou','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(8,1,'北角','北角','North Point','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(9,1,'炮台山','炮台山','Fortress Hill','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(10,1,'鰂魚涌','鲗鱼涌','Quarry Bay','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(11,1,'筲箕灣','筲箕湾','Shau Kei Wan','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(12,1,'西灣河','西湾河','Sai Wan Ho','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(13,1,'柴灣','柴湾','Chai Wa','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(14,1,'香港仔','香港仔','Ap Lei Chau','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(15,1,'黃竹坑','黄竹坑','Wong Chuk Hang','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(16,1,'金鐘','金钟','Admiralty','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(17,1,'太古','太古','Tai Koo','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(18,2,'尖沙咀','尖沙咀','Tsim Sha Tsui','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(19,2,'佐敦','佐敦','Jordan','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(20,2,'油麻地','油麻地','Yau Ma Tei','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(21,2,'旺角','旺角','Mong Kok','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(22,2,'太子','太子','Prince Edwar','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(23,2,'大角咀','大角咀','Tai Kok Tsui','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(24,2,'深水埗','深水埗','Sham Shui Po','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(25,2,'長沙灣','长沙湾','Cheung Sha Wan','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(26,2,'九龍城','九龙城','Kowloon City','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(27,2,'荔枝角','荔枝角','Lai Chi Kok','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(28,2,'何文田','何文田','Ho Man Tin','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(29,2,'土瓜灣','土瓜湾','To Kwa Wan','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(30,2,'鑽石山','钻石山','Diamond Hill','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(31,2,'新蒲崗','新蒲岗','San Po Kong','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(32,2,'九龍灣','九龙湾','Kolwoon Bay','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(33,2,'觀塘','观塘','Kwun Tong','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(34,2,'牛頭角','牛头角','Ngau Tau Kok','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(35,2,'牛頭角','牛头角','Ngau Tau Kok','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(36,2,'油塘','油塘','Yau Tong','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(37,2,'紅磡','红磡','Hung Hom','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(38,2,'九龍塘','九龙塘','Kowloon Tong','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(39,3,'葵涌','葵涌','Kwai Chung','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(40,3,'荃灣','荃湾','Tsuen Wan','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(41,3,'火炭','火炭','Fo Tan','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(42,3,'元朗','元朗','Yuen Long','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(43,3,'上水','上水','Sheung Shui','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(44,3,'沙田','沙田','Shatin','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(45,3,'屯門','屯门','Tuen Mun','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(46,3,'葵芳','葵芳','Kwai Fong','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(47,3,'粉嶺','粉岭','Fan Ling','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
/*!40000 ALTER TABLE `districts` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table follows
# ------------------------------------------------------------
DROP TABLE IF EXISTS `follows`;
CREATE TABLE `follows` (
`followable_id` int(10) unsigned NOT NULL,
`followable_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`followable_id`,`followable_type`,`user_id`),
KEY `follows_followable_id_index` (`followable_id`),
KEY `follows_followable_type_index` (`followable_type`),
KEY `follows_user_id_index` (`user_id`),
KEY `follows_created_at_index` (`created_at`),
KEY `follows_updated_at_index` (`updated_at`),
KEY `follows_deleted_at_index` (`deleted_at`),
CONSTRAINT `follows_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `follows` WRITE;
/*!40000 ALTER TABLE `follows` DISABLE KEYS */;
INSERT INTO `follows` (`followable_id`, `followable_type`, `user_id`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,'Shop',39,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',59,'2015-04-12 17:25:30','2015-04-12 17:25:30',NULL),
(1,'Shop',61,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',70,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',99,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',138,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',155,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',266,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'Shop',298,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'User',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'User',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'User',107,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'User',175,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'User',193,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'User',196,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(1,'User',277,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',5,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',50,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',59,'2015-04-12 17:25:43','2015-04-12 17:25:43',NULL),
(2,'Shop',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',133,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',159,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',163,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',195,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',287,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'Shop',292,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'User',14,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'User',68,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'User',122,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'User',132,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'User',201,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'User',207,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(2,'User',246,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',16,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',48,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',59,'2015-04-12 17:25:37','2015-04-12 17:25:37',NULL),
(3,'Shop',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',80,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',83,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',136,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',142,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',173,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',198,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',219,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',226,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',251,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'Shop',261,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'User',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(3,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',145,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',186,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',202,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',218,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',230,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',240,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',251,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'Shop',267,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'User',62,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'User',183,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(4,'User',185,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',4,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',11,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',41,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',98,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',135,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',191,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',232,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',242,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'Shop',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'User',68,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'User',246,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(5,'User',262,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',2,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',20,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',25,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',36,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',48,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',58,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',70,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',111,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',222,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',242,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'Shop',298,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'User',271,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(6,'User',290,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',14,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',30,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',112,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',155,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',161,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',181,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'Shop',229,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'User',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'User',245,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(7,'User',257,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',8,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',9,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',53,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',62,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',108,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',128,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',140,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',185,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',203,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',223,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',227,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',244,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',252,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',273,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',291,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'Shop',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'User',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'User',9,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'User',26,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'User',109,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(8,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',50,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',53,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',119,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',121,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',125,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',143,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',160,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',205,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',258,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',282,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',291,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'Shop',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'User',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'User',32,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'User',66,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'User',233,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'User',247,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'User',250,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(9,'User',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',10,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',43,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',98,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',165,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',194,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',195,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',228,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',231,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',235,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',253,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'Shop',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'User',56,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'User',68,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'User',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(10,'User',222,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',3,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',33,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',49,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',65,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',96,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',127,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',140,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',168,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',252,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',257,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',285,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'Shop',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'User',86,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(11,'User',142,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',27,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',84,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',117,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',126,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',130,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',220,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',236,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',266,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'Shop',285,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'User',41,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'User',53,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'User',107,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'User',201,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'User',266,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(12,'User',292,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',5,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',104,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',107,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',140,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',154,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',157,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',162,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',167,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',182,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',197,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',222,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',246,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',259,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',292,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'Shop',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'User',39,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'User',76,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'User',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(13,'User',225,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',23,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',82,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',144,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',174,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',191,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',197,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',212,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',241,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',244,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'Shop',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'User',84,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(14,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',16,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',46,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',48,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',57,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',80,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',113,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',119,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',131,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',138,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',161,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',192,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',205,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',219,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',226,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',251,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'Shop',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'User',17,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'User',53,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(15,'User',207,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',32,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',60,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',64,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',96,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',113,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',116,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',166,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',176,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',210,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',212,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',218,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',281,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'Shop',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(16,'User',100,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',36,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',64,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',91,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',108,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',141,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',150,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',163,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',226,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'Shop',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'User',41,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(17,'User',293,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',16,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',103,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',195,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',207,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',208,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',234,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',245,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',278,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',281,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'Shop',299,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'User',24,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(18,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',21,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',26,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',65,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',103,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',132,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',158,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',162,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',174,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',179,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',215,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',235,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',236,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'Shop',271,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'User',28,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'User',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(19,'User',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',15,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',36,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',47,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',54,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',88,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',200,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',201,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',232,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',243,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',245,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',250,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',258,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'Shop',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'User',5,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'User',18,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'User',38,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'User',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(20,'User',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',44,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',70,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',89,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',91,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',118,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',140,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',144,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',146,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',176,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',186,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',216,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',235,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',265,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'Shop',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'User',37,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'User',69,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'User',135,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(21,'User',234,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',17,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',82,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',87,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',99,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',103,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',116,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',125,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',133,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',151,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',173,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',175,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',186,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',211,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',245,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',267,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'Shop',294,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'User',25,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'User',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'User',129,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(22,'User',181,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',49,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',57,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',68,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',108,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',125,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',126,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',137,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',185,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'Shop',296,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'User',55,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'User',190,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(23,'User',196,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',14,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',28,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',70,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',94,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',100,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',118,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',141,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',160,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',186,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',188,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',212,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',239,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',247,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',256,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',259,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',274,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'Shop',299,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'User',54,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(24,'User',156,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',8,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',48,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',107,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',128,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',167,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',188,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',205,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',225,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',264,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',269,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'Shop',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'User',49,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'User',134,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'User',193,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(25,'User',269,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',19,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',36,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',86,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',87,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',169,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',179,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',215,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',223,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',236,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',249,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',269,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'Shop',286,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'User',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'User',203,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'User',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(26,'User',283,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',5,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',31,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',38,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',55,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',130,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',147,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',210,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',265,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'Shop',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'User',15,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'User',134,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'User',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(27,'User',273,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',99,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',108,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',129,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',150,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',157,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',206,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',272,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'Shop',275,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'User',17,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'User',126,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'User',175,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'User',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(28,'User',286,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',30,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',76,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',122,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',128,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',151,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',163,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',173,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',250,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',258,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'Shop',277,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(29,'User',210,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',57,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',69,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',81,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',135,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',143,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',162,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',178,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',193,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',196,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',207,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',229,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',234,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'Shop',270,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'User',27,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'User',113,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'User',220,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'User',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(30,'User',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',16,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',23,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',32,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',55,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',118,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',175,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',183,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',186,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',208,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',256,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',283,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'Shop',286,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(31,'User',261,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',11,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',61,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',94,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',122,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',128,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',132,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'Shop',234,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',30,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',31,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',44,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',69,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',95,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(32,'User',262,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',23,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',71,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',109,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',156,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',170,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',195,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',198,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',231,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',257,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',266,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',274,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'Shop',298,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'User',141,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'User',206,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(33,'User',232,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',141,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',153,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',157,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',161,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',250,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'Shop',299,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'User',29,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'User',202,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(34,'User',292,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(35,'User',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(35,'User',291,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(36,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(36,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(36,'User',298,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(38,'User',103,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(38,'User',197,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(38,'User',199,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(38,'User',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',142,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',155,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',159,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',211,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',216,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',223,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(39,'User',242,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(40,'User',242,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(41,'User',4,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(42,'User',43,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(42,'User',180,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(42,'User',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(43,'User',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(44,'User',113,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(45,'User',48,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(45,'User',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(45,'User',193,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',20,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',109,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',126,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',129,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',153,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',166,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',183,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(46,'User',227,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(47,'User',125,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(47,'User',258,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(47,'User',266,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(48,'User',104,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(48,'User',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(48,'User',109,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(49,'User',112,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(49,'User',116,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(49,'User',133,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(49,'User',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(49,'User',199,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(50,'User',10,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(50,'User',126,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(50,'User',137,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(50,'User',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(50,'User',270,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(51,'User',134,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(51,'User',174,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(51,'User',216,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(51,'User',272,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(52,'User',32,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(52,'User',58,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(53,'User',25,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(54,'User',49,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(54,'User',232,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(55,'User',14,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(55,'User',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(55,'User',293,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(56,'User',14,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(56,'User',17,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(56,'User',63,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(56,'User',130,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(56,'User',138,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(56,'User',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(57,'User',69,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(57,'User',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(57,'User',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(57,'User',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(57,'User',285,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(58,'User',11,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(58,'User',50,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(58,'User',202,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(58,'User',249,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(58,'User',265,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(59,'User',55,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(59,'User',144,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(59,'User',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(59,'User',256,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(59,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(60,'User',168,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(60,'User',190,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(60,'User',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(60,'User',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(60,'User',240,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(60,'User',282,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(61,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(61,'User',27,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(61,'User',239,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(61,'User',274,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(62,'User',41,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(62,'User',133,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(62,'User',166,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(62,'User',175,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(62,'User',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(62,'User',216,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(62,'User',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(63,'User',33,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(63,'User',54,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(63,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(63,'User',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(64,'User',57,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(64,'User',131,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(64,'User',151,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(64,'User',158,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(65,'User',15,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(65,'User',235,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(65,'User',243,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(66,'User',39,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(66,'User',63,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(66,'User',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(66,'User',190,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(67,'User',123,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(67,'User',214,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(67,'User',264,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(68,'User',56,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(68,'User',179,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(69,'User',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(70,'User',100,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(70,'User',117,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(70,'User',170,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(71,'User',47,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(71,'User',231,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(72,'User',50,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(72,'User',57,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(72,'User',128,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(72,'User',244,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(73,'User',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(73,'User',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(73,'User',209,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(73,'User',270,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(73,'User',290,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(75,'User',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(77,'User',47,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(77,'User',77,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(77,'User',198,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(77,'User',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(78,'User',23,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(78,'User',66,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(78,'User',123,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(78,'User',167,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(78,'User',232,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(79,'User',227,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(80,'User',42,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(80,'User',47,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(81,'User',62,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(81,'User',88,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(83,'User',1,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(83,'User',117,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(84,'User',145,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(84,'User',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(84,'User',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(84,'User',283,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(85,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(85,'User',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(86,'User',137,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(86,'User',187,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(86,'User',197,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(86,'User',239,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(86,'User',259,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(87,'User',24,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(87,'User',104,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(87,'User',123,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(88,'User',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(88,'User',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(88,'User',151,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(88,'User',202,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(89,'User',5,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(89,'User',133,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(89,'User',190,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(89,'User',285,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(90,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(90,'User',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(90,'User',282,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(91,'User',29,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(91,'User',42,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(91,'User',224,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(91,'User',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(92,'User',43,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(92,'User',76,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(92,'User',156,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(92,'User',227,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(92,'User',233,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(92,'User',234,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(93,'User',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(93,'User',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(94,'User',25,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(94,'User',47,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(94,'User',88,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(94,'User',277,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(95,'User',46,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(95,'User',73,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(95,'User',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(95,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(95,'User',299,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(96,'User',67,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(96,'User',187,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(98,'User',168,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(99,'User',21,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(99,'User',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(99,'User',227,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(100,'User',32,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(100,'User',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(100,'User',274,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(101,'User',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(101,'User',205,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(101,'User',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(102,'User',8,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(102,'User',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(102,'User',74,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(102,'User',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(102,'User',209,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(103,'User',9,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(103,'User',26,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(103,'User',205,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(103,'User',226,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(103,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(104,'User',35,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(104,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(104,'User',264,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(104,'User',298,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(105,'User',182,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(105,'User',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(105,'User',269,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(106,'User',233,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(106,'User',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(107,'User',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(107,'User',43,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(107,'User',45,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(107,'User',118,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(107,'User',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(108,'User',110,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(108,'User',119,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(108,'User',125,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(108,'User',141,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(108,'User',170,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(108,'User',270,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(108,'User',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(109,'User',28,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(109,'User',94,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(109,'User',178,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(110,'User',38,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(110,'User',67,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(110,'User',85,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(110,'User',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(110,'User',182,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(111,'User',185,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(112,'User',152,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(112,'User',174,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(112,'User',180,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(112,'User',290,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(113,'User',60,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(113,'User',71,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(114,'User',50,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(115,'User',249,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(116,'User',79,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(116,'User',100,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(116,'User',203,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(116,'User',246,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(117,'User',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(117,'User',139,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(117,'User',258,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(118,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(118,'User',123,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(119,'User',98,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(119,'User',194,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(121,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(121,'User',209,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(122,'User',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(122,'User',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(122,'User',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(122,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(123,'User',155,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(123,'User',181,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(123,'User',211,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(123,'User',246,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(124,'User',76,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(124,'User',77,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(124,'User',96,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(125,'User',79,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(125,'User',158,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(125,'User',273,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',1,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',17,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',95,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',104,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',220,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(126,'User',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(127,'User',199,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(127,'User',220,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(127,'User',256,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(128,'User',36,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(128,'User',81,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(128,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(128,'User',251,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(129,'User',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(129,'User',174,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(129,'User',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(129,'User',185,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(129,'User',229,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(129,'User',257,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(130,'User',76,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(130,'User',80,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(130,'User',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(130,'User',166,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(130,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(130,'User',293,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(131,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(131,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(131,'User',203,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(131,'User',257,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(132,'User',38,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(132,'User',159,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(132,'User',166,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(132,'User',198,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(132,'User',264,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(132,'User',283,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(133,'User',222,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(133,'User',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(133,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(135,'User',106,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(135,'User',125,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(135,'User',139,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(135,'User',209,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(135,'User',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(136,'User',257,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(136,'User',296,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(136,'User',300,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(137,'User',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(137,'User',64,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(137,'User',87,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(137,'User',94,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(138,'User',70,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(138,'User',76,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(138,'User',218,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(139,'User',243,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(140,'User',231,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(141,'User',56,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(141,'User',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(142,'User',104,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(142,'User',135,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(142,'User',252,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(142,'User',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(142,'User',256,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(142,'User',273,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(143,'User',130,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(143,'User',228,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(144,'User',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(144,'User',197,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(145,'User',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(145,'User',166,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(146,'User',98,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',6,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',53,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',81,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',86,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',122,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',180,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(147,'User',292,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(148,'User',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(149,'User',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(149,'User',132,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(149,'User',203,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(149,'User',228,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(149,'User',281,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(149,'User',286,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(150,'User',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(150,'User',82,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(150,'User',170,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(150,'User',222,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(151,'User',183,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(151,'User',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(151,'User',209,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(151,'User',219,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(152,'User',152,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(152,'User',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',62,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',99,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',107,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',116,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',135,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',148,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(153,'User',176,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(154,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(154,'User',188,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(154,'User',202,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(155,'User',11,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(155,'User',92,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(155,'User',171,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(155,'User',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(156,'User',19,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(156,'User',128,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(157,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(157,'User',102,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(157,'User',210,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(157,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(158,'User',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(158,'User',13,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(158,'User',52,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(158,'User',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(159,'User',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(159,'User',99,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(159,'User',186,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(159,'User',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(160,'User',15,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(160,'User',20,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(160,'User',138,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(160,'User',228,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(161,'User',114,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(161,'User',215,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(161,'User',252,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(161,'User',276,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(162,'User',35,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(162,'User',71,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(162,'User',87,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(162,'User',117,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(162,'User',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(163,'User',33,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(163,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(163,'User',194,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(163,'User',220,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(165,'User',45,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(165,'User',78,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(165,'User',154,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(165,'User',281,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(165,'User',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(166,'User',165,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(166,'User',166,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(166,'User',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(167,'User',4,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(167,'User',18,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(167,'User',144,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(167,'User',147,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(168,'User',4,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(168,'User',159,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(168,'User',165,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(168,'User',191,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(169,'User',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(169,'User',151,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(169,'User',187,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(169,'User',191,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(170,'User',30,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',117,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',134,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',182,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',247,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',261,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',272,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(171,'User',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(172,'User',71,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(172,'User',84,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(173,'User',15,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(173,'User',60,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(173,'User',211,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(173,'User',241,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(174,'User',179,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(174,'User',193,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(174,'User',286,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(175,'User',113,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(175,'User',123,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(175,'User',290,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(175,'User',293,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(176,'User',169,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(176,'User',276,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(177,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(177,'User',17,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(177,'User',69,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(177,'User',155,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(177,'User',290,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(178,'User',10,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(178,'User',73,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(178,'User',114,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(179,'User',88,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(179,'User',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(180,'User',8,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(180,'User',95,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(180,'User',130,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(180,'User',247,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(181,'User',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(181,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(182,'User',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(182,'User',110,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(182,'User',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(182,'User',234,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(183,'User',100,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(183,'User',137,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(183,'User',147,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(183,'User',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(183,'User',158,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(183,'User',179,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(184,'User',45,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(184,'User',65,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(184,'User',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(185,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(185,'User',99,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(185,'User',285,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(186,'User',38,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(186,'User',42,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(186,'User',259,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(187,'User',47,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(188,'User',30,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(188,'User',111,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(188,'User',179,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(188,'User',209,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(189,'User',83,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(191,'User',40,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(191,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(191,'User',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(192,'User',236,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(193,'User',102,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(194,'User',36,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(194,'User',82,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(194,'User',88,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(194,'User',271,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(195,'User',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(195,'User',111,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(195,'User',180,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(196,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(197,'User',164,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(197,'User',291,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(198,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(198,'User',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(198,'User',153,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(198,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(198,'User',180,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(199,'User',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(199,'User',95,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(199,'User',215,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(200,'User',1,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(200,'User',72,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(200,'User',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(200,'User',254,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(200,'User',265,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(201,'User',8,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(201,'User',66,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(202,'User',27,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(202,'User',127,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(202,'User',214,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(202,'User',258,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(202,'User',259,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(203,'User',15,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(204,'User',146,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(204,'User',160,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(204,'User',162,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(204,'User',172,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(204,'User',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(204,'User',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(204,'User',262,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(205,'User',25,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(205,'User',97,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(205,'User',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(206,'User',79,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(206,'User',181,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(207,'User',91,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',34,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',47,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',79,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',140,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',157,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(208,'User',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(209,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(209,'User',212,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(209,'User',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(209,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(209,'User',281,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(209,'User',286,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(210,'User',134,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(210,'User',243,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(212,'User',29,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(212,'User',152,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(212,'User',168,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(212,'User',217,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(213,'User',200,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(214,'User',85,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(214,'User',235,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(214,'User',283,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(215,'User',64,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(215,'User',74,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(215,'User',86,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(215,'User',181,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(215,'User',228,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(215,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(216,'User',30,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(216,'User',39,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(216,'User',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(216,'User',110,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(217,'User',21,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(217,'User',76,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(218,'User',24,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(218,'User',113,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(218,'User',121,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(218,'User',220,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(218,'User',226,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(218,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(218,'User',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(219,'User',9,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(219,'User',285,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(220,'User',116,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(220,'User',125,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(221,'User',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(221,'User',74,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(221,'User',141,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(222,'User',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(222,'User',61,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(222,'User',225,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(222,'User',239,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(222,'User',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(223,'User',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(223,'User',57,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(223,'User',86,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(224,'User',217,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(224,'User',221,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(225,'User',56,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(225,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(225,'User',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(226,'User',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(227,'User',87,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(227,'User',162,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(227,'User',261,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(227,'User',277,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(228,'User',43,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(228,'User',128,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(228,'User',167,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(228,'User',276,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(229,'User',108,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(229,'User',200,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(229,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(230,'User',258,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(231,'User',116,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(231,'User',174,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(232,'User',12,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(232,'User',271,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(232,'User',273,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(233,'User',176,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(233,'User',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(233,'User',235,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(233,'User',292,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(234,'User',69,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(234,'User',152,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(234,'User',188,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(234,'User',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(235,'User',39,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(235,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(235,'User',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(236,'User',151,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(236,'User',153,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(236,'User',279,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(236,'User',282,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(237,'User',17,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(237,'User',83,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(237,'User',91,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(237,'User',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(238,'User',169,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',20,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',121,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',126,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',163,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',175,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',181,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',222,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(239,'User',300,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(240,'User',87,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(240,'User',161,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(241,'User',267,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(241,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(242,'User',16,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(242,'User',38,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(243,'User',2,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(243,'User',190,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(243,'User',227,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(244,'User',46,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(244,'User',223,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(245,'User',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(246,'User',139,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(246,'User',260,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(246,'User',263,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(247,'User',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(247,'User',75,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(247,'User',124,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(247,'User',131,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(247,'User',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(247,'User',300,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(248,'User',46,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(248,'User',48,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(248,'User',139,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(248,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(248,'User',217,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(248,'User',289,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(249,'User',22,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(249,'User',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(249,'User',60,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(249,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(249,'User',248,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(250,'User',93,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(250,'User',170,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',26,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',144,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',173,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',187,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',232,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',269,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(251,'User',278,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(252,'User',133,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(252,'User',138,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(252,'User',270,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(252,'User',271,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(253,'User',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(254,'User',1,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(254,'User',25,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(254,'User',239,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',28,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',67,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',83,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',180,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',182,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',213,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',281,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(255,'User',287,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(256,'User',32,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(256,'User',131,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(256,'User',153,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(256,'User',264,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(257,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(257,'User',288,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(258,'User',2,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(258,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(258,'User',132,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(258,'User',163,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(258,'User',192,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(258,'User',209,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(259,'User',287,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(260,'User',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(260,'User',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(260,'User',234,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(261,'User',188,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(262,'User',92,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(262,'User',170,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(262,'User',188,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(262,'User',199,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(263,'User',68,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(263,'User',201,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(264,'User',111,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(264,'User',149,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(264,'User',184,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(265,'User',122,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(265,'User',273,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(266,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(266,'User',176,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(266,'User',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(267,'User',67,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(267,'User',73,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(267,'User',110,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(268,'User',3,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(268,'User',267,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(268,'User',298,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(269,'User',26,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(269,'User',29,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(269,'User',65,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(270,'User',214,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(270,'User',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(270,'User',283,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(270,'User',300,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(271,'User',14,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(271,'User',243,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(271,'User',264,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(272,'User',10,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(272,'User',139,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(273,'User',99,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(273,'User',238,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(273,'User',256,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(274,'User',228,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(274,'User',296,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(275,'User',50,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(275,'User',59,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(275,'User',97,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(275,'User',157,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(275,'User',257,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(275,'User',280,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(276,'User',27,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(276,'User',58,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(276,'User',120,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(276,'User',130,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(276,'User',173,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(276,'User',227,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(277,'User',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(277,'User',219,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(277,'User',299,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(278,'User',53,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(278,'User',287,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(279,'User',268,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(280,'User',45,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(280,'User',83,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(280,'User',237,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(280,'User',284,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(281,'User',7,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(281,'User',26,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(281,'User',97,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(282,'User',90,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(282,'User',144,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(282,'User',154,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(282,'User',191,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(282,'User',290,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(283,'User',159,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(283,'User',167,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(283,'User',211,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(283,'User',242,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(283,'User',277,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(284,'User',121,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(284,'User',189,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(284,'User',294,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(285,'User',102,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(285,'User',200,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(285,'User',206,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(286,'User',28,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(286,'User',195,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(287,'User',1,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(287,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(287,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(288,'User',39,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(289,'User',28,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(289,'User',105,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(289,'User',115,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(289,'User',196,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(290,'User',50,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(290,'User',255,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(291,'User',11,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(291,'User',134,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(291,'User',204,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(291,'User',295,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(292,'User',59,'2015-04-12 17:26:22','2015-04-12 17:26:22',NULL),
(292,'User',94,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(292,'User',163,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(292,'User',177,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(292,'User',179,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(292,'User',293,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(293,'User',1,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(293,'User',16,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(293,'User',25,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(293,'User',126,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(293,'User',159,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(293,'User',231,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(294,'User',101,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(294,'User',146,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(294,'User',180,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(295,'User',10,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(296,'User',112,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(296,'User',224,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(297,'User',129,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(297,'User',164,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(297,'User',223,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(298,'User',31,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(298,'User',36,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(298,'User',51,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(298,'User',239,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(298,'User',297,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(299,'User',23,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(299,'User',97,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(299,'User',160,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(299,'User',245,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(299,'User',281,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(300,'User',23,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(300,'User',150,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL),
(300,'User',286,'2015-04-12 17:17:36','2015-04-12 17:17:36',NULL);
/*!40000 ALTER TABLE `follows` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table interests
# ------------------------------------------------------------
DROP TABLE IF EXISTS `interests`;
CREATE TABLE `interests` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`subtype_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`interest` double NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `interests_subtype_id_user_id_unique` (`subtype_id`,`user_id`),
KEY `interests_subtype_id_index` (`subtype_id`),
KEY `interests_user_id_index` (`user_id`),
KEY `interests_interest_index` (`interest`),
KEY `interests_created_at_index` (`created_at`),
KEY `interests_updated_at_index` (`updated_at`),
KEY `interests_deleted_at_index` (`deleted_at`),
CONSTRAINT `interests_subtype_id_foreign` FOREIGN KEY (`subtype_id`) REFERENCES `subtypes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `interests_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `interests` WRITE;
/*!40000 ALTER TABLE `interests` DISABLE KEYS */;
INSERT INTO `interests` (`id`, `subtype_id`, `user_id`, `interest`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,12,59,1000,'2014-04-10 02:14:10','2015-04-10 02:14:10',NULL),
(2,2,1,100,'2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,33,59,260,'2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(4,4,1,1000,'2015-03-01 02:14:10','2015-03-25 02:14:10',NULL),
(5,5,1,1000,'2015-02-01 02:14:10','2015-02-25 02:14:10',NULL),
(6,3,2,251,'2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(7,4,2,250,'2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(8,1,59,980,'2015-04-12 17:23:45','2015-04-12 18:11:47',NULL),
(9,2,59,60,'2015-04-12 18:10:00','2015-04-12 18:10:16',NULL);
/*!40000 ALTER TABLE `interests` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table migrations
# ------------------------------------------------------------
DROP TABLE IF EXISTS `migrations`;
CREATE TABLE `migrations` (
`migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` (`migration`, `batch`)
VALUES
('2014_05_20_115022_create_regions_table',1),
('2014_05_20_115136_create_districts_table',1),
('2014_05_21_114752_create_types_table',1),
('2014_05_21_114854_create_subtypes_table',1),
('2014_05_24_055006_create_users_table',1),
('2014_05_25_114422_create_shops_table',1),
('2014_05_25_120435_create_products_table',1),
('2014_05_26_063112_create_timetables_table',1),
('2014_05_27_020628_create_comments_table',1),
('2014_05_27_062537_create_ratings_table',1),
('2014_05_28_082407_create_follows_table',1),
('2014_05_28_171059_create_photos_table',1),
('2014_12_26_063157_create_session_table',1),
('2015_04_07_085504_create_promotions_table',1),
('2015_04_08_103448_create_recommendations_table',1),
('2015_04_10_023804_create_interests_table',1);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table photos
# ------------------------------------------------------------
DROP TABLE IF EXISTS `photos`;
CREATE TABLE `photos` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`photoable_id` int(10) unsigned NOT NULL,
`photoable_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`path` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `photos_photoable_id_index` (`photoable_id`),
KEY `photos_photoable_type_index` (`photoable_type`),
KEY `photos_type_index` (`type`),
KEY `photos_path_index` (`path`),
KEY `photos_created_at_index` (`created_at`),
KEY `photos_updated_at_index` (`updated_at`),
KEY `photos_deleted_at_index` (`deleted_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `photos` WRITE;
/*!40000 ALTER TABLE `photos` DISABLE KEYS */;
INSERT INTO `photos` (`id`, `photoable_id`, `photoable_type`, `type`, `path`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,1,'Subtype','Thumbnail','subtypes/1/thumbnails/1_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(2,1,'Type','Thumbnail','types/1/thumbnails/1_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(3,6,'User','Cover','users/6/covers/6_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(4,7,'User','Cover','users/7/covers/7_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(5,8,'User','Cover','users/8/covers/8_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(6,9,'User','Cover','users/9/covers/9_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(7,6,'Shop','Cover','shops/6/covers/6_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(8,7,'Shop','Cover','shops/7/covers/7_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(9,8,'Shop','Cover','shops/8/covers/8_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(10,9,'Shop','Cover','shops/9/covers/9_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(11,10,'Shop','Cover','shops/1/covers/1_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(12,6,'User','Profile','users/6/profiles/6_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(13,7,'User','Profile','users/7/profiles/7_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(14,8,'User','Profile','users/8/profiles/8_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(15,9,'User','Profile','users/9/profiles/9_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(16,6,'Shop','Profile','shops/6/profiles/6_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(17,7,'Shop','Profile','shops/7/profiles/7_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(18,8,'Shop','Profile','shops/8/profiles/8_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(19,9,'Shop','Profile','shops/9/profiles/9_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(20,10,'Shop','Profile','shops/1/profiles/1_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(21,1,'Product','Profile','products/1/profiles/1_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(22,1,'Product','Cover','products/1/profiles/1_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(23,1,'Promotion','Thumbnail','promotions/1/thumbnails/1_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(24,2,'Promotion','Thumbnail','promotions/1/thumbnails/2_1.png','2015-04-12 17:23:33','2015-04-12 17:23:33',NULL),
(25,59,'User','Cover','users/59/covers/59_1.png','2015-04-12 17:24:36','2015-04-12 17:24:36',NULL),
(26,59,'User','Profile','users/59/profiles/59_1.png','2015-04-12 17:24:36','2015-04-12 17:24:36',NULL);
/*!40000 ALTER TABLE `photos` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table products
# ------------------------------------------------------------
DROP TABLE IF EXISTS `products`;
CREATE TABLE `products` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`shop_id` int(10) unsigned NOT NULL,
`region_id` int(10) unsigned NOT NULL,
`district_id` int(10) unsigned NOT NULL,
`type_id` int(10) unsigned NOT NULL,
`subtype_id` int(10) unsigned NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`price` double NOT NULL,
`about` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `products_shop_id_index` (`shop_id`),
KEY `products_region_id_index` (`region_id`),
KEY `products_district_id_index` (`district_id`),
KEY `products_type_id_index` (`type_id`),
KEY `products_subtype_id_index` (`subtype_id`),
KEY `products_name_index` (`name`),
KEY `products_price_index` (`price`),
KEY `products_about_index` (`about`),
KEY `products_created_at_index` (`created_at`),
KEY `products_updated_at_index` (`updated_at`),
KEY `products_deleted_at_index` (`deleted_at`),
CONSTRAINT `products_district_id_foreign` FOREIGN KEY (`district_id`) REFERENCES `districts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `products_region_id_foreign` FOREIGN KEY (`region_id`) REFERENCES `regions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `products_shop_id_foreign` FOREIGN KEY (`shop_id`) REFERENCES `shops` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `products_subtype_id_foreign` FOREIGN KEY (`subtype_id`) REFERENCES `subtypes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `products_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `types` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `products` WRITE;
/*!40000 ALTER TABLE `products` DISABLE KEYS */;
INSERT INTO `products` (`id`, `shop_id`, `region_id`, `district_id`, `type_id`, `subtype_id`, `name`, `price`, `about`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,1,1,1,1,1,'Handmade leather cardholder',122,'Color coffee','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,1,1,1,1,1,'Earthenware decoration, pair sheeps.',256.5,'Cute sheep','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,1,1,1,1,1,'Wool decoration',551,'Owl perching on a stump.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(4,1,1,1,1,1,'Long Shirt',134.9,'Japan, loose fitting plaid long shirt, front and side pockets, color black/natural.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(5,1,1,1,1,1,'Linen unbalance dress',432,'Simple linen unbalance dress, color black.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(6,1,1,1,1,1,'Linen unbalance skirt',341,'Japanese simple style, linen unbalance skirt, color black.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(7,1,1,1,1,1,'Knit cardigan',545,'Dropped shoulders lightweight knit cardigan, color blue.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(8,1,1,1,1,1,'Loose fitting jacket',591,'Japanese simple style, linen button up loose fitting jacket, color beige.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(9,1,1,1,1,1,'Jazz hat',431,'Straw woven jazz hat with pattern, color coffee.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(10,1,1,1,1,1,'Jazz hat2',431,'Straw woven jazz hat with pattern, color coffee.','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
/*!40000 ALTER TABLE `products` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table promotions
# ------------------------------------------------------------
DROP TABLE IF EXISTS `promotions`;
CREATE TABLE `promotions` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`shop_id` int(10) unsigned NOT NULL,
`region_id` int(10) unsigned NOT NULL,
`district_id` int(10) unsigned NOT NULL,
`type_id` int(10) unsigned NOT NULL,
`subtype_id` int(10) unsigned NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`about` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`start_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`end_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `promotions_shop_id_index` (`shop_id`),
KEY `promotions_region_id_index` (`region_id`),
KEY `promotions_district_id_index` (`district_id`),
KEY `promotions_type_id_index` (`type_id`),
KEY `promotions_subtype_id_index` (`subtype_id`),
KEY `promotions_name_index` (`name`),
KEY `promotions_about_index` (`about`),
KEY `promotions_start_at_index` (`start_at`),
KEY `promotions_end_at_index` (`end_at`),
KEY `promotions_created_at_index` (`created_at`),
KEY `promotions_updated_at_index` (`updated_at`),
KEY `promotions_deleted_at_index` (`deleted_at`),
CONSTRAINT `promotions_district_id_foreign` FOREIGN KEY (`district_id`) REFERENCES `districts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `promotions_region_id_foreign` FOREIGN KEY (`region_id`) REFERENCES `regions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `promotions_shop_id_foreign` FOREIGN KEY (`shop_id`) REFERENCES `shops` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `promotions_subtype_id_foreign` FOREIGN KEY (`subtype_id`) REFERENCES `subtypes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `promotions_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `types` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `promotions` WRITE;
/*!40000 ALTER TABLE `promotions` DISABLE KEYS */;
INSERT INTO `promotions` (`id`, `shop_id`, `region_id`, `district_id`, `type_id`, `subtype_id`, `name`, `about`, `start_at`, `end_at`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,1,1,1,1,1,'特價198元買頂級和牛及和豚試食包乙份','特價198元買頂級和牛試食包乙份(原價498/包)所有商品日本新鮮直送,然後加工廠切肉。使用優惠請提前兩天預定,以便當天新鮮提貨食用。可以選擇(火鍋試食包:A4肥牛片、肩肉、北海道白豚腩片,共重350克)或(烤肉試食包:A4牛排方切、雪花肥牛、北海道白豚豬排片,共重350克)','2014-12-10 00:00:00','2015-02-05 00:00:00','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,1,1,1,1,1,'美甲試做價$98','法式,閃粉,貼紙。只需$98!包以上的服務!','2014-08-01 00:00:00','2015-08-01 00:00:00','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
/*!40000 ALTER TABLE `promotions` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table ratings
# ------------------------------------------------------------
DROP TABLE IF EXISTS `ratings`;
CREATE TABLE `ratings` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rateable_id` int(10) unsigned NOT NULL,
`rateable_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`rating` double(2,1) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `ratings_rateable_id_rateable_type_user_id_unique` (`rateable_id`,`rateable_type`,`user_id`),
KEY `ratings_rateable_id_index` (`rateable_id`),
KEY `ratings_rateable_type_index` (`rateable_type`),
KEY `ratings_user_id_index` (`user_id`),
KEY `ratings_rating_index` (`rating`),
KEY `ratings_created_at_index` (`created_at`),
KEY `ratings_updated_at_index` (`updated_at`),
KEY `ratings_deleted_at_index` (`deleted_at`),
CONSTRAINT `ratings_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `ratings` WRITE;
/*!40000 ALTER TABLE `ratings` DISABLE KEYS */;
INSERT INTO `ratings` (`id`, `rateable_id`, `rateable_type`, `user_id`, `rating`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,6,'Shop',7,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2,7,'Shop',6,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(3,8,'Shop',6,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(4,9,'Shop',6,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(5,8,'Shop',9,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(6,6,'Product',7,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(7,7,'Product',6,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(8,8,'Product',6,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(9,9,'Product',6,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(10,10,'Product',6,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(11,8,'Product',9,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(12,1,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(13,2,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(14,3,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(15,4,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(16,5,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(17,6,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(18,7,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(19,8,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(20,9,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(21,10,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(22,11,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(23,12,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(24,13,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(25,14,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(26,15,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(27,16,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(28,17,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(29,18,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(30,19,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(31,20,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(32,21,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(33,22,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(34,23,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(35,24,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(36,25,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(37,26,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(38,27,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(39,28,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(40,29,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(41,30,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(42,31,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(43,32,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(44,33,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(45,34,'Shop',1,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(46,6,'Shop',128,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(47,21,'Shop',64,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(48,2,'Shop',131,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(49,15,'Shop',163,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(50,21,'Shop',132,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(51,28,'Shop',84,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(52,13,'Shop',296,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(53,1,'Shop',259,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(54,20,'Shop',172,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(55,30,'Shop',94,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(56,13,'Shop',158,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(57,4,'Shop',74,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(58,17,'Shop',86,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(59,17,'Shop',144,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(60,20,'Shop',89,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(61,27,'Shop',145,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(62,13,'Shop',53,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(63,25,'Shop',238,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(64,3,'Shop',183,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(65,25,'Shop',114,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(66,5,'Shop',188,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(67,19,'Shop',146,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(68,26,'Shop',277,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(69,7,'Shop',4,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(70,7,'Shop',147,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(71,13,'Shop',128,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(72,26,'Shop',236,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(73,15,'Shop',286,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(74,17,'Shop',261,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(75,22,'Shop',76,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(76,16,'Shop',126,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(77,15,'Shop',161,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(78,28,'Shop',163,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(79,6,'Shop',207,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(80,4,'Shop',73,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(81,10,'Shop',49,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(82,11,'Shop',289,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(83,14,'Shop',78,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(84,12,'Shop',172,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(85,23,'Shop',135,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(86,29,'Shop',162,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(87,28,'Shop',273,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(88,2,'Shop',242,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(89,3,'Shop',58,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(90,17,'Shop',129,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(91,27,'Shop',13,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(92,22,'Shop',270,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(93,20,'Shop',113,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(94,20,'Shop',206,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(95,34,'Shop',158,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(96,1,'Shop',119,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(97,26,'Shop',183,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(98,31,'Shop',90,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(99,13,'Shop',232,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(100,9,'Shop',160,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(101,23,'Shop',23,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(102,22,'Shop',131,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(103,19,'Shop',49,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(104,24,'Shop',170,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(105,9,'Shop',165,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(106,30,'Shop',98,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(107,11,'Shop',207,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(108,25,'Shop',157,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(109,9,'Shop',251,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(110,15,'Shop',227,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(111,22,'Shop',123,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(112,33,'Shop',168,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(113,22,'Shop',281,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(114,5,'Shop',152,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(115,33,'Shop',54,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(116,17,'Shop',41,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(117,5,'Shop',144,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(118,27,'Shop',167,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(119,9,'Shop',140,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(120,30,'Shop',148,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(121,13,'Shop',66,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(122,14,'Shop',85,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(123,32,'Shop',193,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(124,33,'Shop',216,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(125,5,'Shop',290,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(126,22,'Shop',149,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(127,12,'Shop',280,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(128,9,'Shop',213,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(129,16,'Shop',255,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(130,10,'Shop',30,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(131,1,'Shop',140,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(132,5,'Shop',196,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(133,12,'Shop',27,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(134,14,'Shop',216,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(135,15,'Shop',96,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(136,11,'Shop',260,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(137,21,'Shop',15,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(138,14,'Shop',13,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(139,13,'Shop',46,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(140,28,'Shop',227,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(141,29,'Shop',72,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(142,13,'Shop',291,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(143,15,'Shop',189,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(144,31,'Shop',174,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(145,16,'Shop',154,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(146,16,'Shop',226,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(147,16,'Shop',141,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(148,2,'Shop',173,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(149,7,'Shop',63,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(150,27,'Shop',106,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(151,23,'Shop',112,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(152,10,'Shop',179,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(153,6,'Shop',284,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(154,1,'Shop',188,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(155,16,'Shop',256,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(156,32,'Shop',20,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(157,9,'Shop',36,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(158,28,'Shop',35,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(159,31,'Shop',206,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(160,19,'Shop',272,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(161,22,'Shop',40,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(162,28,'Shop',88,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(163,34,'Shop',118,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(164,14,'Shop',164,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(165,22,'Shop',31,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(166,10,'Shop',261,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(167,30,'Shop',73,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(168,31,'Shop',194,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(169,33,'Shop',51,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(170,2,'Shop',160,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(171,30,'Shop',48,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(172,16,'Shop',211,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(173,27,'Shop',151,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(174,25,'Shop',88,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(175,5,'Shop',264,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(176,3,'Shop',295,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(177,3,'Shop',286,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(178,20,'Shop',288,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(179,23,'Shop',237,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(180,30,'Shop',288,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(181,6,'Shop',266,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(182,24,'Shop',204,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(183,2,'Shop',285,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(184,19,'Shop',220,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(185,8,'Shop',37,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(186,29,'Shop',154,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(187,4,'Shop',110,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(188,10,'Shop',295,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(189,18,'Shop',5,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(190,16,'Shop',7,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(191,3,'Shop',211,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(192,11,'Shop',134,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(193,31,'Shop',77,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(194,13,'Shop',265,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(195,25,'Shop',139,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(196,19,'Shop',133,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(197,20,'Shop',244,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(198,24,'Shop',261,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(199,18,'Shop',247,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(200,28,'Shop',260,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(201,34,'Shop',247,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(202,15,'Shop',59,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(203,16,'Shop',300,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(204,2,'Shop',175,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(205,1,'Shop',30,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(206,4,'Shop',134,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(207,5,'Shop',200,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(208,26,'Shop',241,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(209,22,'Shop',122,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(210,28,'Shop',212,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(211,14,'Shop',245,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(212,11,'Shop',276,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(213,21,'Shop',31,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(214,32,'Shop',285,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(215,1,'Shop',158,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(216,12,'Shop',103,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(217,30,'Shop',158,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(218,30,'Shop',31,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(219,26,'Shop',117,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(220,11,'Shop',132,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(221,28,'Shop',157,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(222,22,'Shop',81,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(223,17,'Shop',165,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(224,28,'Shop',10,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(225,5,'Shop',156,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(226,3,'Shop',119,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(227,13,'Shop',116,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(228,22,'Shop',183,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(229,17,'Shop',65,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(230,16,'Shop',69,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(231,5,'Shop',241,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(232,12,'Shop',66,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(233,30,'Shop',13,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(234,32,'Shop',151,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(235,30,'Shop',182,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(236,28,'Shop',2,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(237,12,'Shop',268,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(238,3,'Shop',157,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(239,8,'Shop',160,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(240,11,'Shop',203,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(241,20,'Shop',195,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(242,30,'Shop',259,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(243,2,'Shop',213,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(244,4,'Shop',137,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(245,24,'Shop',225,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(246,11,'Shop',141,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(247,9,'Shop',81,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(248,17,'Shop',11,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(249,12,'Shop',197,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(250,22,'Shop',287,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(251,5,'Shop',140,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(252,2,'Shop',296,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(253,6,'Shop',214,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(254,31,'Shop',222,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(255,33,'Shop',220,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(256,18,'Shop',184,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(257,12,'Shop',231,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(258,20,'Shop',94,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(259,12,'Shop',168,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(260,19,'Shop',69,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(261,10,'Shop',145,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(262,18,'Shop',6,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(263,32,'Shop',165,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(264,30,'Shop',297,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(265,7,'Shop',172,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(266,8,'Shop',21,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(267,17,'Shop',124,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(268,6,'Shop',234,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(269,33,'Shop',189,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(270,26,'Shop',5,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(271,13,'Shop',8,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(272,6,'Shop',231,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(273,16,'Shop',170,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(274,3,'Shop',73,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(275,18,'Shop',267,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(276,5,'Shop',9,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(277,28,'Shop',195,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(278,24,'Shop',51,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(279,26,'Shop',187,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(280,27,'Shop',7,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(281,17,'Shop',241,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(282,33,'Shop',124,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(283,11,'Shop',35,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(284,27,'Shop',9,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(285,15,'Shop',138,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(286,20,'Shop',253,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(287,22,'Shop',141,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(288,1,'Shop',278,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(289,25,'Shop',278,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(290,18,'Shop',44,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(291,26,'Shop',274,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(292,20,'Shop',138,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(293,12,'Shop',282,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(294,7,'Shop',208,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(295,1,'Shop',20,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(296,1,'Shop',6,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(297,27,'Shop',169,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(298,5,'Shop',46,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(299,20,'Shop',63,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(300,14,'Shop',71,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(301,12,'Shop',77,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(302,23,'Shop',132,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(303,16,'Shop',78,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(304,15,'Shop',123,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(305,21,'Shop',213,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(306,15,'Shop',200,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(307,5,'Shop',286,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(308,15,'Shop',165,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(309,10,'Shop',236,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(310,4,'Shop',294,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(311,17,'Shop',193,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(312,1,'Shop',211,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(313,11,'Shop',226,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(314,2,'Shop',113,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(315,28,'Shop',55,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(316,28,'Shop',244,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(317,1,'Shop',300,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(318,4,'Shop',30,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(319,17,'Shop',12,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(320,5,'Shop',204,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(321,33,'Shop',11,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(322,26,'Shop',101,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(323,18,'Shop',297,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(324,5,'Shop',164,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(325,5,'Shop',177,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(326,28,'Shop',268,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(327,33,'Shop',268,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(328,1,'Shop',121,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(329,10,'Shop',64,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(330,23,'Shop',265,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(331,4,'Shop',112,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(332,18,'Shop',103,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(333,9,'Shop',182,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(334,27,'Shop',267,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(335,5,'Shop',167,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(336,33,'Shop',12,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(337,13,'Shop',141,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(338,23,'Shop',143,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(339,19,'Shop',10,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(340,33,'Shop',235,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(341,19,'Shop',71,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(342,1,'Shop',150,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(343,2,'Shop',52,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(344,9,'Shop',280,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(345,23,'Shop',224,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(346,4,'Shop',258,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(347,17,'Shop',245,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(348,33,'Shop',125,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(349,19,'Shop',116,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(350,14,'Shop',186,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(351,28,'Shop',231,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(352,17,'Shop',36,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(353,5,'Shop',214,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(354,4,'Shop',172,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(355,22,'Shop',34,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(356,9,'Shop',68,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(357,21,'Shop',170,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(358,4,'Shop',5,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(359,29,'Shop',120,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(360,8,'Shop',237,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(361,19,'Shop',263,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(362,28,'Shop',71,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(363,26,'Shop',16,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(364,24,'Shop',117,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(365,18,'Shop',245,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(366,29,'Shop',31,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(367,9,'Shop',240,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(368,6,'Shop',210,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(369,26,'Shop',220,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(370,1,'Shop',194,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(371,11,'Shop',63,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(372,20,'Shop',229,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(373,12,'Shop',292,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(374,10,'Shop',259,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(375,26,'Shop',47,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(376,18,'Shop',188,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(377,29,'Shop',210,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(378,12,'Shop',272,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(379,7,'Shop',66,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(380,16,'Shop',22,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(381,14,'Shop',250,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(382,17,'Shop',55,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(383,14,'Shop',46,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(384,2,'Shop',240,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(385,29,'Shop',282,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(386,26,'Shop',131,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(387,21,'Shop',149,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(388,13,'Shop',268,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(389,6,'Shop',179,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(390,13,'Shop',145,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(391,29,'Shop',243,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(392,17,'Shop',153,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(393,28,'Shop',66,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(394,20,'Shop',79,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(395,11,'Shop',79,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(396,24,'Shop',294,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(397,31,'Shop',68,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(398,4,'Shop',150,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(399,20,'Shop',59,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(400,24,'Shop',149,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(401,23,'Shop',200,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(402,24,'Shop',37,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(403,28,'Shop',242,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(404,1,'Shop',117,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(405,12,'Shop',213,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(406,5,'Shop',292,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(407,33,'Shop',69,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(408,13,'Shop',239,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(409,7,'Shop',287,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(410,28,'Shop',148,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(411,5,'Shop',255,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(412,6,'Shop',239,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(413,18,'Shop',203,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(414,30,'Shop',75,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(415,17,'Shop',173,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(416,27,'Shop',59,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(417,31,'Shop',147,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(418,32,'Shop',299,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(419,3,'Shop',156,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(420,24,'Shop',13,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(421,26,'Shop',124,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(422,7,'Shop',131,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(423,9,'Shop',234,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(424,27,'Shop',257,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(425,23,'Shop',247,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(426,29,'Shop',44,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(427,18,'Shop',54,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(428,6,'Shop',68,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(429,5,'Shop',254,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(430,24,'Shop',102,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(431,15,'Shop',74,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(432,1,'Shop',15,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(433,10,'Shop',211,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(434,30,'Shop',214,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(435,13,'Shop',70,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(436,34,'Shop',68,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(437,29,'Shop',205,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(438,23,'Shop',177,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(439,34,'Shop',212,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(440,23,'Shop',270,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(441,13,'Shop',244,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(442,34,'Shop',241,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(443,29,'Shop',263,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(444,6,'Shop',281,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(445,27,'Shop',125,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(446,32,'Shop',266,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(447,14,'Shop',171,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(448,18,'Shop',167,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(449,9,'Shop',163,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(450,20,'Shop',128,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(451,32,'Shop',236,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(452,8,'Shop',48,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(453,5,'Shop',82,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(454,33,'Shop',30,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(455,11,'Shop',291,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(456,7,'Shop',185,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(457,7,'Shop',60,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(458,23,'Shop',51,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(459,20,'Shop',3,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(460,24,'Shop',151,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(461,31,'Shop',28,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(462,6,'Shop',294,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(463,4,'Shop',154,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(464,4,'Shop',55,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(465,8,'Shop',289,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(466,1,'Shop',66,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(467,6,'Shop',173,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(468,1,'Shop',11,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(469,13,'Shop',224,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(470,25,'Shop',124,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(471,7,'Shop',31,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(472,20,'Shop',254,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(473,15,'Shop',281,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(474,5,'Shop',51,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(475,29,'Shop',105,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(476,33,'Shop',8,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(477,22,'Shop',177,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(478,9,'Shop',295,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(479,12,'Shop',4,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(480,33,'Shop',117,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(481,30,'Shop',42,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(482,13,'Shop',194,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(483,24,'Shop',152,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(484,21,'Shop',290,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(485,34,'Shop',83,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(486,25,'Shop',177,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(487,33,'Shop',203,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(488,33,'Shop',128,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(489,5,'Shop',142,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(490,21,'Shop',13,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(491,15,'Shop',209,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(492,26,'Shop',161,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(493,6,'Shop',47,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(494,15,'Shop',204,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(495,32,'Shop',49,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(496,17,'Shop',250,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(497,13,'Shop',216,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(498,20,'Shop',39,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(499,3,'Shop',94,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(500,29,'Shop',180,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(501,29,'Shop',192,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(502,17,'Shop',293,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(503,31,'Shop',111,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(504,15,'Shop',216,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(505,2,'Shop',32,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(506,8,'Shop',131,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(507,18,'Shop',93,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(508,15,'Shop',260,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(509,28,'Shop',129,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(510,21,'Shop',118,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(511,6,'Shop',123,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(512,6,'Shop',271,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(513,16,'Shop',160,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(514,14,'Shop',118,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(515,4,'Shop',295,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(516,29,'Shop',214,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(517,12,'Shop',184,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(518,31,'Shop',112,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(519,8,'Shop',166,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(520,27,'Shop',18,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(521,28,'Shop',205,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(522,6,'Shop',97,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(523,2,'Shop',17,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(524,5,'Shop',218,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(525,29,'Shop',53,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(526,3,'Shop',121,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(527,3,'Shop',147,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(528,23,'Shop',202,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(529,24,'Shop',242,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(530,24,'Shop',78,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(531,4,'Shop',39,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(532,23,'Shop',219,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(533,1,'Shop',139,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(534,6,'Shop',49,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(535,16,'Shop',28,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(536,13,'Shop',217,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(537,1,'Shop',231,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(538,1,'Shop',272,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(539,18,'Shop',77,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(540,15,'Shop',184,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(541,34,'Shop',288,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(542,18,'Shop',296,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(543,31,'Shop',97,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(544,12,'Shop',283,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(545,28,'Shop',130,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(546,20,'Shop',129,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(547,24,'Shop',134,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(548,33,'Shop',84,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(549,17,'Shop',299,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(550,12,'Shop',296,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(551,27,'Shop',162,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(552,14,'Shop',64,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(553,17,'Shop',54,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(554,13,'Shop',18,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(555,7,'Shop',132,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(556,7,'Shop',61,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(557,19,'Shop',63,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(558,11,'Shop',37,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(559,10,'Shop',137,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(560,9,'Shop',219,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(561,27,'Shop',276,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(562,1,'Shop',220,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(563,24,'Shop',122,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(564,22,'Shop',191,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(565,13,'Shop',99,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(566,15,'Shop',38,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(567,6,'Shop',222,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(568,17,'Shop',119,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(569,17,'Shop',171,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(570,8,'Shop',24,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(571,18,'Shop',234,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(572,28,'Shop',188,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(573,30,'Shop',39,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(574,34,'Shop',168,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(575,9,'Shop',220,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(576,6,'Shop',165,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(577,15,'Shop',259,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(578,20,'Shop',109,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(579,32,'Shop',245,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(580,14,'Shop',179,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(581,6,'Shop',170,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(582,19,'Shop',163,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(583,27,'Shop',53,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(584,17,'Shop',66,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(585,29,'Shop',134,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(586,34,'Shop',231,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(587,24,'Shop',82,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(588,22,'Shop',135,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(589,12,'Shop',150,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(590,28,'Shop',83,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(591,23,'Shop',151,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(592,27,'Shop',32,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(593,33,'Shop',100,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(594,22,'Shop',246,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(595,12,'Shop',63,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(596,33,'Shop',210,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(597,31,'Shop',76,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(598,13,'Shop',20,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(599,15,'Shop',212,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(600,11,'Shop',209,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(601,21,'Shop',26,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(602,19,'Shop',65,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(603,6,'Shop',158,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(604,6,'Shop',38,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(605,27,'Shop',192,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(606,18,'Shop',111,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(607,4,'Shop',176,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(608,6,'Shop',23,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(609,30,'Shop',146,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(610,22,'Shop',112,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(611,14,'Shop',281,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(612,8,'Shop',194,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(613,29,'Shop',238,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(614,33,'Shop',221,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(615,16,'Shop',137,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(616,5,'Shop',297,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(617,5,'Shop',83,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(618,25,'Shop',85,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(619,4,'Shop',6,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(620,26,'Shop',143,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(621,11,'Shop',135,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(622,1,'Shop',198,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(623,11,'Shop',155,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(624,23,'Shop',273,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(625,3,'Shop',166,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(626,18,'Shop',278,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(627,24,'Shop',272,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(628,32,'Shop',209,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(629,25,'Shop',34,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(630,19,'Shop',36,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(631,29,'Shop',170,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(632,25,'Shop',25,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(633,34,'Shop',142,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(634,8,'Shop',53,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(635,23,'Shop',148,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(636,11,'Shop',18,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(637,7,'Shop',240,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(638,28,'Shop',147,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(639,30,'Shop',19,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(640,32,'Shop',188,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(641,26,'Shop',147,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(642,34,'Shop',273,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(643,29,'Shop',298,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(644,8,'Shop',261,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(645,9,'Shop',187,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(646,25,'Shop',189,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(647,31,'Shop',126,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(648,3,'Shop',14,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(649,3,'Shop',256,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(650,4,'Shop',217,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(651,2,'Shop',50,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(652,27,'Shop',295,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(653,11,'Shop',241,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(654,14,'Shop',258,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(655,10,'Shop',201,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(656,12,'Shop',112,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(657,5,'Shop',222,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(658,3,'Shop',38,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(659,12,'Shop',74,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(660,33,'Shop',174,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(661,11,'Shop',139,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(662,10,'Shop',285,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(663,25,'Shop',151,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(664,25,'Shop',201,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(665,18,'Shop',206,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(666,27,'Shop',243,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(667,30,'Shop',243,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(668,24,'Shop',64,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(669,23,'Shop',180,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(670,27,'Shop',262,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(671,2,'Shop',91,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(672,5,'Shop',10,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(673,16,'Shop',243,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(674,23,'Shop',44,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(675,11,'Shop',90,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(676,19,'Shop',126,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(677,7,'Shop',250,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(678,30,'Shop',111,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(679,16,'Shop',3,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(680,25,'Shop',170,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(681,24,'Shop',38,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(682,27,'Shop',229,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(683,31,'Shop',236,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(684,12,'Shop',270,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(685,4,'Shop',136,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(686,32,'Shop',168,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(687,20,'Shop',152,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(688,27,'Shop',156,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(689,22,'Shop',217,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(690,17,'Shop',157,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(691,22,'Shop',159,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(692,11,'Shop',62,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(693,25,'Shop',188,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(694,13,'Shop',250,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(695,23,'Shop',243,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(696,2,'Shop',70,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(697,15,'Shop',191,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(698,6,'Shop',224,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(699,27,'Shop',163,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(700,32,'Shop',76,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(701,16,'Shop',185,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(702,27,'Shop',142,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(703,13,'Shop',240,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(704,18,'Shop',47,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(705,20,'Shop',90,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(706,18,'Shop',283,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(707,5,'Shop',155,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(708,9,'Shop',188,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(709,29,'Shop',219,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(710,15,'Shop',254,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(711,27,'Shop',75,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(712,23,'Shop',163,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(713,30,'Shop',127,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(714,31,'Shop',239,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(715,33,'Shop',290,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(716,8,'Shop',93,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(717,22,'Shop',65,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(718,26,'Shop',10,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(719,34,'Shop',42,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(720,7,'Shop',169,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(721,14,'Shop',38,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(722,15,'Shop',180,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(723,25,'Shop',21,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(724,28,'Shop',269,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(725,32,'Shop',276,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(726,29,'Shop',132,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(727,4,'Shop',84,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(728,28,'Shop',14,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(729,9,'Shop',109,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(730,15,'Shop',82,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(731,13,'Shop',252,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(732,6,'Shop',73,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(733,4,'Shop',188,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(734,3,'Shop',186,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(735,3,'Shop',85,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(736,12,'Shop',46,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(737,9,'Shop',88,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(738,15,'Shop',52,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(739,14,'Shop',91,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(740,34,'Shop',264,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(741,17,'Shop',72,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(742,8,'Shop',161,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(743,8,'Shop',225,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(744,7,'Shop',21,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(745,30,'Shop',164,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(746,12,'Shop',190,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(747,21,'Shop',263,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(748,8,'Shop',59,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(749,31,'Shop',198,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(750,12,'Shop',130,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(751,3,'Shop',159,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(752,33,'Shop',5,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(753,34,'Shop',188,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(754,5,'Shop',268,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(755,5,'Shop',262,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(756,2,'Shop',20,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(757,3,'Shop',250,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(758,30,'Shop',238,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(759,31,'Shop',25,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(760,29,'Shop',264,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(761,4,'Shop',193,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(762,13,'Shop',146,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(763,11,'Shop',30,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(764,11,'Shop',219,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(765,10,'Shop',280,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(766,1,'Shop',149,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(767,31,'Shop',74,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(768,1,'Shop',292,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(769,22,'Shop',99,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(770,31,'Shop',219,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(771,24,'Shop',60,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(772,4,'Shop',104,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(773,24,'Shop',20,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(774,23,'Shop',38,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(775,10,'Shop',108,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(776,22,'Shop',60,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(777,2,'Shop',106,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(778,27,'Shop',290,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(779,30,'Shop',121,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(780,28,'Shop',103,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(781,9,'Shop',229,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(782,33,'Shop',169,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(783,14,'Shop',26,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(784,5,'Shop',203,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(785,18,'Shop',142,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(786,16,'Shop',267,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(787,2,'Shop',141,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(788,20,'Shop',48,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(789,29,'Shop',39,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(790,5,'Shop',102,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(791,25,'Shop',141,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(792,14,'Shop',121,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(793,23,'Shop',101,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(794,8,'Shop',23,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(795,24,'Shop',248,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(796,33,'Shop',9,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(797,4,'Shop',148,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(798,18,'Shop',144,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(799,33,'Shop',247,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(800,13,'Shop',24,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(801,22,'Shop',300,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(802,12,'Shop',262,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(803,25,'Shop',115,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(804,27,'Shop',54,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(805,9,'Shop',250,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(806,18,'Shop',202,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(807,29,'Shop',271,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(808,25,'Shop',219,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(809,2,'Shop',103,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(810,4,'Shop',281,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(811,32,'Shop',117,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(812,18,'Shop',169,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(813,5,'Shop',28,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(814,4,'Shop',43,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(815,25,'Shop',51,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(816,2,'Shop',2,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(817,1,'Shop',230,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(818,27,'Shop',23,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(819,28,'Shop',67,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(820,7,'Shop',167,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(821,25,'Shop',290,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(822,6,'Shop',111,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(823,25,'Shop',205,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(824,11,'Shop',49,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(825,19,'Shop',199,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(826,3,'Shop',172,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(827,25,'Shop',249,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(828,7,'Shop',20,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(829,23,'Shop',69,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(830,25,'Shop',296,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(831,8,'Shop',283,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(832,7,'Shop',274,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(833,27,'Shop',247,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(834,26,'Shop',271,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(835,11,'Shop',193,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(836,5,'Shop',257,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(837,13,'Shop',247,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(838,13,'Shop',123,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(839,14,'Shop',285,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(840,2,'Shop',292,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(841,28,'Shop',224,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(842,18,'Shop',59,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(843,27,'Shop',230,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(844,22,'Shop',19,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(845,27,'Shop',93,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(846,16,'Shop',124,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(847,21,'Shop',214,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(848,26,'Shop',296,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(849,29,'Shop',110,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(850,29,'Shop',11,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(851,2,'Shop',185,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(852,8,'Shop',249,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(853,26,'Shop',94,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(854,26,'Shop',268,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(855,21,'Shop',142,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(856,6,'Shop',79,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(857,2,'Shop',199,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(858,24,'Shop',254,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(859,16,'Shop',110,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(860,17,'Shop',186,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(861,17,'Shop',188,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(862,5,'Shop',192,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(863,16,'Shop',280,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(864,16,'Shop',113,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(865,9,'Shop',47,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(866,34,'Shop',111,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(867,16,'Shop',49,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(868,3,'Shop',219,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(869,27,'Shop',238,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(870,4,'Shop',54,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(871,14,'Shop',37,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(872,28,'Shop',75,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(873,28,'Shop',136,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(874,2,'Shop',232,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(875,25,'Shop',79,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(876,20,'Shop',294,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(877,4,'Shop',234,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(878,16,'Shop',135,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(879,8,'Shop',105,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(880,13,'Shop',67,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(881,28,'Shop',160,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(882,5,'Shop',247,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(883,18,'Shop',160,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(884,4,'Shop',198,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(885,30,'Shop',81,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(886,29,'Shop',209,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(887,17,'Shop',146,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(888,12,'Shop',16,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(889,13,'Shop',160,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(890,26,'Shop',41,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(891,12,'Shop',243,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(892,3,'Shop',150,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(893,27,'Shop',58,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(894,22,'Shop',218,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(895,21,'Shop',116,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(896,23,'Shop',189,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(897,24,'Shop',18,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(898,14,'Shop',124,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(899,19,'Shop',226,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(900,6,'Shop',84,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(901,3,'Shop',277,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(902,3,'Shop',47,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(903,4,'Shop',62,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(904,4,'Shop',215,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(905,27,'Shop',35,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(906,22,'Shop',295,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(907,20,'Shop',297,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(908,9,'Shop',92,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(909,22,'Shop',269,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(910,26,'Shop',93,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(911,9,'Shop',22,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(912,27,'Shop',150,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(913,32,'Shop',36,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(914,21,'Shop',285,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(915,12,'Shop',185,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(916,2,'Shop',116,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(917,32,'Shop',246,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(918,4,'Shop',24,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(919,6,'Shop',279,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(920,20,'Shop',115,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(921,24,'Shop',150,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(922,19,'Shop',62,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(923,4,'Shop',31,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(924,28,'Shop',263,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(925,24,'Shop',286,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(926,9,'Shop',78,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(927,26,'Shop',9,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(928,5,'Shop',265,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(929,24,'Shop',115,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(930,12,'Shop',72,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(931,8,'Shop',217,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(932,8,'Shop',290,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(933,34,'Shop',189,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(934,27,'Shop',210,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(935,7,'Shop',28,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(936,7,'Shop',30,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(937,15,'Shop',277,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(938,29,'Shop',77,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(939,2,'Shop',15,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(940,24,'Shop',26,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(941,17,'Shop',283,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(942,4,'Shop',153,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(943,23,'Shop',40,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(944,32,'Shop',88,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(945,22,'Shop',35,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(946,6,'Shop',134,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(947,15,'Shop',243,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(948,9,'Shop',34,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(949,15,'Shop',246,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(950,10,'Shop',205,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(951,12,'Shop',195,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(952,5,'Shop',81,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(953,23,'Shop',260,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(954,7,'Shop',174,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(955,19,'Shop',236,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(956,29,'Shop',222,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(957,6,'Shop',26,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(958,24,'Shop',239,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(959,21,'Shop',262,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(960,7,'Shop',160,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(961,23,'Shop',73,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(962,25,'Shop',112,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(963,9,'Shop',83,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(964,22,'Shop',250,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(965,11,'Shop',71,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(966,16,'Shop',146,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(967,16,'Shop',201,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(968,5,'Shop',91,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(969,24,'Shop',250,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(970,9,'Shop',243,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(971,23,'Shop',96,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(972,22,'Shop',272,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(973,14,'Shop',110,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(974,18,'Shop',113,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(975,15,'Shop',247,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(976,4,'Shop',80,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(977,13,'Shop',255,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(978,16,'Shop',14,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(979,28,'Shop',169,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(980,34,'Shop',163,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(981,25,'Shop',105,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(982,16,'Shop',20,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(983,32,'Shop',288,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(984,22,'Shop',14,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(985,16,'Shop',29,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(986,3,'Shop',23,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(987,14,'Shop',60,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(988,33,'Shop',62,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(989,29,'Shop',54,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(990,29,'Shop',97,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(991,1,'Shop',45,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(992,16,'Shop',159,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(993,31,'Shop',163,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(994,1,'Shop',72,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(995,23,'Shop',150,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(996,21,'Shop',256,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(997,3,'Shop',61,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(998,8,'Shop',178,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(999,27,'Shop',239,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1000,27,'Shop',2,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1001,8,'Shop',222,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1002,15,'Shop',167,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1003,7,'Shop',234,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1004,18,'Shop',32,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1005,2,'Shop',81,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1006,5,'Shop',239,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1007,21,'Shop',171,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1008,2,'Shop',279,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1009,29,'Shop',148,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1010,1,'Shop',168,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1011,2,'Shop',62,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1012,23,'Shop',62,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1013,34,'Shop',31,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1014,32,'Shop',206,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1015,23,'Shop',196,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1016,32,'Shop',249,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1017,18,'Shop',26,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1018,23,'Shop',22,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1019,32,'Shop',121,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1020,25,'Shop',208,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1021,34,'Shop',208,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1022,20,'Shop',183,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1023,26,'Shop',122,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1024,20,'Shop',65,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1025,8,'Shop',220,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1026,29,'Shop',23,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1027,7,'Shop',81,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1028,10,'Shop',55,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1029,2,'Shop',105,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1030,7,'Shop',74,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1031,32,'Shop',87,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1032,18,'Shop',18,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1033,3,'Shop',13,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1034,13,'Shop',91,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1035,21,'Shop',273,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1036,22,'Shop',172,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1037,30,'Shop',152,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1038,13,'Shop',27,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1039,8,'Shop',99,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1040,31,'Shop',184,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1041,1,'Shop',26,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1042,10,'Shop',80,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1043,8,'Shop',148,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1044,23,'Shop',191,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1045,1,'Shop',251,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1046,30,'Shop',273,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1047,34,'Shop',114,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1048,16,'Shop',186,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1049,8,'Shop',155,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1050,26,'Shop',40,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1051,20,'Shop',266,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1052,5,'Shop',96,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1053,32,'Shop',232,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1054,22,'Shop',148,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1055,16,'Shop',216,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1056,9,'Shop',293,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1057,32,'Shop',130,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1058,13,'Shop',122,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1059,10,'Shop',161,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1060,32,'Shop',185,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1061,17,'Shop',49,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1062,9,'Shop',124,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1063,1,'Shop',54,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1064,31,'Shop',272,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1065,34,'Shop',190,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1066,19,'Shop',39,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1067,24,'Shop',90,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1068,28,'Shop',77,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1069,15,'Shop',55,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1070,20,'Shop',182,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1071,5,'Shop',235,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1072,13,'Shop',59,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1073,32,'Shop',289,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1074,3,'Shop',68,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1075,8,'Shop',181,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1076,22,'Shop',64,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1077,33,'Shop',186,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1078,7,'Shop',48,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1079,14,'Shop',279,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1080,1,'Shop',265,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1081,4,'Shop',28,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1082,16,'Shop',71,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1083,17,'Shop',113,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1084,23,'Shop',65,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1085,5,'Shop',160,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1086,20,'Shop',236,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1087,30,'Shop',80,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1088,19,'Shop',282,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1089,8,'Shop',228,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1090,32,'Shop',5,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1091,21,'Shop',259,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1092,2,'Shop',210,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1093,24,'Shop',56,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1094,27,'Shop',14,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1095,17,'Shop',220,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1096,30,'Shop',217,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1097,9,'Shop',171,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1098,6,'Shop',45,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1099,12,'Shop',167,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1100,3,'Shop',257,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1101,20,'Shop',283,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1102,28,'Shop',292,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1103,31,'Shop',262,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1104,26,'Shop',142,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1105,20,'Shop',242,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1106,12,'Shop',219,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1107,34,'Shop',203,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1108,19,'Shop',205,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1109,23,'Shop',293,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1110,30,'Shop',9,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1111,22,'Shop',105,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1112,17,'Shop',15,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1113,13,'Shop',281,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1114,19,'Shop',157,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1115,33,'Shop',240,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1116,1,'Shop',173,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1117,7,'Shop',136,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1118,19,'Shop',232,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1119,13,'Shop',282,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1120,9,'Shop',276,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1121,23,'Shop',142,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1122,26,'Shop',240,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1123,31,'Shop',209,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1124,3,'Shop',297,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1125,17,'Shop',231,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1126,14,'Shop',114,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1127,21,'Shop',18,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1128,9,'Shop',8,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1129,18,'Shop',176,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1130,32,'Shop',133,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1131,6,'Shop',300,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1132,3,'Shop',271,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1133,33,'Shop',266,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1134,20,'Shop',196,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1135,6,'Shop',203,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1136,13,'Shop',112,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1137,22,'Shop',43,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1138,3,'Shop',259,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1139,26,'Shop',51,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1140,31,'Shop',85,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1141,11,'Shop',27,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1142,5,'Shop',266,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1143,18,'Shop',11,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1144,12,'Shop',6,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1145,3,'Shop',282,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1146,6,'Shop',58,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1147,25,'Shop',271,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1148,33,'Shop',142,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1149,13,'Shop',179,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1150,11,'Shop',150,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1151,10,'Shop',176,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1152,4,'Shop',194,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1153,34,'Shop',121,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1154,33,'Shop',36,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1155,21,'Shop',295,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1156,30,'Shop',291,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1157,5,'Shop',20,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1158,30,'Shop',290,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1159,30,'Shop',97,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1160,16,'Shop',242,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1161,21,'Shop',10,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1162,1,'Shop',22,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1163,30,'Shop',122,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1164,14,'Shop',196,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1165,1,'Shop',100,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1166,11,'Shop',45,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1167,6,'Shop',40,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1168,1,'Shop',74,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1169,15,'Shop',250,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1170,22,'Shop',288,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1171,18,'Shop',182,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1172,3,'Shop',87,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1173,27,'Shop',207,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1174,26,'Shop',194,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1175,32,'Shop',7,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1176,23,'Shop',114,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1177,23,'Shop',214,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1178,9,'Shop',272,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1179,1,'Shop',70,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1180,33,'Shop',194,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1181,22,'Shop',136,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1182,19,'Shop',291,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1183,12,'Shop',59,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1184,9,'Shop',43,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1185,31,'Shop',157,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1186,17,'Shop',22,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1187,26,'Shop',235,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1188,18,'Shop',89,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1189,18,'Shop',180,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1190,31,'Shop',44,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1191,27,'Shop',43,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1192,24,'Shop',180,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1193,14,'Shop',15,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1194,26,'Shop',96,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1195,14,'Shop',129,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1196,1,'Shop',291,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1197,10,'Shop',43,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1198,12,'Shop',106,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1199,25,'Shop',52,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1200,23,'Shop',12,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1201,12,'Shop',226,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1202,11,'Shop',220,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1203,1,'Shop',175,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1204,6,'Shop',24,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1205,27,'Shop',51,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1206,11,'Shop',223,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1207,10,'Shop',94,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1208,9,'Shop',105,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1209,17,'Shop',232,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1210,3,'Shop',54,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1211,19,'Shop',87,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1212,13,'Shop',180,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1213,32,'Shop',11,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1214,32,'Shop',35,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1215,17,'Shop',227,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1216,8,'Shop',54,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1217,19,'Shop',222,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1218,34,'Shop',29,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1219,22,'Shop',17,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1220,33,'Shop',233,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1221,16,'Shop',270,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1222,1,'Shop',135,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1223,1,'Shop',37,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1224,11,'Shop',154,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1225,10,'Shop',241,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1226,2,'Shop',150,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1227,26,'Shop',121,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1228,29,'Shop',123,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1229,34,'Shop',191,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1230,7,'Shop',143,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1231,23,'Shop',107,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1232,8,'Shop',251,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1233,5,'Shop',107,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1234,32,'Shop',267,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1235,23,'Shop',259,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1236,23,'Shop',268,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1237,15,'Shop',6,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1238,10,'Shop',269,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1239,4,'Shop',248,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1240,21,'Shop',143,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1241,6,'Shop',6,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1242,7,'Shop',294,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1243,8,'Shop',191,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1244,4,'Shop',199,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1245,4,'Shop',275,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1246,16,'Shop',219,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1247,10,'Shop',147,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1248,30,'Shop',12,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1249,20,'Shop',212,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1250,8,'Shop',219,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1251,23,'Shop',49,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1252,7,'Shop',45,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1253,24,'Shop',58,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1254,24,'Shop',266,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1255,25,'Shop',239,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1256,20,'Shop',38,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1257,12,'Shop',159,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1258,25,'Shop',173,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1259,15,'Shop',137,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1260,28,'Shop',65,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1261,10,'Shop',273,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1262,15,'Shop',284,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1263,31,'Shop',207,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1264,19,'Shop',152,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1265,19,'Shop',106,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1266,19,'Shop',135,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1267,15,'Shop',90,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1268,16,'Shop',266,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1269,30,'Shop',105,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1270,16,'Shop',55,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1271,25,'Shop',255,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1272,30,'Shop',274,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1273,14,'Shop',208,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1274,11,'Shop',47,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1275,30,'Shop',67,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1276,8,'Shop',268,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1277,6,'Shop',19,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1278,8,'Shop',58,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1279,9,'Shop',86,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1280,25,'Shop',81,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1281,2,'Shop',216,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1282,9,'Shop',71,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1283,9,'Shop',162,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1284,20,'Shop',194,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1285,32,'Shop',124,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1286,8,'Shop',123,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1287,31,'Shop',179,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1288,17,'Shop',297,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1289,22,'Shop',197,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1290,12,'Shop',12,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1291,12,'Shop',194,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1292,22,'Shop',88,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1293,28,'Shop',189,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1294,1,'Shop',245,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1295,28,'Shop',225,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1296,8,'Shop',207,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1297,10,'Shop',264,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1298,23,'Shop',45,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1299,7,'Shop',281,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1300,32,'Shop',161,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1301,2,'Shop',155,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1302,9,'Shop',150,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1303,2,'Shop',10,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1304,6,'Shop',11,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1305,1,'Shop',148,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1306,7,'Shop',7,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1307,28,'Shop',213,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1308,18,'Shop',115,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1309,2,'Shop',291,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1310,8,'Shop',133,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1311,14,'Shop',228,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1312,10,'Shop',15,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1313,30,'Shop',201,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1314,34,'Shop',35,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1315,33,'Shop',152,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1316,29,'Shop',49,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1317,2,'Shop',119,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1318,2,'Shop',11,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1319,1,'Shop',223,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1320,17,'Shop',273,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1321,17,'Shop',51,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1322,14,'Shop',169,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1323,32,'Shop',9,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1324,12,'Shop',136,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1325,15,'Shop',28,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1326,2,'Shop',196,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1327,32,'Shop',42,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1328,3,'Shop',195,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1329,21,'Shop',17,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1330,5,'Shop',32,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1331,31,'Shop',93,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1332,23,'Shop',225,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1333,32,'Shop',34,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1334,13,'Shop',134,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1335,2,'Shop',180,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1336,32,'Shop',75,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1337,14,'Shop',74,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1338,30,'Shop',60,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1339,10,'Shop',135,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1340,33,'Shop',60,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1341,13,'Shop',233,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1342,26,'Shop',168,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1343,7,'Shop',82,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1344,14,'Shop',263,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1345,4,'Shop',140,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1346,10,'Shop',223,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1347,28,'Shop',237,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1348,17,'Shop',214,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1349,20,'Shop',184,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1350,8,'Shop',125,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1351,7,'Shop',97,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1352,28,'Shop',214,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1353,34,'Shop',284,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1354,17,'Shop',185,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1355,16,'Shop',24,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1356,30,'Shop',133,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1357,15,'Shop',13,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1358,29,'Shop',226,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1359,8,'Shop',176,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1360,25,'Shop',298,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1361,13,'Shop',127,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1362,11,'Shop',188,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1363,25,'Shop',245,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1364,31,'Shop',247,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1365,22,'Shop',50,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1366,7,'Shop',168,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1367,13,'Shop',199,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1368,4,'Shop',88,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1369,16,'Shop',60,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1370,22,'Shop',67,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1371,5,'Shop',36,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1372,16,'Shop',218,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1373,26,'Shop',114,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1374,1,'Shop',285,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1375,33,'Shop',116,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1376,23,'Shop',254,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1377,8,'Shop',134,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1378,10,'Shop',96,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1379,5,'Shop',260,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1380,23,'Shop',230,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1381,26,'Shop',247,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1382,31,'Shop',22,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1383,7,'Shop',248,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1384,31,'Shop',5,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1385,18,'Shop',289,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1386,20,'Shop',135,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1387,3,'Shop',114,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1388,5,'Shop',73,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1389,26,'Shop',280,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1390,8,'Shop',73,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1391,33,'Shop',177,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1392,1,'Shop',88,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1393,14,'Shop',162,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1394,28,'Shop',247,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1395,27,'Shop',153,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1396,28,'Shop',8,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1397,22,'Shop',274,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1398,1,'Shop',101,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1399,6,'Shop',177,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1400,6,'Shop',41,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1401,10,'Shop',272,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1402,30,'Shop',130,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1403,33,'Shop',81,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1404,32,'Shop',128,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1405,11,'Shop',41,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1406,14,'Shop',66,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1407,10,'Shop',138,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1408,21,'Shop',279,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1409,27,'Shop',281,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1410,18,'Shop',249,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1411,4,'Shop',298,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1412,11,'Shop',56,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1413,31,'Shop',84,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1414,31,'Shop',24,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1415,18,'Shop',81,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1416,23,'Shop',286,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1417,15,'Shop',77,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1418,14,'Shop',20,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1419,25,'Shop',236,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1420,10,'Shop',116,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1421,15,'Shop',228,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1422,24,'Shop',157,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1423,16,'Shop',116,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1424,6,'Shop',155,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1425,11,'Shop',36,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1426,8,'Shop',258,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1427,4,'Shop',243,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1428,34,'Shop',65,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1429,1,'Shop',203,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1430,26,'Shop',100,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1431,2,'Shop',36,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1432,14,'Shop',112,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1433,25,'Shop',265,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1434,28,'Shop',281,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1435,29,'Shop',85,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1436,19,'Shop',149,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1437,16,'Shop',215,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1438,7,'Shop',300,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1439,6,'Shop',115,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1440,16,'Shop',288,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1441,21,'Shop',198,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1442,2,'Shop',126,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1443,21,'Shop',96,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1444,23,'Shop',30,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1445,23,'Shop',167,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1446,17,'Shop',42,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1447,6,'Shop',160,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1448,13,'Shop',173,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1449,20,'Shop',27,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1450,30,'Shop',276,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1451,11,'Shop',15,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1452,13,'Shop',242,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1453,18,'Shop',66,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1454,25,'Shop',50,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1455,1,'Shop',12,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1456,13,'Shop',78,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1457,9,'Shop',262,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1458,29,'Shop',10,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1459,8,'Shop',88,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1460,19,'Shop',28,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1461,29,'Shop',22,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1462,25,'Shop',182,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1463,34,'Shop',235,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1464,3,'Shop',106,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1465,34,'Shop',259,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1466,11,'Shop',34,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1467,32,'Shop',111,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1468,31,'Shop',283,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1469,10,'Shop',70,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1470,15,'Shop',174,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1471,5,'Shop',129,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1472,12,'Shop',62,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1473,32,'Shop',101,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1474,2,'Shop',254,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1475,21,'Shop',193,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1476,8,'Shop',84,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1477,26,'Shop',24,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1478,16,'Shop',100,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1479,28,'Shop',257,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1480,11,'Shop',9,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1481,31,'Shop',148,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1482,10,'Shop',180,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1483,22,'Shop',251,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1484,10,'Shop',91,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1485,10,'Shop',154,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1486,16,'Shop',45,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1487,6,'Shop',166,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1488,29,'Shop',2,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1489,24,'Shop',8,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1490,15,'Shop',262,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1491,14,'Shop',109,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1492,23,'Shop',4,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1493,30,'Shop',162,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1494,14,'Shop',300,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1495,9,'Shop',289,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1496,4,'Shop',170,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1497,31,'Shop',165,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1498,9,'Shop',114,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1499,22,'Shop',236,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1500,9,'Shop',296,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1501,2,'Shop',282,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1502,15,'Shop',297,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1503,12,'Shop',236,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1504,22,'Shop',247,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1505,12,'Shop',76,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1506,23,'Shop',289,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1507,16,'Shop',165,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1508,12,'Shop',234,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1509,31,'Shop',299,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1510,14,'Shop',111,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1511,1,'Shop',176,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1512,6,'Shop',110,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1513,21,'Shop',46,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1514,31,'Shop',270,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1515,22,'Shop',7,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1516,18,'Shop',285,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1517,27,'Shop',144,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1518,8,'Shop',128,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1519,22,'Shop',173,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1520,30,'Shop',212,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1521,10,'Shop',224,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1522,20,'Shop',178,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1523,12,'Shop',163,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1524,3,'Shop',98,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1525,4,'Shop',87,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1526,16,'Shop',99,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1527,26,'Shop',192,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1528,10,'Shop',20,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1529,10,'Shop',185,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1530,15,'Shop',75,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1531,5,'Shop',93,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1532,5,'Shop',8,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1533,20,'Shop',224,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1534,19,'Shop',270,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1535,25,'Shop',138,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1536,25,'Shop',41,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1537,9,'Shop',127,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1538,26,'Shop',59,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1539,30,'Shop',292,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1540,24,'Shop',235,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1541,29,'Shop',171,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1542,13,'Shop',83,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1543,29,'Shop',185,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1544,32,'Shop',93,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1545,27,'Shop',175,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1546,9,'Shop',146,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1547,3,'Shop',26,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1548,20,'Shop',144,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1549,20,'Shop',112,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1550,11,'Shop',96,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1551,13,'Shop',290,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1552,31,'Shop',191,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1553,6,'Shop',74,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1554,18,'Shop',291,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1555,8,'Shop',152,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1556,19,'Shop',202,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1557,29,'Shop',78,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1558,25,'Shop',74,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1559,12,'Shop',85,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1560,33,'Shop',134,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1561,1,'Shop',86,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1562,5,'Shop',37,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1563,9,'Shop',167,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1564,23,'Shop',284,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1565,16,'Shop',16,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1566,13,'Shop',185,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1567,29,'Shop',35,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1568,25,'Shop',237,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1569,6,'Shop',124,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1570,18,'Shop',209,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1571,30,'Shop',272,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1572,31,'Shop',88,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1573,17,'Shop',274,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1574,29,'Shop',117,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1575,5,'Shop',138,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1576,22,'Shop',96,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1577,17,'Shop',266,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1578,18,'Shop',118,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1579,31,'Shop',130,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1580,8,'Shop',112,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1581,3,'Shop',70,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1582,33,'Shop',6,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1583,11,'Shop',282,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1584,24,'Shop',231,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1585,16,'Shop',82,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1586,21,'Shop',278,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1587,17,'Shop',218,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1588,10,'Shop',210,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1589,32,'Shop',212,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1590,33,'Shop',182,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1591,3,'Shop',124,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1592,19,'Shop',111,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1593,14,'Shop',119,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1594,23,'Shop',109,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1595,28,'Shop',217,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1596,25,'Shop',282,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1597,10,'Shop',206,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1598,32,'Shop',295,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1599,15,'Shop',288,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1600,34,'Shop',147,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1601,10,'Shop',169,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1602,10,'Shop',46,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1603,20,'Shop',120,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1604,11,'Shop',192,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1605,22,'Shop',264,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1606,3,'Shop',80,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1607,5,'Shop',95,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1608,30,'Shop',235,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1609,3,'Shop',105,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1610,32,'Shop',233,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1611,5,'Shop',80,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1612,8,'Shop',254,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1613,29,'Shop',75,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1614,20,'Shop',249,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1615,30,'Shop',220,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1616,10,'Shop',143,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1617,18,'Shop',201,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1618,17,'Shop',96,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1619,6,'Shop',290,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1620,34,'Shop',265,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1621,29,'Shop',68,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1622,6,'Shop',35,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1623,1,'Shop',273,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1624,15,'Shop',257,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1625,19,'Shop',89,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1626,4,'Shop',60,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1627,11,'Shop',127,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1628,1,'Shop',235,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1629,25,'Shop',23,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1630,25,'Shop',187,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1631,13,'Shop',241,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1632,27,'Shop',72,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1633,24,'Shop',121,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1634,19,'Shop',98,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1635,11,'Shop',67,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1636,28,'Shop',28,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1637,5,'Shop',27,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1638,13,'Shop',264,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1639,22,'Shop',142,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1640,14,'Shop',272,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1641,15,'Shop',233,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1642,26,'Shop',234,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1643,5,'Shop',44,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1644,23,'Shop',157,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1645,7,'Shop',157,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1646,31,'Shop',36,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1647,3,'Shop',62,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1648,27,'Shop',68,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1649,23,'Shop',3,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1650,3,'Shop',46,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1651,10,'Shop',98,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1652,8,'Shop',103,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1653,33,'Shop',55,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1654,28,'Shop',101,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1655,24,'Shop',186,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1656,32,'Shop',109,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1657,2,'Shop',41,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1658,8,'Shop',56,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1659,10,'Shop',88,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1660,12,'Shop',235,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1661,12,'Shop',244,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1662,3,'Shop',2,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1663,32,'Shop',100,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1664,5,'Shop',189,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1665,4,'Shop',267,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1666,21,'Shop',103,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1667,6,'Shop',182,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1668,23,'Shop',274,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1669,7,'Shop',140,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1670,19,'Shop',47,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1671,31,'Shop',18,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1672,7,'Shop',247,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1673,6,'Shop',274,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1674,19,'Shop',244,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1675,17,'Shop',135,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1676,23,'Shop',39,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1677,26,'Shop',110,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1678,32,'Shop',297,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1679,14,'Shop',128,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1680,6,'Shop',180,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1681,30,'Shop',114,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1682,16,'Shop',166,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1683,21,'Shop',33,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1684,18,'Shop',211,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1685,6,'Shop',198,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1686,23,'Shop',14,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1687,4,'Shop',116,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1688,4,'Shop',100,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1689,28,'Shop',62,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1690,25,'Shop',95,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1691,31,'Shop',220,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1692,7,'Shop',278,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1693,24,'Shop',184,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1694,27,'Shop',260,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1695,10,'Shop',112,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1696,6,'Shop',39,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1697,32,'Shop',217,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1698,2,'Shop',21,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1699,31,'Shop',62,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1700,4,'Shop',99,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1701,34,'Shop',122,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1702,21,'Shop',185,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1703,26,'Shop',158,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1704,25,'Shop',82,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1705,19,'Shop',189,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1706,32,'Shop',106,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1707,20,'Shop',252,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1708,2,'Shop',207,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1709,33,'Shop',225,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1710,3,'Shop',123,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1711,22,'Shop',100,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1712,12,'Shop',117,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1713,5,'Shop',279,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1714,21,'Shop',156,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1715,7,'Shop',231,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1716,29,'Shop',124,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1717,7,'Shop',58,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1718,3,'Shop',205,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1719,32,'Shop',53,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1720,32,'Shop',162,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1721,8,'Shop',153,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1722,11,'Shop',153,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1723,12,'Shop',181,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1724,3,'Shop',132,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1725,16,'Shop',231,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1726,5,'Shop',49,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1727,20,'Shop',171,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1728,16,'Shop',59,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1729,8,'Shop',198,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1730,10,'Shop',99,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1731,28,'Shop',218,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1732,15,'Shop',224,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1733,21,'Shop',19,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1734,6,'Shop',86,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1735,15,'Shop',183,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1736,13,'Shop',174,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1737,6,'Shop',105,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1738,9,'Shop',39,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1739,16,'Shop',138,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1740,27,'Shop',280,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1741,9,'Shop',265,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1742,24,'Shop',263,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1743,25,'Shop',91,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1744,11,'Shop',202,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1745,25,'Shop',17,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1746,2,'Shop',233,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1747,18,'Shop',138,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1748,32,'Shop',287,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1749,7,'Shop',128,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1750,4,'Shop',229,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1751,34,'Shop',100,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1752,31,'Shop',80,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1753,16,'Shop',221,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1754,30,'Shop',286,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1755,31,'Shop',37,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1756,13,'Shop',249,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1757,23,'Shop',78,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1758,17,'Shop',169,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1759,22,'Shop',6,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1760,10,'Shop',67,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1761,7,'Shop',133,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1762,23,'Shop',42,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1763,10,'Shop',239,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1764,21,'Shop',105,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1765,15,'Shop',187,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1766,29,'Shop',139,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1767,14,'Shop',239,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1768,12,'Shop',176,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1769,17,'Shop',39,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1770,26,'Shop',15,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1771,27,'Shop',34,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1772,25,'Shop',127,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1773,10,'Shop',75,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1774,9,'Shop',131,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1775,30,'Shop',150,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1776,21,'Shop',186,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1777,28,'Shop',164,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1778,13,'Shop',207,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1779,26,'Shop',22,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1780,29,'Shop',175,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1781,17,'Shop',211,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1782,33,'Shop',111,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1783,7,'Shop',269,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1784,34,'Shop',15,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1785,14,'Shop',242,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1786,20,'Shop',157,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1787,25,'Shop',59,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1788,21,'Shop',129,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1789,32,'Shop',22,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1790,1,'Shop',104,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1791,22,'Shop',174,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1792,2,'Shop',85,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1793,14,'Shop',101,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1794,5,'Shop',114,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1795,16,'Shop',297,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1796,23,'Shop',33,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1797,23,'Shop',161,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1798,7,'Shop',203,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1799,22,'Shop',221,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1800,22,'Shop',280,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1801,28,'Shop',199,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1802,2,'Shop',274,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1803,21,'Shop',72,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1804,1,'Shop',116,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1805,22,'Shop',163,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1806,28,'Shop',159,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1807,11,'Shop',87,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1808,24,'Shop',141,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1809,30,'Shop',84,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1810,8,'Shop',243,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1811,33,'Shop',291,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1812,21,'Shop',90,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1813,11,'Shop',151,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1814,29,'Shop',13,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1815,34,'Shop',19,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1816,7,'Shop',166,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1817,9,'Shop',284,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1818,16,'Shop',10,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1819,4,'Shop',118,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1820,9,'Shop',189,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1821,21,'Shop',234,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1822,7,'Shop',187,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1823,5,'Shop',38,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1824,33,'Shop',263,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1825,23,'Shop',127,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1826,33,'Shop',281,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1827,34,'Shop',250,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1828,26,'Shop',48,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1829,14,'Shop',76,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1830,31,'Shop',122,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1831,6,'Shop',298,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1832,26,'Shop',156,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1833,9,'Shop',208,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1834,16,'Shop',191,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1835,33,'Shop',85,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1836,19,'Shop',147,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1837,25,'Shop',192,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1838,31,'Shop',183,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1839,2,'Shop',184,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1840,29,'Shop',95,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1841,6,'Shop',51,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1842,25,'Shop',42,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1843,34,'Shop',99,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1844,31,'Shop',4,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1845,19,'Shop',82,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1846,20,'Shop',168,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1847,12,'Shop',214,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1848,9,'Shop',143,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1849,10,'Shop',32,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1850,5,'Shop',237,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1851,21,'Shop',107,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1852,15,'Shop',93,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1853,19,'Shop',131,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1854,31,'Shop',278,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1855,20,'Shop',280,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1856,1,'Shop',39,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1857,8,'Shop',52,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1858,32,'Shop',195,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1859,17,'Shop',7,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1860,28,'Shop',198,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1861,18,'Shop',205,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1862,1,'Shop',156,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1863,22,'Shop',188,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1864,17,'Shop',138,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1865,3,'Shop',223,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1866,6,'Shop',256,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1867,24,'Shop',192,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1868,16,'Shop',295,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1869,13,'Shop',295,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1870,4,'Shop',33,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1871,2,'Shop',289,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1872,24,'Shop',214,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1873,5,'Shop',125,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1874,23,'Shop',292,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1875,4,'Shop',83,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1876,6,'Shop',85,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1877,12,'Shop',96,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1878,10,'Shop',189,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1879,34,'Shop',276,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1880,22,'Shop',193,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1881,17,'Shop',91,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1882,4,'Shop',122,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1883,19,'Shop',294,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1884,27,'Shop',90,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1885,30,'Shop',186,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1886,20,'Shop',35,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1887,5,'Shop',3,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1888,19,'Shop',125,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1889,16,'Shop',103,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1890,26,'Shop',73,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1891,23,'Shop',41,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1892,26,'Shop',291,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1893,14,'Shop',203,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1894,22,'Shop',206,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1895,5,'Shop',288,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1896,19,'Shop',17,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1897,9,'Shop',192,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1898,26,'Shop',177,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1899,7,'Shop',69,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1900,22,'Shop',175,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1901,10,'Shop',267,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1902,21,'Shop',209,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1903,33,'Shop',146,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1904,21,'Shop',69,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1905,33,'Shop',267,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1906,2,'Shop',5,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1907,15,'Shop',263,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1908,15,'Shop',220,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1909,16,'Shop',245,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1910,19,'Shop',195,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1911,29,'Shop',48,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1912,6,'Shop',263,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1913,9,'Shop',216,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1914,13,'Shop',144,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1915,20,'Shop',299,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1916,11,'Shop',99,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1917,22,'Shop',11,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1918,5,'Shop',295,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1919,13,'Shop',169,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1920,30,'Shop',147,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1921,13,'Shop',77,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1922,32,'Shop',99,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1923,1,'Shop',103,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1924,25,'Shop',212,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1925,18,'Shop',98,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1926,25,'Shop',133,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1927,4,'Shop',231,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1928,12,'Shop',286,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1929,22,'Shop',94,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1930,27,'Shop',216,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1931,24,'Shop',57,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1932,12,'Shop',229,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1933,16,'Shop',173,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1934,7,'Shop',184,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1935,33,'Shop',59,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1936,5,'Shop',228,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1937,5,'Shop',57,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1938,4,'Shop',36,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1939,24,'Shop',89,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1940,9,'Shop',179,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1941,2,'Shop',217,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1942,31,'Shop',16,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1943,12,'Shop',87,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1944,26,'Shop',197,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1945,32,'Shop',203,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1946,30,'Shop',72,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1947,15,'Shop',14,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1948,24,'Shop',6,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1949,14,'Shop',211,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1950,26,'Shop',64,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1951,18,'Shop',58,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1952,31,'Shop',295,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1953,7,'Shop',243,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1954,13,'Shop',157,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1955,34,'Shop',209,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1956,32,'Shop',260,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1957,21,'Shop',124,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1958,14,'Shop',246,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1959,31,'Shop',286,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1960,19,'Shop',58,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1961,3,'Shop',63,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1962,4,'Shop',59,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1963,25,'Shop',75,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1964,29,'Shop',296,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1965,32,'Shop',43,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1966,31,'Shop',109,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1967,14,'Shop',35,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1968,4,'Shop',300,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1969,26,'Shop',178,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1970,25,'Shop',62,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1971,34,'Shop',196,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1972,7,'Shop',264,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1973,31,'Shop',136,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1974,12,'Shop',114,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1975,20,'Shop',137,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1976,34,'Shop',24,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1977,26,'Shop',190,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1978,33,'Shop',102,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1979,9,'Shop',123,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1980,10,'Shop',266,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1981,27,'Shop',97,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1982,11,'Shop',10,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1983,5,'Shop',24,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1984,29,'Shop',131,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1985,30,'Shop',277,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1986,24,'Shop',93,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1987,31,'Shop',151,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1988,30,'Shop',193,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1989,19,'Shop',139,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1990,9,'Shop',147,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1991,11,'Shop',128,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1992,29,'Shop',294,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1993,12,'Shop',109,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1994,27,'Shop',213,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1995,16,'Shop',171,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1996,17,'Shop',240,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1997,21,'Shop',164,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1998,27,'Shop',296,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(1999,8,'Shop',266,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2000,4,'Shop',64,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2001,18,'Shop',162,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2002,22,'Shop',54,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2003,2,'Shop',18,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2004,5,'Shop',11,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2005,16,'Shop',197,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2006,32,'Shop',190,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2007,14,'Shop',22,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2008,2,'Shop',24,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2009,26,'Shop',120,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2010,26,'Shop',123,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2011,13,'Shop',283,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2012,4,'Shop',270,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2013,22,'Shop',75,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2014,31,'Shop',133,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2015,33,'Shop',257,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2016,9,'Shop',287,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2017,32,'Shop',277,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2018,30,'Shop',225,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2019,19,'Shop',203,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2020,31,'Shop',57,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2021,19,'Shop',234,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2022,11,'Shop',69,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2023,13,'Shop',228,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2024,5,'Shop',134,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2025,3,'Shop',142,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2026,26,'Shop',33,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2027,7,'Shop',156,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2028,20,'Shop',205,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2029,2,'Shop',30,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2030,6,'Shop',187,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2031,18,'Shop',153,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2032,11,'Shop',286,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2033,11,'Shop',217,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2034,30,'Shop',183,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2035,11,'Shop',140,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2036,20,'Shop',47,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2037,25,'Shop',258,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2038,15,'Shop',261,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2039,13,'Shop',11,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2040,4,'Shop',242,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2041,31,'Shop',252,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2042,2,'Shop',236,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2043,7,'Shop',282,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2044,23,'Shop',89,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2045,20,'Shop',257,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2046,20,'Shop',247,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2047,30,'Shop',16,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2048,29,'Shop',292,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2049,30,'Shop',58,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2050,33,'Shop',82,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2051,14,'Shop',36,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2052,31,'Shop',227,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2053,32,'Shop',26,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2054,12,'Shop',121,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2055,6,'Shop',59,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2056,24,'Shop',223,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2057,2,'Shop',63,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2058,16,'Shop',272,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2059,5,'Shop',26,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2060,3,'Shop',27,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2061,2,'Shop',272,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2062,12,'Shop',222,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2063,26,'Shop',103,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2064,19,'Shop',160,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2065,3,'Shop',60,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2066,24,'Shop',295,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2067,28,'Shop',201,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2068,28,'Shop',274,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2069,33,'Shop',158,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2070,23,'Shop',121,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2071,34,'Shop',56,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2072,10,'Shop',34,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2073,11,'Shop',199,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2074,7,'Shop',112,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2075,32,'Shop',115,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2076,28,'Shop',109,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2077,18,'Shop',157,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2078,21,'Shop',206,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2079,26,'Shop',255,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2080,7,'Shop',57,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2081,20,'Shop',291,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2082,20,'Shop',78,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2083,26,'Shop',297,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2084,33,'Shop',244,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2085,4,'Shop',244,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2086,14,'Shop',297,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2087,6,'Shop',117,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2088,6,'Shop',280,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2089,23,'Shop',278,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2090,10,'Shop',256,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2091,2,'Shop',29,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2092,7,'Shop',47,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2093,10,'Shop',150,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2094,13,'Shop',288,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2095,7,'Shop',285,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2096,4,'Shop',292,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2097,23,'Shop',145,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2098,23,'Shop',5,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2099,22,'Shop',140,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2100,19,'Shop',124,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2101,34,'Shop',232,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2102,21,'Shop',27,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2103,2,'Shop',95,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2104,12,'Shop',24,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2105,20,'Shop',221,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2106,4,'Shop',253,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2107,30,'Shop',258,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2108,8,'Shop',106,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2109,12,'Shop',162,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2110,11,'Shop',54,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2111,22,'Shop',37,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2112,15,'Shop',258,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2113,7,'Shop',111,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2114,14,'Shop',233,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2115,34,'Shop',290,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2116,25,'Shop',66,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2117,34,'Shop',221,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2118,25,'Shop',204,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2119,21,'Shop',87,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2120,7,'Shop',79,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2121,22,'Shop',73,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2122,8,'Shop',284,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2123,10,'Shop',120,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2124,2,'Shop',275,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2125,20,'Shop',62,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2126,29,'Shop',58,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2127,2,'Shop',197,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2128,1,'Shop',44,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2129,23,'Shop',88,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2130,33,'Shop',172,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2131,30,'Shop',91,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2132,15,'Shop',25,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2133,9,'Shop',116,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2134,19,'Shop',166,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2135,11,'Shop',130,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2136,8,'Shop',43,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2137,16,'Shop',294,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2138,16,'Shop',190,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2139,16,'Shop',263,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2140,10,'Shop',69,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2141,2,'Shop',138,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2142,21,'Shop',286,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2143,23,'Shop',204,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2144,16,'Shop',234,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2145,19,'Shop',22,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2146,21,'Shop',144,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2147,17,'Shop',109,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2148,1,'Shop',189,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2149,3,'Shop',287,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2150,31,'Shop',91,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2151,9,'Shop',99,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2152,9,'Shop',84,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2153,13,'Shop',261,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2154,17,'Shop',61,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2155,32,'Shop',141,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2156,27,'Shop',261,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2157,9,'Shop',87,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2158,14,'Shop',32,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2159,14,'Shop',104,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2160,10,'Shop',231,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2161,27,'Shop',88,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2162,22,'Shop',28,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2163,4,'Shop',183,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2164,22,'Shop',119,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2165,29,'Shop',184,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2166,30,'Shop',92,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2167,14,'Shop',218,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2168,23,'Shop',126,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2169,20,'Shop',151,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2170,22,'Shop',170,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2171,12,'Shop',21,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2172,30,'Shop',106,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2173,17,'Shop',26,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2174,7,'Shop',222,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2175,23,'Shop',156,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2176,3,'Shop',269,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2177,32,'Shop',28,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2178,23,'Shop',134,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2179,31,'Shop',204,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2180,28,'Shop',142,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2181,11,'Shop',264,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2182,11,'Shop',211,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2183,1,'Shop',225,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2184,19,'Shop',70,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2185,16,'Shop',13,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2186,8,'Shop',270,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2187,21,'Shop',257,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2188,21,'Shop',270,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2189,6,'Shop',156,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2190,12,'Shop',196,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2191,28,'Shop',221,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2192,34,'Shop',200,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2193,29,'Shop',19,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2194,8,'Shop',164,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2195,22,'Shop',199,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2196,16,'Shop',57,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2197,2,'Shop',58,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2198,33,'Shop',243,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2199,7,'Shop',227,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2200,18,'Shop',155,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2201,11,'Shop',143,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2202,24,'Shop',270,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2203,31,'Shop',266,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2204,33,'Shop',272,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2205,9,'Shop',29,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2206,31,'Shop',178,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2207,27,'Shop',3,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2208,1,'Shop',154,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2209,13,'Shop',201,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2210,4,'Shop',230,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2211,32,'Shop',239,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2212,7,'Shop',263,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2213,23,'Shop',282,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2214,14,'Shop',10,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2215,27,'Shop',236,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2216,19,'Shop',240,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2217,14,'Shop',222,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2218,11,'Shop',283,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2219,28,'Shop',270,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2220,33,'Shop',31,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2221,24,'Shop',91,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2222,10,'Shop',165,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2223,11,'Shop',76,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2224,24,'Shop',25,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2225,23,'Shop',7,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2226,4,'Shop',128,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2227,5,'Shop',12,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2228,16,'Shop',43,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2229,24,'Shop',276,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2230,34,'Shop',41,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2231,12,'Shop',293,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2232,20,'Shop',139,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2233,14,'Shop',40,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2234,34,'Shop',50,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2235,10,'Shop',276,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2236,19,'Shop',75,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2237,18,'Shop',23,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2238,27,'Shop',240,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2239,27,'Shop',242,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2240,17,'Shop',148,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2241,31,'Shop',101,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2242,10,'Shop',282,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2243,20,'Shop',98,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2244,2,'Shop',145,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2245,21,'Shop',125,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2246,34,'Shop',244,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2247,22,'Shop',24,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2248,28,'Shop',239,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2249,29,'Shop',158,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2250,9,'Shop',190,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2251,11,'Shop',256,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2252,4,'Shop',113,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2253,32,'Shop',275,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2254,15,'Shop',98,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2255,20,'Shop',207,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2256,21,'Shop',139,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2257,15,'Shop',192,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2258,16,'Shop',32,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2259,16,'Shop',279,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2260,27,'Shop',286,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2261,16,'Shop',27,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2262,6,'Shop',240,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2263,13,'Shop',107,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2264,2,'Shop',114,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2265,13,'Shop',3,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2266,32,'Shop',179,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2267,28,'Shop',143,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2268,16,'Shop',121,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2269,3,'Shop',296,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2270,1,'Shop',82,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2271,12,'Shop',89,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2272,5,'Shop',185,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2273,13,'Shop',254,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2274,30,'Shop',23,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2275,27,'Shop',131,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2276,2,'Shop',97,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2277,15,'Shop',3,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2278,27,'Shop',206,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2279,4,'Shop',269,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2280,31,'Shop',282,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2281,18,'Shop',240,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2282,8,'Shop',57,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2283,21,'Shop',54,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2284,24,'Shop',15,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2285,26,'Shop',39,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2286,27,'Shop',99,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2287,6,'Shop',225,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2288,4,'Shop',129,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2289,29,'Shop',15,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2290,15,'Shop',26,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2291,32,'Shop',222,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2292,30,'Shop',17,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2293,22,'Shop',68,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2294,15,'Shop',179,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2295,12,'Shop',239,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2296,12,'Shop',169,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2297,27,'Shop',30,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2298,18,'Shop',253,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2299,23,'Shop',136,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2300,6,'Shop',220,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2301,27,'Shop',160,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2302,32,'Shop',170,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2303,33,'Shop',204,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2304,17,'Shop',291,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2305,8,'Shop',252,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2306,33,'Shop',26,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2307,6,'Shop',190,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2308,24,'Shop',113,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2309,9,'Shop',181,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2310,26,'Shop',137,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2311,7,'Shop',100,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2312,26,'Shop',28,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2313,15,'Shop',295,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2314,25,'Shop',80,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2315,32,'Shop',30,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2316,18,'Shop',151,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2317,24,'Shop',175,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2318,34,'Shop',285,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2319,12,'Shop',191,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2320,26,'Shop',251,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2321,32,'Shop',126,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2322,12,'Shop',241,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2323,17,'Shop',252,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2324,5,'Shop',253,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2325,17,'Shop',57,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2326,30,'Shop',221,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2327,6,'Shop',112,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2328,4,'Shop',291,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2329,29,'Shop',260,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2330,5,'Shop',141,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2331,5,'Shop',61,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2332,18,'Shop',37,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2333,8,'Shop',16,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2334,3,'Shop',134,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2335,16,'Shop',74,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2336,10,'Shop',222,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2337,1,'Shop',236,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2338,2,'Shop',147,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2339,3,'Shop',55,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2340,4,'Shop',257,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2341,30,'Shop',136,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2342,18,'Shop',268,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2343,31,'Shop',113,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2344,17,'Shop',223,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2345,27,'Shop',272,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2346,31,'Shop',6,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2347,16,'Shop',168,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2348,34,'Shop',94,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2349,26,'Shop',210,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2350,29,'Shop',12,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2351,27,'Shop',224,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2352,24,'Shop',189,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2353,11,'Shop',288,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2354,15,'Shop',291,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2355,23,'Shop',291,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2356,22,'Shop',146,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2357,22,'Shop',38,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2358,23,'Shop',81,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2359,28,'Shop',108,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2360,6,'Shop',43,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2361,17,'Shop',31,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2362,21,'Shop',66,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2363,5,'Shop',7,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2364,24,'Shop',2,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2365,16,'Shop',56,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2366,8,'Shop',116,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2367,1,'Shop',267,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2368,3,'Shop',44,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2369,22,'Shop',80,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2370,22,'Shop',248,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2371,6,'Shop',291,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2372,11,'Shop',299,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2373,32,'Shop',97,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2374,8,'Shop',232,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2375,16,'Shop',39,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2376,12,'Shop',40,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2377,22,'Shop',98,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2378,34,'Shop',146,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2379,32,'Shop',258,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2380,28,'Shop',168,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2381,16,'Shop',148,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2382,28,'Shop',134,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2383,9,'Shop',137,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2384,18,'Shop',164,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2385,6,'Shop',211,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2386,28,'Shop',293,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2387,19,'Shop',145,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2388,26,'Shop',193,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2389,1,'Shop',87,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2390,19,'Shop',292,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2391,21,'Shop',102,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2392,8,'Shop',238,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2393,10,'Shop',284,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2394,33,'Shop',295,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2395,20,'Shop',211,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2396,31,'Shop',269,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2397,13,'Shop',5,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2398,26,'Shop',23,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2399,10,'Shop',103,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2400,9,'Shop',74,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2401,31,'Shop',288,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2402,17,'Shop',286,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2403,8,'Shop',257,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2404,30,'Shop',64,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2405,11,'Shop',250,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2406,6,'Shop',129,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2407,17,'Shop',275,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2408,12,'Shop',265,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2409,30,'Shop',199,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2410,32,'Shop',89,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2411,17,'Shop',107,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2412,32,'Shop',150,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2413,27,'Shop',154,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2414,4,'Shop',169,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2415,13,'Shop',92,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2416,29,'Shop',241,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2417,3,'Shop',148,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2418,5,'Shop',240,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2419,21,'Shop',205,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2420,6,'Shop',255,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2421,14,'Shop',266,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2422,1,'Shop',192,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2423,10,'Shop',79,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2424,25,'Shop',197,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2425,4,'Shop',120,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2426,5,'Shop',71,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2427,14,'Shop',235,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2428,23,'Shop',105,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2429,15,'Shop',280,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2430,29,'Shop',237,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2431,19,'Shop',76,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2432,30,'Shop',219,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2433,21,'Shop',253,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2434,9,'Shop',60,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2435,10,'Shop',248,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2436,12,'Shop',28,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2437,16,'Shop',21,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2438,15,'Shop',19,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2439,11,'Shop',86,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2440,29,'Shop',50,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2441,30,'Shop',233,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2442,33,'Shop',297,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2443,27,'Shop',170,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2444,27,'Shop',222,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2445,33,'Shop',179,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2446,3,'Shop',194,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2447,14,'Shop',225,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2448,7,'Shop',205,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2449,4,'Shop',162,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2450,25,'Shop',106,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2451,4,'Shop',101,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2452,27,'Shop',198,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2453,1,'Shop',190,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2454,24,'Shop',191,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2455,9,'Shop',195,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2456,23,'Shop',26,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2457,21,'Shop',277,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2458,6,'Shop',91,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2459,13,'Shop',219,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2460,8,'Shop',60,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2461,19,'Shop',35,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2462,20,'Shop',23,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2463,11,'Shop',244,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2464,3,'Shop',232,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2465,13,'Shop',167,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2466,5,'Shop',105,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2467,10,'Shop',271,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2468,32,'Shop',273,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2469,17,'Shop',81,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2470,7,'Shop',259,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2471,12,'Shop',70,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2472,22,'Shop',26,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2473,12,'Shop',83,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2474,32,'Shop',184,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2475,20,'Shop',17,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2476,34,'Shop',62,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2477,21,'Shop',86,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2478,18,'Shop',55,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2479,9,'Shop',73,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2480,23,'Shop',233,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2481,13,'Shop',243,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2482,13,'Shop',45,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2483,5,'Shop',187,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2484,14,'Shop',259,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2485,9,'Shop',134,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2486,29,'Shop',239,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2487,14,'Shop',16,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2488,2,'Shop',251,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2489,21,'Shop',106,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2490,11,'Shop',161,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2491,28,'Shop',20,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2492,19,'Shop',273,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2493,27,'Shop',173,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2494,27,'Shop',11,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2495,21,'Shop',218,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2496,3,'Shop',78,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2497,11,'Shop',239,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2498,2,'Shop',265,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2499,19,'Shop',275,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2500,14,'Shop',135,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2501,31,'Shop',139,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2502,23,'Shop',8,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2503,15,'Shop',56,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2504,33,'Shop',202,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2505,22,'Shop',89,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2506,28,'Shop',266,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2507,10,'Shop',71,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2508,11,'Shop',31,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2509,8,'Shop',3,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2510,23,'Shop',271,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2511,7,'Shop',120,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2512,17,'Shop',110,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2513,4,'Shop',8,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2514,31,'Shop',142,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2515,2,'Shop',222,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2516,6,'Shop',113,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2517,23,'Shop',216,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2518,16,'Shop',292,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2519,24,'Shop',213,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2520,13,'Shop',25,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2521,10,'Shop',11,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2522,29,'Shop',227,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2523,21,'Shop',7,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2524,31,'Shop',213,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2525,31,'Shop',58,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2526,1,'Shop',131,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2527,5,'Shop',205,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2528,17,'Shop',219,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2529,20,'Shop',77,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2530,22,'Shop',167,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2531,32,'Shop',219,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2532,15,'Shop',159,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2533,20,'Shop',133,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2534,14,'Shop',136,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2535,24,'Shop',203,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2536,6,'Shop',72,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2537,11,'Shop',126,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2538,9,'Shop',230,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2539,6,'Shop',67,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2540,2,'Shop',88,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2541,3,'Shop',162,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2542,4,'Shop',123,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2543,10,'Shop',92,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2544,18,'Shop',158,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2545,13,'Shop',106,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2546,1,'Shop',174,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2547,32,'Shop',229,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2548,2,'Shop',253,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2549,4,'Shop',213,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2550,14,'Shop',229,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2551,10,'Shop',27,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2552,2,'Shop',57,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2553,19,'Shop',252,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2554,12,'Shop',75,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2555,11,'Shop',298,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2556,1,'Shop',67,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2557,3,'Shop',177,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2558,28,'Shop',47,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2559,18,'Shop',3,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2560,27,'Shop',277,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2561,4,'Shop',135,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2562,34,'Shop',294,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2563,12,'Shop',211,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2564,18,'Shop',264,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2565,31,'Shop',164,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2566,2,'Shop',167,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2567,17,'Shop',5,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2568,26,'Shop',132,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2569,5,'Shop',230,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2570,29,'Shop',257,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2571,7,'Shop',77,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2572,11,'Shop',42,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2573,9,'Shop',268,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2574,4,'Shop',211,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2575,8,'Shop',187,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2576,1,'Shop',147,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2577,11,'Shop',80,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2578,28,'Shop',144,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2579,2,'Shop',269,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2580,17,'Shop',4,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2581,29,'Shop',193,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2582,12,'Shop',188,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2583,23,'Shop',277,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2584,5,'Shop',136,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2585,18,'Shop',172,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2586,14,'Shop',98,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2587,13,'Shop',60,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2588,16,'Shop',23,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2589,21,'Shop',265,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2590,33,'Shop',93,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2591,7,'Shop',18,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2592,26,'Shop',206,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2593,15,'Shop',195,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2594,15,'Shop',185,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2595,4,'Shop',76,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2596,24,'Shop',110,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2597,31,'Shop',92,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2598,34,'Shop',37,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2599,3,'Shop',220,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2600,21,'Shop',181,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2601,20,'Shop',91,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2602,7,'Shop',24,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2603,2,'Shop',286,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2604,34,'Shop',239,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2605,3,'Shop',181,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2606,16,'Shop',115,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2607,30,'Shop',99,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2608,8,'Shop',89,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2609,14,'Shop',19,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2610,21,'Shop',112,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2611,18,'Shop',204,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2612,3,'Shop',254,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2613,30,'Shop',248,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2614,34,'Shop',103,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2615,1,'Shop',145,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2616,21,'Shop',179,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2617,6,'Shop',64,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2618,22,'Shop',207,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2619,20,'Shop',105,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2620,18,'Shop',166,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2621,9,'Shop',164,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2622,27,'Shop',50,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2623,17,'Shop',150,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2624,15,'Shop',296,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2625,31,'Shop',78,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2626,33,'Shop',121,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2627,28,'Shop',210,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2628,31,'Shop',144,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2629,26,'Shop',203,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2630,18,'Shop',87,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2631,9,'Shop',55,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2632,34,'Shop',237,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2633,7,'Shop',277,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2634,31,'Shop',154,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2635,27,'Shop',120,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2636,10,'Shop',115,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2637,14,'Shop',58,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2638,3,'Shop',92,0.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2639,29,'Shop',187,6.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2640,31,'Shop',280,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2641,22,'Shop',55,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2642,22,'Shop',85,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2643,27,'Shop',271,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2644,9,'Shop',94,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2645,30,'Shop',300,0.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2646,18,'Shop',193,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2647,28,'Shop',89,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2648,2,'Shop',252,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2649,22,'Shop',120,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2650,25,'Shop',295,5.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2651,14,'Shop',132,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2652,7,'Shop',239,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2653,30,'Shop',56,4.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2654,20,'Shop',97,4.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2655,26,'Shop',27,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2656,27,'Shop',297,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2657,3,'Shop',290,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2658,33,'Shop',123,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2659,26,'Shop',71,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2660,15,'Shop',57,3.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2661,2,'Shop',171,1.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2662,33,'Shop',207,3.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2663,25,'Shop',264,5.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2664,32,'Shop',154,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2665,20,'Shop',208,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2666,20,'Shop',241,1.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2667,7,'Shop',218,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2668,4,'Shop',274,2.0,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2669,22,'Shop',164,2.5,'2015-04-12 17:12:23','2015-04-12 17:12:23',NULL),
(2670,3,'Shop',59,4.5,'2015-04-12 17:58:57','2015-04-12 17:58:57',NULL);
/*!40000 ALTER TABLE `ratings` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table regions
# ------------------------------------------------------------
DROP TABLE IF EXISTS `regions`;
CREATE TABLE `regions` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name_zh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_cn` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_en` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `regions_id_index` (`id`),
KEY `regions_name_zh_index` (`name_zh`),
KEY `regions_name_cn_index` (`name_cn`),
KEY `regions_name_en_index` (`name_en`),
KEY `regions_created_at_index` (`created_at`),
KEY `regions_updated_at_index` (`updated_at`),
KEY `regions_deleted_at_index` (`deleted_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `regions` WRITE;
/*!40000 ALTER TABLE `regions` DISABLE KEYS */;
INSERT INTO `regions` (`id`, `name_zh`, `name_cn`, `name_en`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,'香港島','香港岛','Hong Kong Island','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,'九龍','九龙','Kowloon','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,'新界','新界','New Territories','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
/*!40000 ALTER TABLE `regions` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table sessions
# ------------------------------------------------------------
DROP TABLE IF EXISTS `sessions`;
CREATE TABLE `sessions` (
`id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`payload` text COLLATE utf8_unicode_ci NOT NULL,
`last_activity` int(11) NOT NULL,
UNIQUE KEY `sessions_id_unique` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
# Dump of table shops
# ------------------------------------------------------------
DROP TABLE IF EXISTS `shops`;
CREATE TABLE `shops` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`region_id` int(10) unsigned NOT NULL,
`district_id` int(10) unsigned NOT NULL,
`type_id` int(10) unsigned NOT NULL,
`subtype_id` int(10) unsigned NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`phone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`website` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`about` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`fax` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`latitude` double DEFAULT NULL,
`longitude` double DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `shops_region_id_index` (`region_id`),
KEY `shops_district_id_index` (`district_id`),
KEY `shops_type_id_index` (`type_id`),
KEY `shops_subtype_id_index` (`subtype_id`),
KEY `shops_name_index` (`name`),
KEY `shops_phone_index` (`phone`),
KEY `shops_website_index` (`website`),
KEY `shops_about_index` (`about`),
KEY `shops_email_index` (`email`),
KEY `shops_fax_index` (`fax`),
KEY `shops_latitude_index` (`latitude`),
KEY `shops_longitude_index` (`longitude`),
KEY `shops_created_at_index` (`created_at`),
KEY `shops_updated_at_index` (`updated_at`),
KEY `shops_deleted_at_index` (`deleted_at`),
CONSTRAINT `shops_district_id_foreign` FOREIGN KEY (`district_id`) REFERENCES `districts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `shops_region_id_foreign` FOREIGN KEY (`region_id`) REFERENCES `regions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `shops_subtype_id_foreign` FOREIGN KEY (`subtype_id`) REFERENCES `subtypes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `shops_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `types` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `shops` WRITE;
/*!40000 ALTER TABLE `shops` DISABLE KEYS */;
INSERT INTO `shops` (`id`, `region_id`, `district_id`, `type_id`, `subtype_id`, `name`, `address`, `phone`, `website`, `about`, `email`, `fax`, `latitude`, `longitude`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,1,1,1,1,'拼. Pin Point','80 Tat Chee Ave UG1','28442223','www.example.com','','sample@gmail.com','28442223',22.3372955,114.1746705,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(2,1,5,1,1,'HESO Korean Cosmetics & Skincare','銅鑼灣羅素街20號2樓 (銅鑼灣地鐵站A出口)','25113855','www.example.com','經營各款名牌,價錢是專櫃的4折起,直接從歐美進貨,正品保證!店舖內銷售多達二十多種國際名牌','outlet@gmail.com','22233333',22.278584,114.181938,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(3,1,6,1,1,'MJ nail shop','九龍旺角花園街2-16號好景商業中心9樓910C室 (近旺角港鐵站E2出口)','67513701','www.example.com','專營韓國各類知名品牌護膚品, 直接由韓國入口, 保証價錢比一般商舖相宜. 星期一至五可安排地鐵站面交, 星期六可安排深圳面交','nbs@gmail.com','22233333',22.315925,114.171995,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(4,1,34,1,1,'Converse Chucks','九龍官塘開源道62號駱駝漆大廈二期1樓07室 (近港鐵觀塘站B2出口)','23041777','www.example.com','本店所售賣的全部貨品,均100%由韓國直接訂購空運到本港,絕對保証不會從中國、南亞或其他國家,由其他途徑輸入,務求為顧客營做優良的選購環境。而每款品牌的護膚品最重要的一環,也是顧客最希望得到的,就是貨品的新鮮度。為了顧客在每一次開心購物時都可以保証不會收到享用期不足的貨品,本店定期都會有專人從韓國當地訂購貨品,作為尊貴客戶信心的保証。本店接受店舖選購即場取貨,或網上選購銀行入帳速遞送到工商地區;購買任何物品均送SAMPLE,多買多送。 任何查詢可以CLICK下面連結跟小店聯系啊!','eec@gmail.com','23041777',22.310466,114.225162,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(5,1,7,1,1,'Dorfit Ltd','九龍旺角西洋菜街1A-1K百寶利商業中心19樓1907室(地鐵油麻地站A2出口)','27814957','www.example.com','O.O.T.D. 意指Outfit Of The Day,是香港的自家品牌。O.O.T.D. 開業以來,致力為客戶配搭每天最潮最合心的Outfit Of the Day。我們誠懇的服務態度、優良的貨品質素、合理相宜的價錢,幸運地獲得各客戶的好評與支持。歡迎親臨本店選購','ootd@gmail.com','27814957',22.316524,114.170417,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(6,1,1,1,1,'Nail Dream','Kent Rd','28818888','www.example.com','','sample@gmail.com','28818888',22.336918,114.175852,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(7,1,1,1,2,'Rainbow Ling Beauty','','','www.example.com','','sample@gmail.com','',22.3201111111,114.1715,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(8,1,1,1,2,'Second Kill Store','83 Tat Chee Ave','34427654','www.example.com','','sample@gmail.com','34427654',22.3364609753,114.173151255,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(9,1,1,1,1,'韓國化妝店 Betrue company','8 Argyle St','+85235202800','www.example.com','','sample@gmail.com','+85235202800',22.3181888889,114.168586111,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(10,1,1,1,1,'Apple Store','Shop LG1-40, Festival Walk, 80 Tat Chee Ave','39793600','www.example.com','','sample@gmail.com','39793600',22.3370935713,114.174865483,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(11,1,1,1,1,'MTR Mong Kok Station 旺角站','Nathan Rd','+85228818888','www.example.com','','sample@gmail.com','+85228818888',22.319253,114.169355,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(12,1,1,1,1,'Royal Plaza Hotel 帝京酒店','193 Prince Edward Rd W','+85229288822','www.example.com','','sample@gmail.com','+85229288822',22.323941501,114.172962159,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(13,1,1,1,1,'Ladies\' Market 女人街','1A-91A Tung Choi St','','www.example.com','','sample@gmail.com','',22.3179722222,114.170827778,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(14,1,1,1,1,'AMC Festival Walk AMC又一城','UG/F, Festival Walk, 80 Tat Chee Ave','22658933','www.example.com','','sample@gmail.com','22658933',22.3379346563,114.174197316,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(15,1,1,1,1,'Hong Kong 香港','','','www.example.com','','sample@gmail.com','',22.285736,114.183049,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(16,1,1,1,1,'Hong Kong International Airport 香港國際機場 (HKG)','1 Cheong Hong Rd.','+85221818888','www.example.com','','sample@gmail.com','+85221818888',22.3153017636,113.934831619,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(17,1,1,1,1,'Elements 圓方','1 Austin Rd.','+85227355234','www.example.com','','sample@gmail.com','+85227355234',22.3048333333,114.161802778,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(18,1,1,1,1,'Harbour City 海港城','3-27 Canton Rd','+85221188668','www.example.com','','sample@gmail.com','+85221188668',22.2976666667,114.16825,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(19,1,1,1,1,'ifc mall 國際金融中心商場','8 Finance St.','+85222953308','www.example.com','','sample@gmail.com','+85222953308',22.2853219936,114.158365821,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(20,1,1,1,1,'MTR Prince Edward Station 太子站','Nathan Rd','+85228818888','www.example.com','','sample@gmail.com','+85228818888',22.32474,114.168252,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(21,1,1,1,1,'MTR Hung Hom Station 紅磡站','On Wan Rd','28818888','www.example.com','','sample@gmail.com','28818888',22.303067,114.181527,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(22,1,1,1,1,'Tim Ho Wan 添好運點心專門店','9-11 Fuk Wing St','+85223322896','www.example.com','','sample@gmail.com','+85223322896',22.328947,114.166347,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(23,1,1,1,1,'Innocentre 創新中心','72 Tat Chee Ave','+85227842666','www.example.com','','sample@gmail.com','+85227842666',22.33535,114.176111,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(24,1,1,1,1,'Grand Century Place 新世紀廣場','193 Prince Edward Rd W','+85223970790','www.example.com','','sample@gmail.com','+85223970790',22.323,114.171981,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(25,1,1,1,1,'PizzaExpress','Shop L2-43, Festival Walk, 80 Tat Chee Ave','36918691','www.example.com','','sample@gmail.com','36918691',22.3373094602,114.17512536,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(26,1,1,1,1,'Langham Place Hotel Hong Kong 香港朗豪酒店','555 Shanghai St','+85235523388','www.example.com','','sample@gmail.com','+85235523388',22.3181,114.168111111,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(27,1,1,1,1,'Avenue of Stars 星光大道','Salisbury Rd','','www.example.com','','sample@gmail.com','',22.2930473877,114.173108339,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(28,1,1,1,1,'Mongkok City Centre 旺角城市中心','74-84 Sai Yeung Choi St S','','www.example.com','','sample@gmail.com','',22.318941,114.170259,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(29,1,1,1,1,'Mongkok Flower Market 旺角花墟','Flower Market Rd','','www.example.com','','sample@gmail.com','',22.324995,114.172148,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(30,1,1,1,1,'Star Ferry Pier (Tsim Sha Tsui) 天星渡輪碼頭(尖沙咀)','Salisbury Rd','','www.example.com','','sample@gmail.com','',22.2937323433,114.168607593,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(31,1,1,1,1,'Amaroni\'s Little Italy','Shop LG-132, Festival Walk, 80 Tat Chee Ave','22658818','www.example.com','','sample@gmail.com','22658818',22.3376270205,114.174669385,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(32,1,1,1,1,'Times Square 時代廣場','1 Matheson St','21188900','www.example.com','','sample@gmail.com','21188900',22.2782965,114.181989,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(33,1,1,1,1,'MTR Mong Kok East Station 旺角東站','Luen Wan St','+85228818888','www.example.com','','sample@gmail.com','+85228818888',22.322051,114.172604,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL),
(34,1,1,1,1,'Kam Wah Café 金華冰廳','G/F, 47 Bute St, Prince Edward, Mong Kok, Kowloon','+85223926830','www.example.com','','sample@gmail.com','+85223926830',22.3222939875,114.169701934,'2015-04-10 02:41:39','2015-04-10 02:41:39',NULL);
/*!40000 ALTER TABLE `shops` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table subtypes
# ------------------------------------------------------------
DROP TABLE IF EXISTS `subtypes`;
CREATE TABLE `subtypes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type_id` int(10) unsigned NOT NULL,
`name_zh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_cn` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_en` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `subtypes_id_index` (`id`),
KEY `subtypes_name_zh_index` (`name_zh`),
KEY `subtypes_name_cn_index` (`name_cn`),
KEY `subtypes_name_en_index` (`name_en`),
KEY `subtypes_created_at_index` (`created_at`),
KEY `subtypes_updated_at_index` (`updated_at`),
KEY `subtypes_deleted_at_index` (`deleted_at`),
KEY `subtypes_type_id_foreign` (`type_id`),
CONSTRAINT `subtypes_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `types` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `subtypes` WRITE;
/*!40000 ALTER TABLE `subtypes` DISABLE KEYS */;
INSERT INTO `subtypes` (`id`, `type_id`, `name_zh`, `name_cn`, `name_en`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,1,'潮流服飾','潮流服饰','Fashion','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,1,'男女皮具','男女皮具','Leather','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,1,'首飾','首饰','Jewellery','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(4,1,'眼鏡','眼镜','Glass','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(5,1,'化妝護膚','化妆护肤','Make Up','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(6,1,'髮型屋','发型屋','Salon','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(7,1,'嬰幼兒服飾','婴幼儿服饰','Children Wear','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(8,2,'手機','手机','Smartphone','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(9,2,'家庭電器','家庭电器','Appliance','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(10,2,'影音產品','影音产品','Media Goods','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(11,2,'養生保健','养生保健','Health Care','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(12,2,'傢具用品','家具用品','Furniture','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(13,2,'室內設計','室内设计','Interior Design','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(14,2,'花店','花店','Florist','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(15,2,'文具','文具','Stationery','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(16,3,'寵物用品','宠物用品','Pet Supply','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(17,3,'運動用品','运动用品','Sporting Goods','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(18,3,'玩具','玩具','Toy','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(19,3,'桌上遊戲','桌上游戏','Table Game','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(20,3,'球類','球类','Ball Game','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(21,3,'遠足用品','远足用品','Hiking Supply','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(22,3,'桌球','桌球','Snooker','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(23,3,'網吧','网吧','Internet Café','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(24,4,'兒童教材','儿童教材','Kids Book','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(25,4,'書屋','书屋','Bookstore','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(26,4,'音樂舞蹈','音乐舞蹈','Music & Dance','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(27,4,'烹飪','烹饪','Cooking','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(28,4,'藝術畫廊','艺术画廊','Gallery','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(29,4,'手工藝','手工艺','Crafts','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(30,4,'補習社','补习社','Tutorial Center','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(31,4,'繪畫','绘画','Painting','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(32,5,'餐廳','餐厅','Restaurant','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(33,5,'麵包西餅','面包西饼','Bakery','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(34,5,'乾貨','干货','Dried food','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(35,5,'酒類煙草','酒类烟草','Alcohol & Tobacco','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(36,5,'飲品',' 饮品','Drink','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(37,5,'零食','零食','Snack','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(38,5,'酒吧','酒吧','Bar','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(39,5,'派對','派对','Party','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
/*!40000 ALTER TABLE `subtypes` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table timetables
# ------------------------------------------------------------
DROP TABLE IF EXISTS `timetables`;
CREATE TABLE `timetables` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`shop_id` int(10) unsigned NOT NULL,
`start_weekday` int(10) unsigned NOT NULL,
`end_weekday` int(10) unsigned NOT NULL,
`start_time` time NOT NULL,
`end_time` time NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `timetables_shop_id_index` (`shop_id`),
KEY `timetables_start_weekday_index` (`start_weekday`),
KEY `timetables_end_weekday_index` (`end_weekday`),
KEY `timetables_start_time_index` (`start_time`),
KEY `timetables_end_time_index` (`end_time`),
KEY `timetables_created_at_index` (`created_at`),
KEY `timetables_updated_at_index` (`updated_at`),
KEY `timetables_deleted_at_index` (`deleted_at`),
CONSTRAINT `timetables_shop_id_foreign` FOREIGN KEY (`shop_id`) REFERENCES `shops` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `timetables` WRITE;
/*!40000 ALTER TABLE `timetables` DISABLE KEYS */;
INSERT INTO `timetables` (`id`, `shop_id`, `start_weekday`, `end_weekday`, `start_time`, `end_time`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,1,0,6,'08:00:00','20:00:00','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,2,0,0,'08:00:00','12:00:00','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,2,0,0,'13:00:00','21:00:00','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
/*!40000 ALTER TABLE `timetables` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table types
# ------------------------------------------------------------
DROP TABLE IF EXISTS `types`;
CREATE TABLE `types` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name_zh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_cn` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name_en` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `types_id_index` (`id`),
KEY `types_name_zh_index` (`name_zh`),
KEY `types_name_cn_index` (`name_cn`),
KEY `types_name_en_index` (`name_en`),
KEY `types_created_at_index` (`created_at`),
KEY `types_updated_at_index` (`updated_at`),
KEY `types_deleted_at_index` (`deleted_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `types` WRITE;
/*!40000 ALTER TABLE `types` DISABLE KEYS */;
INSERT INTO `types` (`id`, `name_zh`, `name_cn`, `name_en`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,'購物','购物','Shopping','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(2,'生活','生活','Lifestyle','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(3,'娛樂','娱乐','Entertainment','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(4,'學藝','學藝','Education & Art','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL),
(5,'飲食','饮食','Food & Drink','2015-04-12 17:23:28','2015-04-12 17:23:28',NULL);
/*!40000 ALTER TABLE `types` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table users
# ------------------------------------------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`website` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`about` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`phone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`gender` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'u',
`birthday` date DEFAULT NULL,
`remember_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `users_email_unique` (`email`),
KEY `users_email_index` (`email`),
KEY `users_name_index` (`name`),
KEY `users_website_index` (`website`),
KEY `users_about_index` (`about`),
KEY `users_phone_index` (`phone`),
KEY `users_gender_index` (`gender`),
KEY `users_birthday_index` (`birthday`),
KEY `users_created_at_index` (`created_at`),
KEY `users_updated_at_index` (`updated_at`),
KEY `users_deleted_at_index` (`deleted_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` (`id`, `email`, `password`, `name`, `website`, `about`, `phone`, `gender`, `birthday`, `remember_token`, `created_at`, `updated_at`, `deleted_at`)
VALUES
(1,'admin1@gmail.com','$2y$10$YJpGHqxtpJx0ZWYVzRPkkuOZxxE.eX.IbfZ52dfrYdRF81aeLQ9Hi','Admin 1',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(2,'admin2@gmail.com','$2y$10$5g2608qk2/b/earS6Ggw/edUmPzkJoYPwlY/HFSLaNO3yHDN6HlGa','Admin 2',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(3,'manager1@gmail.com','$2y$10$4/mwTqQIIMlqavb1MLgSf..6Rl5PNBXfa5q.PIHI/SePGX/D3Y4bK','Manager 1',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(4,'manager2@gmail.com','$2y$10$Gcg5JRg2sPwApbBODQyv0eUMUwaDZiDw7mC4nrM3r7Wal3QHq1.2y','Manager 2',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(5,'manager3@gmail.com','$2y$10$fQbLWz3L4l1um2vOSl5Wce2DdZMXhe7tkHiG8pK/zkul7gtFZm1lm','Manager 3',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(6,'ccn223@gmail.com','$2y$10$5N4kPSmwJwV5qICxe8HHx.eRiav8bsM4vP9oQXjZDB9BGRlvxzD2a','Chris Chan',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(7,'chriszxv@gmail.com','$2y$10$OQWIY9zgbV0DObh1fAmUseqRVuAJZYvBK9tNRdWGWGQobLtBBK9.m','Chris So',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(8,'test1@gmail.com','$2y$10$WOa7KbXu8r3.L6gWrnyCGeK7y.Nw1ukqcgHeY0rgDd8KONUHN2ASO','Peter Pan',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(9,'test2@gmail.com','$2y$10$3tHdTB8UjMYOwn.7spJ9J.ELtX5ByhJrUygxZjZl698WMK.c1ySQC','陳小明',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(10,'image@gmail.com','$2y$10$oSnAMiKRwJDXJvSgN.pTL.bKpqsNruRMPxYE6nFMmGFFFvtD1ky/K','Image Info User',NULL,NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(11,'website@gmail.com','$2y$10$xC2lYMHlYBBOsAnVvdfAPeFQ3nLixBKuXckTN9TNO0/DJFeG80V2S','Web Info User','website.com',NULL,NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(12,'about@gmail.com','$2y$10$vv7CYLhqxRMCx4kDfRgBpeEleotfQlnWBNibmAWRT8t6UlpbdZWK2','About Info User',NULL,'Yo Yo I am a About Info user.',NULL,'u',NULL,NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(13,'phone@gmail.com','$2y$10$agqQlyUx9oemSPnYi8MkiOBbBswSmUpClS3z8FD.5QlUOhnNwVk4S','Phone Info User',NULL,NULL,'23232323','m','1990-01-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(14,'gender@gmail.com','$2y$10$BDXOmSZ9CGNd.QCtnfYZ1OUNmLOWMiqibTQwFy21z16YRmjnmEy46','Gender Info User',NULL,NULL,NULL,'m','1990-01-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(15,'birthday@gmail.com','$2y$10$zJQtiabSjGJISgZmlNP0/.Y7BJTBu40qJVdCum9L7jRy3cSkPzNOG','Birthday Info User',NULL,NULL,NULL,'u','1990-01-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(16,'full@gmail.com','$2y$10$IcpzoWu8v2Ok9LfTZpiaIOgbHwDEOaeAKvozrdtgIAfwngkKb1YKG','Full Info User','website.com','Yo Yo I am a Full Info user.','23232323','m','1990-01-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(17,'jordan.olson@leffler.com','$2y$10$5y4v96yFZGAQXzahp.yapOa4l9GPmZK5xtxGc/t6FBYyE0YF2AYeG','Yasmine West MD','schumm.net','At laboriosam fugiat aperiam ab repellat aut.','47648825','u','1918-01-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(18,'gina.halvorson@gmail.com','$2y$10$6lEENfo7VzAaXtKQQI/iUuznLU3yl4NHMOtfhPpZuXLiinysVpgru','Ms. Savanna Buckridge','schmidt.com','Laboriosam sed ad quod consequuntur qui eius.','14235156','f','1917-05-31',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(19,'isabella.hane@hotmail.com','$2y$10$nzV6mPXxtfnnaEyly3KpXONZnS40ZNIsQuTNlPv5E1bXcUFnLGaxG','Nadia Rath','kiehn.com','Harum et repudiandae dolorem aliquam aliquam eaque et.','77065179','m','1966-05-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(20,'jammie58@lindgren.com','$2y$10$8uxnnvKKeRWzAeUb7IuYS.I7uFAzrz43e5FT0eShzVg.3rxUXd5SG','Emmalee Hoeger','johnstonritchie.biz','Nemo est voluptatum et.','44632056','u','1980-05-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(21,'king29@hotmail.com','$2y$10$oFqpYNuuT/FHBxF7Fxm.vu8gmd7JigxSQn0041GoFosJ3kOknskQq','Javonte Schroeder','stehr.org','Aut commodi eveniet cupiditate veritatis.','64210732','f','1959-11-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(22,'lmarquardt@hotmail.com','$2y$10$ngfRFLMBrrRcgLL6C/T3huaqKY8RgwUfWH.Eno8.prVi3ZYG4mY0W','Aubrey Hirthe','schuppeharvey.org','Omnis asperiores non soluta assumenda deleniti.','46168396','f','1927-07-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(23,'lonie.blanda@hotmail.com','$2y$10$DXShW96KKcxRcDGbk.d.eOzb316szm2hDKiKCie7L5toqwt1kEPpq','Edwardo Ledner IV','rowe.com','Nam numquam quasi qui quibusdam eius magni.','2344504','m','2015-01-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(24,'beth.abernathy@gmail.com','$2y$10$3C/QxS9RrFkGL98inCSyzOmiuvW7m1IKo6oaXrL/1ipcnexvdHaO2','Akeem Ledner','hahnsmitham.com','Ex sint ad ducimus placeat ducimus ullam itaque.','99510874','f','1917-02-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(25,'alvera08@gmail.com','$2y$10$fhm.kaOgtBicq5uFvMtyqOkZDw5vw6JWtvG7pVXx43K7UYEiHWZdC','Mrs. Ford Hoeger','funk.biz','Et expedita dolores reprehenderit velit.','47747032','f','1975-11-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(26,'kpurdy@hotmail.com','$2y$10$s.LBS9lknWCLLodR9HDgg.EcnuqOjvU8H3dyedcWKOM41YN0cDav.','Emanuel Armstrong','fisher.info','Unde ea blanditiis omnis voluptatem porro corrupti quas asperiores.','44979222','m','1989-07-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(27,'haylie36@gmail.com','$2y$10$OWVDWB6B9OmsOX8ogYtWI.paKXNk53sgyuupfXoFfTV8U.PUc7ySC','Ms. Quinton Legros DDS','kemmer.org','Voluptas dolores pariatur veritatis blanditiis excepturi laboriosam dolorem.','13660598','f','1999-07-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(28,'tina.tremblay@hotmail.com','$2y$10$XkkmtNqB3mU6Vk5rCivoUu2plAS9G2wB92Bph3HaBfZsQgnsJmMe.','Damien Rippin','kuhlman.net','Nemo incidunt praesentium labore eos alias ipsam.','78646330','u','1951-04-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(29,'dessie.ullrich@lemkerice.com','$2y$10$BAgwOYNoYWY7kfDC1LVaDeAQKiRBpIOH5Dzk7V11i6Mn5MVgZsdhW','Ismael Mertz DVM','herman.info','Aut dolores doloribus ut.','46878251','u','1926-07-23',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(30,'ivy.haag@yahoo.com','$2y$10$maJcTq.sWNz1grK5AdsKvePstzSJ.BmxBgUSOGR/8dH33blBExYiK','Anya Nienow','fadel.com','Qui asperiores architecto quidem consequatur ducimus.','54187940','u','1929-04-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(31,'linda.auer@hotmail.com','$2y$10$jVrEbfxk2kNhsJMsvEwRnuZbThL.1eusL/L1j7XmxDtiMAs3BYCT.','Golda Kovacek','west.net','Quia est inventore error ut aut.','63424722','u','1987-04-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(32,'skye29@parisian.info','$2y$10$BSn/VNEAq5AJq6GUupaUAuywHrMhVHZGHAqFlgYeunvMLWOh6ST8y','Ms. Lauretta Senger DDS','watsica.com','Eius odit dolor et dignissimos eligendi.','83140359','m','1999-04-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(33,'junior.mraz@schinner.org','$2y$10$yc10q630qBbFQd.OIFE0WOvv/C6fgD2Ef6SwspJSgRqdlkeiM2ZeS','Mrs. Izaiah Conn','wolfterry.com','Veniam ut labore eaque consequatur praesentium molestiae omnis.','15297030','u','2014-05-23',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(34,'patricia.carroll@yahoo.com','$2y$10$cpJrKJkCUlzOmmRU/VsRruC/PSJsfk.4.LkslHucHaNwoqJEtnBcO','Miss Kiel Cormier DVM','sipes.biz','Voluptatem eveniet saepe voluptatem aliquam fugit enim quidem.','14996325','f','2014-09-04',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(35,'turner.dimitri@schillermann.com','$2y$10$CkMkJoP64Esr0iqzFNvpd.KORP5sygZeFIfQK72SgA9D0JyeIKthm','Mrs. Krista Purdy DVM','koeppernser.com','A accusantium illo ut minus nihil iste.','50137478','m','1921-05-31',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(36,'finn38@emmerich.org','$2y$10$JLvUwi/GIUiW08Rt2fRrpee78P2YSVor76TGz0WWL/q3Wdagt1t3a','Mr. Alysson Weissnat III','batzbotsford.net','Fugit vero voluptas architecto.','92130043','u','1973-01-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(37,'zetta.bogan@hotmail.com','$2y$10$lrDioOvLRlS8tKy4xElsYe6d3zEjc3lQZtZGB/HQNBza..CX1sgeu','Sincere Willms','walshokeefe.com','Eos in nihil blanditiis voluptatum earum magnam aut.','7055212','f','2008-07-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(38,'avonrueden@yahoo.com','$2y$10$KPjsEhBa.8fSYr./rmL9a.lZ3BSxVUNQJ4ENqF/UHAaLT1DiXPyJ2','Kevon Dach','abbottmccullough.com','Qui illo vitae incidunt autem voluptas.','84212728','u','1916-07-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(39,'ines.hoeger@hotmail.com','$2y$10$NrbReQ1JczwkMyTukeDnIejhhCGo8wSQ/pvOESKpfydtVNDxv2jZK','Dion Gerhold','jenkins.com','Aspernatur eos cum explicabo at ut esse modi eum.','46518804','f','1939-11-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(40,'schuppe.tony@yahoo.com','$2y$10$MsIMeBzJd9SGsIE/DN37T.so9RFXmahTigBvw9sk16KAJ2eXdcW6u','Ms. Armand Becker','schaden.com','Labore eos hic rerum impedit distinctio in animi.','81548422','f','1957-01-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(41,'emmanuelle.runolfsdottir@yahoo.com','$2y$10$i1zZ5Oyxd.oP6E6hdzUP2.s12IrpcIEZ5G7VAopEKPztOj12JHGsm','Mr. Consuelo Jakubowski','okuneva.com','Doloremque magnam soluta deserunt veritatis.','89739375','u','1980-10-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(42,'sunny50@yahoo.com','$2y$10$XlTtztUEWpx7BVv7ndinZuMc8Mfvqf9TptgR17S46Y8wHwKolKDGy','Lonie McLaughlin II','gradyharris.org','Molestias eos debitis nisi voluptates nisi ipsam veniam.','86578050','f','1942-09-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(43,'coby.doyle@gmail.com','$2y$10$E0i5K805yiulnRWcn6BWuOOje.BxHRdsXhUG19AZPjUtR7Kl8Kary','Jameson McGlynn','hamill.info','Est aliquid est rem.','18459268','u','1953-12-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(44,'lucile.zulauf@yahoo.com','$2y$10$S.v6LEQuM6umjVefk2wkl.d2ToNPSWJ8JUlI1zswSxTYpt5D4Ca5e','Miss Marlen Bergnaum DVM','zboncak.com','Iusto dolorum quia est.','33485491','f','1929-01-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(45,'noelia46@gmail.com','$2y$10$jO02iVDVJUPRSNCVMuypre6olpyagu2/e66cBx75uqQO274z8ScmK','Lera Sporer IV','reinger.com','Et reiciendis illo nostrum debitis et molestiae.','6144724','u','1974-03-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(46,'frami.lisette@yahoo.com','$2y$10$w0luQtdOM4xfCv5XEjMnCePRIw6RjyJ8Gd7Wc39x0CnQC7tYtFae6','Caden Torphy','wunschbednar.com','Et temporibus in sed dicta tempora omnis voluptatem.','58000864','u','1967-05-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(47,'burnice95@gmail.com','$2y$10$HB1oM2v.vSkD7.tyDex7zObc6fOVd0ivWXBocdM5ecnHs6sfrHwHa','Walker Lemke','douglas.com','Quam corporis aut enim et aut.','86997501','u','1920-04-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(48,'olson.cathy@tremblay.com','$2y$10$TUjvinIM4mCqNnizgjDb6u3st3/wGhy/W6LDkqtBT.q.cGL6kjWEe','Mauricio Hodkiewicz','creminkilback.biz','Ea voluptas quis libero itaque culpa tempore.','3431543','f','1943-05-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(49,'ylittel@russel.com','$2y$10$faJbuQNcCI60U8tpEUPO/OY2p4TiE0Ij/G70Bzb8G.mOGp5L9lMBe','Jules Hirthe','krajcik.com','Eum reiciendis aliquam iste.','54367779','m','2000-12-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(50,'brooks.schimmel@abernathy.biz','$2y$10$GzCJN5y2PWiu9YPP1Mz23OTxXbEHYQQZZInyFo0TlYsAmTDy9IZva','Frederik Conroy','marquardt.com','Ea et aut eum nam.','1895360','f','2013-09-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(51,'jaylin.runolfsdottir@hotmail.com','$2y$10$QBMpnzSNZFPuxGCyfqt9aeSphaQsMja8Er3DYPES6tLU0A9kaygka','Isom Nicolas','farrell.com','Error maxime ut nemo assumenda et dolorem neque dolores.','41524404','u','1940-09-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(52,'labadie.kariane@rohanleuschke.net','$2y$10$/5D3OVjknteeSRQHIgcnMey1uLbRgOivlKEdCwMvmE8QLouO3bM9G','Evans Larson','wilderman.net','Nemo est magnam qui debitis est eum.','62624745','u','1957-01-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(53,'bernita13@gmail.com','$2y$10$hzwLz4cDfB3tBdzPjwEeb.PokxnjrVvV3QhPhp2CO/EfBw3PVuVkO','Bertrand Barton PhD','smitham.biz','Architecto fuga dolorem labore a quidem.','92624213','m','2013-01-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(54,'jayde.schinner@kuhn.com','$2y$10$mcMW2jUgAnS.SLW01twpfOWOnWiDZZanRTHWKdFczHTV4Nf.99iwq','Mr. Gregoria Bednar','beckerzemlak.biz','Omnis eum iusto provident quam libero provident.','87800060','m','1928-10-31',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(55,'zhalvorson@hotmail.com','$2y$10$43IlOuZ/GZDil4ApvGI0M.pVtfpozUJrPuAaHisn3SR189sUrzfsW','Avis Klein','gorczanykoepp.com','Modi officiis dolore quasi nostrum.','42480453','m','1938-05-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(56,'wuckert.spencer@yahoo.com','$2y$10$ryu70W0yPgJnhtkuCQnpX.3dUBR6yvu9xF/lJn1/oqRn3ZlwkQNsG','Leonel O\'Connell','purdyheidenreich.com','Animi ut non mollitia voluptatem quaerat.','89336132','u','1933-12-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(57,'bayer.cristobal@gmail.com','$2y$10$2A5Wj6dcM1.abVWQykxAFu3BoN8InPNvEIo7GG1qdtYfh9pYijhNe','Ms. Moshe Greenholt','williamsonlegros.com','Vero voluptatem minus aut qui.','72392052','m','1998-05-30',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(58,'wdickens@yahoo.com','$2y$10$Um3QPjkkVjU2Yr9aeeTPi.Ce0AcU0cj6GyhPvS82CfGTzXqI9eAMO','Benjamin Harvey','hyattsatterfield.com','Quia consequatur error nam veritatis.','92971469','m','1994-10-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(59,'veum.lavon@hotmail.com','$2y$10$.KSu7E7pyHbFjzxTzmx7ZuTGAsb19F/M5/IBj3Ytpe7YIUsxRJWFq','Peter Chan','thielmacejkovic.net','Quis temporibus ea doloremque animi libero commodi a.','10764201','f','1960-02-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:24:35',NULL),
(60,'nfriesen@hotmail.com','$2y$10$tjbECFel0mKKjAIrJ6fZsOqY.zVw2yVH0F89d437xO.zyH08shiWi','Dr. Raphael Marks IV','langosh.com','Dolorem dolore dignissimos incidunt cumque cumque esse non quia.','97563583','u','1960-04-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(61,'nader.telly@yahoo.com','$2y$10$hW3ccT7bIEIgymtDN7XRl.MzJ4jPVbvN2D3cd.YTY7byiBKdJfO8e','Lacey Crona','renner.org','Officiis occaecati asperiores rem velit maiores quasi enim illum.','24673484','f','1964-08-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(62,'yesenia02@yahoo.com','$2y$10$.LgTMMjduTYgrhdqx.BVu.LZD7o3FxeDtfzVLt6Es9rn/8UgLSKmW','Ms. Clotilde Mraz Sr.','feeney.com','Qui voluptas reiciendis ea velit omnis repellendus.','76838578','u','1943-01-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(63,'qflatley@paucekwisozk.net','$2y$10$rAoNT9E2LOXeLefdTTtJFOsQU6oXXmLxebm0tHMukZyawNAOCoiGm','Dr. Demarcus Jacobi','dare.net','Officiis aut aut iure facere quam in expedita quis.','32849229','u','1937-01-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(64,'vernie.gibson@collins.com','$2y$10$yKjpLF2OQ2q9wTp/qBbb3Osihm7rmA3jNB.6Bi2n5uE/ShuIr.R02','Zoila Lang DVM','oberbrunnerboyle.com','Atque ea sed possimus molestias corporis.','18766241','m','1991-04-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(65,'jaden44@hauck.com','$2y$10$5rYBejzRNwGxieWonqKE9OoljMD.NHyLRTzZaYOYlEsZZXhSAFvAm','Carmella Schowalter','champlinryan.com','Sit voluptate doloremque accusantium voluptate.','96220374','m','1920-09-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(66,'hoppe.dina@hotmail.com','$2y$10$OkPkSQXgX6./JsA86JKT2eX5Q7Mq636EMuLknc4ML6UI56FEZv7wO','Felton Nolan','marquardt.biz','Rerum laborum asperiores in ut.','7407432','f','1922-10-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(67,'eudora.kemmer@toy.net','$2y$10$NRWQgMSO4LK/v.G0Vynf8eACksbVrl7tDcFTmYyP0KtNLy/FF0mu2','Oswald Kutch','skiles.com','Quis et distinctio sit est aut ipsam.','31211622','m','2012-08-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(68,'wroob@rau.com','$2y$10$giah9RmXo2LdyVqkVj7XsuoLWM4MtXlKABesAQSViih3AynmXWUMi','Javon Dickinson','rohanwiza.org','Porro ut cum aut voluptatem reiciendis iste.','42801050','f','1946-01-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(69,'celestine34@botsford.com','$2y$10$xIwQjWUnoflqCzPpepjxcO7ePygd18Efe5H01vvnoQnoxM8Y/k3kO','Terence Schoen V','auermarvin.com','Explicabo natus id eius tenetur quis.','23847921','u','2005-02-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(70,'dedric02@hettinger.com','$2y$10$xYCR/X7.BIDzANS5In5LcOcyAhHNlZybfSkxlIToZww52eBI4Ut0C','Miss Jordyn Schmidt MD','heaney.com','Blanditiis pariatur et qui.','79555453','m','1966-11-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(71,'marie99@yahoo.com','$2y$10$VCg02Og5DcGgfns5VelrDeg3Xqk6UifV6XwEH2orPvLCMlay.C.Z2','Eulah Roberts MD','ziemann.com','Voluptates asperiores qui dolores rerum culpa dolor quia.','20952906','u','2007-08-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(72,'cleo90@schummfisher.net','$2y$10$w381xjlYLsutTX3OSgifOeziZCV5td2ZO3FElLi1GETDA1ET/1R3e','Dr. Federico Carroll','doyle.biz','Iure ducimus sit cum nihil distinctio illum est.','55264590','m','1996-01-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(73,'fredrick.grady@gmail.com','$2y$10$v9Vf4Q2oq26rxALcRhXW8.c/K7hJe42TPDCO.jCmB.zK6RuG.gPYm','Alaina Kuhn','bashirian.biz','Porro magnam voluptatum cupiditate ipsum ad omnis.','87131094','u','1969-04-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(74,'davonte39@keebler.com','$2y$10$TUQ2JtVu.udS21Abxekho.kKLD10UtXWBQBAnax4LRa5ioSJNaHPC','Estel Walsh','ankunding.info','Officiis et debitis ut nesciunt qui ut.','11310428','f','1957-09-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(75,'wolff.evan@yahoo.com','$2y$10$K3jamByou3HQ2Vj/Q5Jr9OzlYmaA.Frout/7n5Ge1a.I2qAM4ceyC','Mrs. Gunnar Hagenes','terryshanahan.info','Veniam aliquid est ut.','66831144','f','1983-10-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(76,'sorn@yahoo.com','$2y$10$F/uNFyfE3xSBHsWoGjClTuGqmrO7yWKoqdNX6VqRoExaikKJe4lDC','Alda Heidenreich PhD','connellyorn.com','Consequatur qui voluptatibus id et.','23088697','f','1920-10-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(77,'eileen.kautzer@hotmail.com','$2y$10$hUGAm3mZyHhHgRy2z/qXQeYqelcEQ3BHpH/OUnpuuXxnti0RK9bTy','Eduardo Kunde','williamson.com','Voluptatem fuga enim error numquam rerum temporibus.','88392079','u','1943-12-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(78,'colleen.daugherty@kilback.net','$2y$10$w0jx/BZkEnjJ0UzLU12FauUUzmp3QUnomojpNeylgIkCGsQ1JIqyy','Alexanne Rodriguez','schummreilly.com','Quis omnis voluptatum est ut itaque quidem.','29651877','f','1980-06-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(79,'tavares.harris@cronadaniel.com','$2y$10$dWyPYVRdBXIGcpI72BhiUeqfryD562KqiHTARjZblReDQ5x5g45JS','Ms. Richmond Hamill PhD','towne.com','Inventore qui vel vel.','94954218','m','1951-08-15',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(80,'heidenreich.delaney@kassulke.com','$2y$10$0EchZUIMFFo4s64q..fYdup/U1v7G5d8KUM/Mjz0LO5EnW5HF0X1C','Mr. Arturo Dooley','bernier.biz','Aut voluptatum fugiat consequatur et autem et nemo harum.','20256158','m','1922-12-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(81,'kshlerin.jerel@armstrong.com','$2y$10$u6V.iRPbG.Vzy6b0602t2.efasYzcP6MOnm9UCepMhE.Xu7IwOw3G','Fae Carter DVM','ernser.biz','Cupiditate cumque placeat veritatis.','74937111','m','1942-06-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(82,'dickens.karson@lynch.com','$2y$10$JvdYVLemZ6ZBCrb2t5.F0eRiyjXnQq0hPC/VTBIBaHfvWtW4ZUvCC','Vida Walker','schumm.com','Voluptas et est sed optio.','72770754','m','1978-02-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(83,'torrey.borer@roob.net','$2y$10$7yMocf2RL7RpidsqwdqFjOPNKxj5fZQI.m5DFwCyL4A8p2P69xrCi','Janice Crona','wyman.net','Officiis aliquam provident nesciunt facere numquam quam.','25712209','f','1977-10-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(84,'prunolfsson@gmail.com','$2y$10$1tEJyXkbayUs4hzE39.nPuV8/yK.B2VOP0C6UrYHwZNRI2q6R3g8m','Marianne Simonis','wehner.biz','Asperiores eveniet soluta dolor nesciunt est qui nulla.','5817395','u','1973-02-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(85,'hansen.torrey@gmail.com','$2y$10$dg8xGklkbz0O55f6AMHKP.gKzBejgxaycu9XrPDBDlqx/J.Y8usWe','Ashtyn Hane','harrislarkin.com','Nihil facere a nobis ipsa sit.','76005921','f','1981-03-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(86,'christiansen.dewitt@cassin.biz','$2y$10$3YchVHPJMsakq02gfXH2VeXw5r0s2R513M7N3UEHVnviUHgYpR2dy','Barrett Weimann','welch.com','Ipsum quia recusandae ut iusto.','31259365','f','1944-03-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(87,'jarod05@brakuskunze.com','$2y$10$s0P4gWDWqWahHyKaCo8zn.IT3AUIwrkOX/ZYl4wwO6C8e9.Aij59K','Mr. Florence Fay V','mante.com','Maiores voluptatem velit id repellendus.','71564764','f','1946-06-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(88,'white.lilla@predovicturcotte.com','$2y$10$pZ6Zhi2W7UvrEc8icyTa2.z2Q1nJGCWSw7f3uOyUMnrMiVME0zLGO','Fernando Treutel','klockosenger.com','Non voluptatem rerum dolor asperiores nobis laborum.','79008882','m','1947-11-20',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(89,'mabel01@watersjohnson.org','$2y$10$elZV8wrU9UYdL9R/n13fzerjVGRY9k8UhxrWSHYG5RU60nEKxoSti','Miss Myrl Donnelly','schulist.com','Laborum sint quis ut nihil.','93718282','f','1959-10-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(90,'iwilderman@gloverhartmann.org','$2y$10$2Fc3UO6V/QUbV3T1wMMhJu1qqv9.dXfny/N7sBINasQ5i.PpW3nZC','Mrs. Rosario Flatley','welch.com','Ullam voluptatem ea nisi consequatur.','11238692','m','1985-06-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(91,'ziemann.nicola@trompschuster.biz','$2y$10$9HZsRpY4VVJ12qn.zNB/VetKk172Vy6nsWGuGmkIZbliw7vfRcpZC','Dr. Rozella Thompson','trantow.com','Repellat fuga deserunt sit at eligendi quas eos.','87638176','f','1920-06-16',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(92,'kale65@gmail.com','$2y$10$BkuP9fMjJsclCyxuQAUIy.55ryDwHUjDiFbUGd6zR7Pke2sk.9k9i','Gunnar Conroy Sr.','brown.com','Dignissimos natus nihil ut autem ut nemo repellendus.','78998498','u','1916-12-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(93,'oupton@gmail.com','$2y$10$XWe.A9638qcfHjUdR6ydTe58wB9OTdWBw6Svooa0QD6C7cJti5E6O','Armand Mueller','bartoletti.biz','Id autem dolorum aliquam adipisci possimus.','21176417','u','1980-05-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(94,'emmanuelle.vandervort@gmail.com','$2y$10$PIqRl6dO7hBcNJtDZ7qVBuoVD0tYcc.AG18hF7orSpCHO7RYhG4oa','Dillan Lubowitz','welchhoppe.org','Fugiat nisi quisquam tempora excepturi.','1434482','f','2014-05-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(95,'clare.funk@yahoo.com','$2y$10$IfHklaFX/hAZtk0BO9VZ8uhL6dqTurfx7qqISXJksLOjOBXFCs4PW','Delmer D\'Amore','bergnaum.biz','Ut a ducimus laudantium ut aut ut fuga quos.','18171346','u','1968-09-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(96,'kuhic.andreanne@erdman.com','$2y$10$F56qJ0JunPn5gbt5GM21b.kkKpt2wlpwPbscn.DGqbCWgxhmMrKaW','Harvey Fisher','bernierblick.com','Maiores consectetur ea rem provident et est.','79526046','u','2001-12-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(97,'fcrist@lueilwitz.net','$2y$10$ufTpzjCktviqmr5OfUeIyei.bdpB6x5TkSZ0Vf7hgijoywYoJnPAK','Javon Lakin','tillman.com','Blanditiis aspernatur et illo ut facere harum.','71113240','m','1967-08-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(98,'walsh.freddie@jacobiterry.com','$2y$10$40hHJ0t8v7dVUMK.eeXXVO74vKD0iA3p0ofNyTylwn4arT/2HeykO','Jeromy Goodwin','hintzmraz.com','Et tempore repellat sint ut corporis dolores.','26932380','m','1946-05-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(99,'gladys59@rau.org','$2y$10$oadkEORHysVUGRl2I00yl.nYmwwm8/USVBqTzTKPnGOanxyMdZxYa','Ms. Breana Ziemann','krajcik.net','Aut consequatur dolores aut commodi.','13349093','f','1974-04-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(100,'violet37@turner.info','$2y$10$xWM1/ky6KnhMcEJkMgdQ0Oab/VChV7SaK4pP/E/f4OdDTApHJTTZ.','Otis Sanford','jerdewest.info','Ea quod nisi qui.','10844275','m','2000-11-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(101,'sauer.forest@maggioemard.org','$2y$10$gihnm51XOzUx8Eo3BOiJ7uRYYPVSHRp0rg/WSBit5AZUMytr6rAnC','Dr. Gage Jacobson','barton.com','Numquam ut voluptas ut sequi nostrum.','72223412','f','1955-06-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(102,'ibernier@toy.com','$2y$10$4V8RlUFxUz0nA1QQkLtq3.1T0JEF/c/AIwwioBG3Dw1jVcjbHiDaC','Kip Stoltenberg','torphyrunolfsson.com','Ut nesciunt molestiae est perferendis totam nihil.','23141988','u','2008-11-30',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(103,'kevin.cormier@gmail.com','$2y$10$f7jVwZCHDFxC7b.JqMTPkef6W21e0kuxHYiAT31/TFy6b/wMPRq4O','Kayli Barrows Sr.','hamill.com','Eum dolorem tempore eaque quia.','80947977','u','1974-11-20',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(104,'kellie87@reynoldswolff.com','$2y$10$GRH6KRobg61s0dEr0UOCduAoUYSxJp8mXBPs3fIIsqr667PzjvjIu','Mrs. Marty Morar','runte.biz','Ut distinctio dolores corporis et nam.','18242119','u','1930-11-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(105,'uschuster@oharamurray.com','$2y$10$7btYV5S19oEkn2TirejeqODqufzgeE6s9PNuHTxjfhR0IUZ5RwNJK','Mr. Perry Bode V','windlercollier.com','Doloribus in itaque sed omnis ut doloribus dolor.','23005014','f','2013-04-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(106,'sbruen@dicki.info','$2y$10$IDnw3gnm.3qAeYsmGELxI.OqwrXI8Ej7YAX3k7eZi.yLzdG2y5Ky.','Rosario Ferry V','kuhlmannikolaus.com','Repellat voluptatibus dicta quo repellat ut non.','79428214','u','1916-10-16',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(107,'sandra.daugherty@gmail.com','$2y$10$jEuqXUtoHfMj7rZ9F2.PH.RJTASMe4xlRLyc9l7hemKIaECZeN/Q2','Dr. Hubert Carter','little.com','Atque necessitatibus culpa similique quo.','71013597','m','1964-11-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(108,'bethel83@mante.com','$2y$10$Kd1F0jCiqrgkcKoWs76Tse3kxAUEee1xKyR/s5Fh41Lu2dTqEnsha','Miss Charity Anderson','cronawest.net','Quidem beatae sit non perferendis dolorem ab.','17201026','m','1996-06-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(109,'gschuster@daughertylockman.com','$2y$10$xbxpA8FfLz.FpdNdDWRUzuvEM5fIGKo21NyXaxuxp3G91NF2raM2y','Karson Flatley','abbott.com','Eum non fugiat sunt in soluta culpa.','58468256','u','1991-02-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(110,'hegmann.agnes@zulauf.biz','$2y$10$eX7NnK66gh0UTw8EkiLa8eZh31FQqZ/Uir24YboxIxLpWyD5llFcq','Ivory Schroeder DDS','runolfsson.com','Reprehenderit nisi possimus quam delectus.','76775770','f','1991-02-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(111,'osporer@daughertycasper.org','$2y$10$iYZAOhJYoKdYpCNmo6O8IOSAZpWg0r6BJMask4C5KHQ.RPNAftsEO','Nikki Prosacco','rennerbradtke.com','Voluptate voluptates sunt accusamus provident et.','35870745','f','1930-07-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(112,'maryam.davis@dareschaefer.info','$2y$10$Qw7BooiyiD3xEEvp966Q7.jhDMudiEGSR4vipl3SxR//cCh5GqPce','Julio Medhurst','abbott.info','Nulla delectus aliquam earum quos sequi.','78468295','f','2009-08-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(113,'bernier.margarette@hotmail.com','$2y$10$TVVsLTpbnqu7kXoRhHJZRuvb5vZdhE/4meNZC/d8FS8fJaiTP09Vi','Cade Torp','nicolaskihn.org','Ratione sunt officiis saepe ab dolores a nobis.','81501270','m','1973-03-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(114,'nya04@hotmail.com','$2y$10$J9BK0w/T14U5pY23DAoaMeM05g3CIEJEoOSs8lYBhspWAvxZ2zH2u','Roma Brakus V','krajcik.com','Consequatur blanditiis quidem quod aperiam nemo dolor.','86194972','u','1996-09-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(115,'kconsidine@yahoo.com','$2y$10$Dp2YBonzQAm1PdvJafTRZevV3MhSKQsCmE7VmzKufCUU8RqYpj1Ga','Elva Schneider','bode.com','Magnam impedit facilis cupiditate.','5270130','u','1969-08-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(116,'ethel.hammes@emmerichfahey.com','$2y$10$sDe77skr1o64nE.FuiD0g.lRHY44BLkeFOksf2XLNtSnEHfbzlB2m','Kevon Feil','zemlak.com','Tempore vero accusantium reiciendis.','14500891','u','1959-03-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(117,'nicole11@franeckilangosh.com','$2y$10$eo3a2/FLRqBFafmtccgKsu76sL0BJ/OPdVV42IEvfMN//rvIobOQi','Mr. Trystan Runolfsson','simonis.com','Et vero nulla repellendus sequi velit error.','7800103','f','1957-01-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(118,'xthiel@yahoo.com','$2y$10$tHWyQRFJXSU3AhQHtH4w/ubFh6Al7ssi9vVMWQvVxbpvzZQm30o8e','Jayde Weimann IV','mclaughlindietrich.info','Culpa quidem est sunt.','81558627','f','2013-09-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(119,'reynolds.aliya@hotmail.com','$2y$10$ei5W4MGDl9Ym6l5Ex4M4kuGuvx1QMr/J6KKGzQNm/xtLoklDO3w4a','Rita Dare','graham.com','Et quas ut dignissimos molestiae veniam et facere incidunt.','31173881','f','1995-06-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(120,'fpadberg@hotmail.com','$2y$10$V5o9sSzZ3Dat1/qW3/IH6ewgEptn8UydYny2fQRawjbugeRn9LxKC','Mr. Donna Kreiger','hilpert.com','Qui cumque quis nostrum voluptatibus.','25872431','u','1987-02-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(121,'barrows.donavon@gottliebmcdermott.com','$2y$10$99ELrduMOrQX/2qh0DmNReO2HWNrJESyeH7eRVBwCOOf7R6omnz/G','Sheldon Lowe','kshlerinmarquardt.com','Autem nesciunt omnis et consequatur est omnis.','47859327','f','1991-04-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(122,'kovacek.columbus@yahoo.com','$2y$10$.qqe9.zrEVZ.Rtec/I.SY.qKRwShG42LfkslquFRd1q/IruOjzZzy','Guido Metz','senger.com','Quos vitae dolorem inventore repudiandae sunt.','1688155','m','1916-09-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(123,'name.koelpin@jakubowskihammes.com','$2y$10$.Of9Gj0MWuhgH7qVVqgJMOmF6WZSGYg5vK1BTlUX735/R.ub90m4W','Richie Strosin','powlowski.com','Quod libero incidunt qui dolor sequi.','33956843','m','1953-05-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(124,'ruthie10@gmail.com','$2y$10$bGBwcF/Vhu4CnJZWp0fJY.GLn8/Rx1WY3Z126Pr3oHJb35F0YXMFq','Tad Carter MD','stanton.com','Saepe odit aspernatur et unde sequi possimus.','96349041','u','1933-12-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(125,'ltoy@yahoo.com','$2y$10$SItTzDChNBUDG9u21z0oWextR.7c45L/vDBsGkvNWpETNd15T3YJq','Micaela Adams','champlin.net','Voluptates consectetur id voluptatem consequatur repudiandae.','7581329','u','1952-07-31',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(126,'beatty.johan@gmail.com','$2y$10$LOsGFiJD8WSJ7b2WiJzJVukBJ2512idKL3vmnqHDD0puqsB/Wk/62','Kiarra Johnston','rempelwilkinson.com','Dicta qui accusamus fuga sequi nihil id.','34894323','m','1936-07-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(127,'thora.robel@hotmail.com','$2y$10$SAJZcDFwaiCDnBJZrmEbsuLRrrMREAaDX3SVA79s5HqQJWQ.1vTAW','Pietro Bailey','kris.com','A suscipit sed sed molestiae sunt et esse.','24944530','u','2011-04-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(128,'marquis.hoeger@homenick.net','$2y$10$ngvFenJQ1FZ4GbRdRzErxu6RjrNsiMUENiPTgsAUb85fwijk0PUoG','Justine Simonis','west.com','Eum voluptas sequi est ad est labore quasi.','83009508','m','2010-01-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(129,'carli.kshlerin@farrell.com','$2y$10$6/jxfh9JDwLzNVcTMdCnHOGiDCR0CJ5Y0H6fD1pZ74WdcR5OGLBPG','Buford Boyle','schinner.info','Eaque optio rem est rerum minus natus.','11959190','m','1955-01-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(130,'kuhn.wendy@klein.com','$2y$10$nxImXSfk5Wlzwj4bCx6M8uEhjt3m8rAuPP4wDLXnpXBs1LuTZ9Ev2','Dr. Daisha Fay I','reinger.com','Ut ab qui eos rerum occaecati id nihil.','17492737','f','1973-12-23',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(131,'wilma.quigley@gmail.com','$2y$10$fenqyL56FBLZbvCLAyyTHeC5dKZWBePRLnBmeWHqAE4YNlLNRC3du','Nia Swaniawski','lind.info','Aut dolores consectetur sit dolores est itaque quam qui.','35650619','u','1924-02-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(132,'amitchell@yahoo.com','$2y$10$9Ae/I2DXtAHUlup3wFC1SeJApWvm4L9RGSKdMAPg7dE4fmFP7laTK','Herminio Kiehn','yundtmertz.org','Distinctio sit repudiandae sint sapiente officiis et corporis.','79782643','m','1940-10-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(133,'drew.swaniawski@gmail.com','$2y$10$RE62U97rn06TQw3ZE6ZM/OhxRoMl2zo0/wR7LEiZe8.fRsnF9L/iG','Katelyn Halvorson','schneider.com','Quia consequuntur culpa in ducimus quis.','14167401','f','2014-07-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(134,'wbreitenberg@yahoo.com','$2y$10$x9PSRtyBkVSJavQR39eEuemf4wsQlxMxPgF9iBgJ9/OzCEPSWb6y6','Felicita Hills','cruickshank.org','Laboriosam nobis at sed nostrum voluptas et.','51932672','m','2007-11-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(135,'ihodkiewicz@gmail.com','$2y$10$rRj/drQ/0Wpi/FwmuwWPtO5jmaBdJ1x9FaYDYXuU0ShPhoXk6Gpbi','Scotty Roob','homenick.info','Non aliquid amet ea eum ab ut.','10993994','m','1962-01-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(136,'alessandra.mante@ankunding.biz','$2y$10$AWHeYLI0KhR2e9taFPjAqOcbW0bipzbM8bSrI1R3EpLbyJ36yumwe','Ms. Maurice Runte DVM','stamm.biz','Soluta consequatur culpa omnis occaecati facere ullam enim et.','23100540','m','1953-03-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(137,'ykeeling@yahoo.com','$2y$10$rzcXpBh6VKMhZQS5t.FvNuLV2gJIBL6v0ymyMbhBAjDOq3yFyduSy','Ola Olson DDS','hammeskunze.com','Cupiditate pariatur placeat accusamus neque facere.','97322339','u','1965-04-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(138,'fconn@beier.com','$2y$10$RNCBXm5S49ypcA/uVVBfu.V9T6v1Kd4WsK9DlLt38qJID2ylaKcDa','Lesly Orn','konopelski.info','Laboriosam rerum ducimus qui dolores commodi veniam animi iusto.','69632896','u','1954-04-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(139,'larry11@gmail.com','$2y$10$NsgDvXaH36Y63uBX7SjCEusmnH5yTcntcq2ftUxRtgHKiUc7D.GHW','Lauretta Farrell','balistreri.info','Maiores eligendi quae tempora amet.','13844928','f','1940-07-23',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(140,'torphy.timothy@lockman.com','$2y$10$Y285p5hm7c2w4K9hWbouZ.HWydp99zYV5GxNNjCzs0cnluGWqTcUa','Willa Nicolas','cummerata.com','Enim ut aut veritatis occaecati vero dolorem.','99901776','f','1974-04-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(141,'swaniawski.alejandra@gmail.com','$2y$10$DP1F.wiIpcRkNR1Pn49sh.Glpd3jh0lT676PScx5S3bR7Y06X2Jpi','Nicolette Hudson','murphy.info','Expedita assumenda sed eos dolor voluptas.','75484590','f','1937-04-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(142,'wcole@doyle.info','$2y$10$6XKzvxuQrSUgWRPNgxw7ke8vuhohyAx7Aj0Teh6mw18Fakanm6sjy','Dahlia Boyer','zemlakbreitenberg.com','Doloremque voluptatum eaque tempora.','1626769','m','1967-05-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(143,'americo95@vandervort.com','$2y$10$CrJwt/zskYg.sJQbD.QioO0l8kvUxzK3LQ38kkJPq00yI11EIU9KK','Ms. Hildegard Jast','feeney.com','Enim rerum optio a corporis quos.','92294193','u','1984-03-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(144,'eden.kirlin@lang.com','$2y$10$jDxI.p2h1PSXSB7xHIqRSOuXLhre3y.i2EfZCukp0eG/9CW3ZQDb2','Lucius Stanton','schultz.com','Exercitationem quia qui non.','84069620','f','1929-01-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(145,'haley.efren@greenholt.com','$2y$10$gaFrHSpDPO3CKuuTw1FsO.gAH1G9YR3wkRkzxhSvFrYFB264fMIrW','Alyce Hegmann','orn.com','Unde perspiciatis accusamus impedit omnis et non laboriosam.','23687216','m','1918-11-30',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(146,'maximillian42@hotmail.com','$2y$10$FPgxEXwIgKFneOAjwCDD/.qcZwyPx9KOYcPUJbF5IFEToRxOMkzrm','Frida Conroy','gusikowskipredovic.com','Laudantium nulla hic consequatur ut voluptatem doloribus quidem.','73450203','f','1935-04-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(147,'no\'keefe@oconnellbraun.biz','$2y$10$dst6suAgloI6Gy7BJfO8ZujIwQepa3zmi/JHRmMERRoK9ls2VeuJC','Adolph Shields','purdy.com','Similique non nostrum delectus ut fugiat tempore et.','48277566','m','1984-06-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(148,'nolan.heidi@hoeger.com','$2y$10$wbemN8TVVP5F9W6BLHZZzOAYBPzB77jkqmQXAXsUSLmSK.rLCRFRi','Ms. Federico Will MD','kertzmann.info','Et molestias fuga aliquam corrupti labore.','23141014','f','1916-10-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(149,'sydni.hills@boylejohnson.com','$2y$10$XNQyJAn61qpNx2NkVSCS6ufrHlck1Px.nxB7oueAttgCxfvNhdWyC','Micheal Ankunding','kertzmannkiehn.info','Delectus atque et nihil quasi quia nesciunt.','11566945','u','1987-03-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(150,'ena12@homenick.com','$2y$10$3O9KHSvJDHUyOq.JLdHXnOUvZCMR1Uggsh93NxdVjD0N/OQWOKjia','Timmy Lang','willms.com','Rem est ut ut nostrum voluptatem hic ullam quaerat.','69869674','u','1915-12-20',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(151,'ptrantow@yahoo.com','$2y$10$e9wP.n8ns72mb8JIYw7gKuHc2124hurPPIsHkCd/67DF00vmwX2La','Ms. Vella McClure','reichertmorissette.info','Aut accusamus quia perferendis rem sint necessitatibus.','30240711','f','2008-06-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(152,'ralph.ratke@yahoo.com','$2y$10$zE90rWcliM1Gm9b2ZtudbOQYIGLhemh4ulIoIwrXpD7RJHEkhUT02','Trisha Morar','hansen.com','Fugit nulla expedita est.','28784310','f','1984-01-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(153,'gislason.zachariah@kuphal.com','$2y$10$GR3zw.5UTIalKsRSq/uRdeUWH4.yE2yO8ERlBL47qH/z7qWfNunW6','Walker Bartell','bartell.com','Magnam laudantium omnis nemo hic est in.','44010917','m','2007-09-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(154,'stroman.westley@bode.com','$2y$10$RKOaVHELk7Iy/Js6Od2gwOQmGPaMQy21sSQ1eV9jzr3W9MsZsuSBm','Emiliano Swaniawski','ritchie.net','Et aliquam voluptatem nam.','91722726','u','1978-04-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(155,'wuckert.monserrate@gorczany.com','$2y$10$1YGgQlMm5WCOejQPnz7tsOyETGEa3Se3l563znoeK5x0In2QytrR2','Miss Wilfrid Collier','krajcik.com','Repudiandae eum ea aliquid asperiores ea dicta.','50457761','m','1984-11-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(156,'watsica.adam@abshire.com','$2y$10$EkYlFgfWouVlnjOtvziSBeJFcanlKa7rKib2.FTSkiYgdaw.zTMwq','Arielle Armstrong','fritsch.com','Sed minima sequi aliquam corrupti aperiam cumque sapiente dolorum.','86771548','m','1971-06-23',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(157,'gardner21@yahoo.com','$2y$10$fDkC651uEikJMYGxGBkBBe3RaUPbdtXosdcN7Y.Taw6mnrByuRWLS','Michael Mills','lebsackanderson.info','Voluptas qui blanditiis impedit ipsum quis in.','74555360','f','1974-11-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(158,'ugutmann@gmail.com','$2y$10$BkXO.ZS/DS86irv77GZXSuqEfKXIK0BL43X.BxxrX2S369EgJIlKe','Francisco Hyatt','armstrong.com','Ad eum facilis omnis optio deserunt.','82129667','u','1932-09-20',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(159,'beau29@littelraynor.com','$2y$10$jlj7tLxXZnAbcD42nBBt6.JNYZ7sunARR8dY9IiQZTxKj8SSWk1li','Napoleon Pacocha MD','stokeshackett.info','Nihil omnis temporibus voluptatem placeat.','60405008','m','2002-06-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(160,'russell30@millsokeefe.com','$2y$10$ZdW5LfLfiTKOZuxvqZ9Cp.SSlkT7TQmY3aEmqhkbprX43Mu1mZOy2','Kayden Mueller','schaeferkonopelski.org','Ut sed dignissimos minus ipsam quia molestiae.','65207620','u','1962-05-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(161,'xcorkery@feil.com','$2y$10$phpu7lQieO/Cwo/L0UioseRUUxwp33OHxouzIpLxRbrYPAbXlO0EC','Keeley Mohr','smithamcruickshank.com','Id quo consequatur non est.','7014497','f','1999-09-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(162,'ydooley@pacocha.com','$2y$10$n.qfASAOcVAvl.ttrzbrSedz5QzvjctqY59VHKIV0UgmOxlz2LfJa','Delpha Halvorson','macejkovicpagac.biz','Aspernatur soluta quidem quasi nihil voluptates similique.','31420965','f','1993-10-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(163,'rhegmann@yahoo.com','$2y$10$lSTyWf5eSkqSuVVueXJCIO1hIyMKx3FK3g8ccp8yfwV4ZNJj210HC','Miss Abbey Walker','becker.com','Corrupti ut reprehenderit ratione rerum.','4604033','m','1958-04-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(164,'greenfelder.jackeline@wizaromaguera.com','$2y$10$4.2uvopETt4QgH2FYtvQUefYg38Z3xd7PHGzfUqJbUUr/Az55jD12','Shania Hansen Jr.','fadelmuller.com','Aliquam libero atque vero nihil.','16085069','u','1963-06-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(165,'yjast@yahoo.com','$2y$10$/kG7lTXYsG.Uhd/B6y828ueSDutgUy5jAqqxxJEHsZXB9NySr7sWW','Lizeth Senger','conroy.info','Aut inventore est quo commodi.','4172886','f','2013-08-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(166,'bgottlieb@gmail.com','$2y$10$dcYFY0TJfTun..1y4ixGs..pICS5qNyZI8pz4OH2PKTYbyy2KKmo6','Alexandrine Herzog DDS','cormier.org','Perferendis at culpa velit blanditiis praesentium totam.','77052236','m','1981-04-15',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(167,'wschimmel@mrazroberts.org','$2y$10$jKDg0mxUhIQbkznIGVTwuOCk9I31mAm64K/s889JfCnDI4Q3uJ93m','Ms. Buck Schroeder','cummings.biz','Corrupti saepe pariatur voluptatem molestias officiis qui.','5002850','m','2009-04-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(168,'lelah.quitzon@yahoo.com','$2y$10$/zjYym8cYvlJN1pJdV4ZoehSjNtHta3o5nd.n11lW9T3dAdIExFBG','Clovis Wolff','cassinhartmann.com','Voluptatem necessitatibus quae autem ratione aperiam ullam ab voluptatibus.','39243301','m','1948-12-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(169,'noemi.rohan@langosh.com','$2y$10$XtFasJvDtuCl.TBnCBhAX.YX5aVMRcuAJtq3/h8EeeVz9Tw9mQuim','Ms. Giovani Boyer I','torp.com','Aperiam ipsum quis est fugit dolorem vel velit aut.','34873089','f','1919-10-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(170,'lowe.camila@gislason.com','$2y$10$w.jxESCcNWnizX5FJYHpkOYeMMNJ4m.byveNNkC8P38igWM9CQJR2','Garrett Abshire','schultz.com','Ullam assumenda dolore labore eveniet deleniti sit est.','71612001','u','1926-10-31',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(171,'linnie08@ward.biz','$2y$10$IOq5xB7SVHtU4nLt/AZ45un8XyPGohpAtEkYVE/irZmNNt2Uwy9t2','Sadye Rohan','morarberge.com','Voluptatibus magnam sit perferendis facere ad.','3855061','m','2001-12-04',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(172,'rempel.christian@hotmail.com','$2y$10$im6yU.otFvZav5ObkV9IV.0gPSYqPnT6Ks/vhLA/59HVupV1IdR5e','Miss Hyman Herzog MD','stamm.com','Doloribus facilis quam optio est amet non cum eligendi.','32877006','m','1942-01-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(173,'vpfannerstill@hotmail.com','$2y$10$B/SC.2f1arDyP0qyle.WAu8LwasiRgsraivTwIbIsmQcGVO2B3NGa','Lenore Blanda','carrollwisozk.biz','Tempore eaque magni blanditiis cumque ut laborum.','46637451','f','1928-08-30',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(174,'kilback.glennie@gmail.com','$2y$10$GQ8t1ePyego95aHVHziEX.UPJuJhhU3Jn9ToIgvBb6VbV/r3Bcns6','Joey Swift','koch.net','Ut cum enim rerum nobis perspiciatis rerum debitis.','25314647','u','1996-06-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(175,'jimmy.mckenzie@gmail.com','$2y$10$4VMMCPhSXFirROCNa3TBHu3cmlh1D0Yd6WO1SxYthRuJWZ3XAO9Sq','Allie Lockman','dooleymaggio.com','Ipsam consequatur nobis omnis quod.','30677998','u','1956-03-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(176,'virginie.beatty@hotmail.com','$2y$10$zzq/gOwpaKiQxK6Y2AzfL.FIAObhUO5FLBtCoSuHvNYQIy7eEx5kC','Buck Ward','feestbreitenberg.com','Harum asperiores officia similique.','59433360','m','1940-04-16',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(177,'isai.thiel@mohr.info','$2y$10$vSrLD01riyfBcyNy5EYtGuViTX.J.v.hhEbFzkP0tKcfvFA.ePXLm','Clotilde Bogisich','schinner.com','Veniam ipsa est repudiandae ea non deserunt culpa.','57539101','f','1992-10-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(178,'lonny55@hotmail.com','$2y$10$Y1x8GrSJi/8wDHvHkaji6eI8wHM4cUt/XuiR2hddnU1Lglju5E3i.','Kassandra Schumm IV','ricepredovic.com','Quo et magni omnis maiores.','14050199','m','1991-12-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(179,'ricky.kris@considine.info','$2y$10$7LzJxhVXjnzWodwUaTZ3LOiqmRGAvfX27Sekc8VNBbnIBYN8s8NoO','Mr. Wilson Stokes','pollich.com','Aliquid velit doloremque ratione voluptates.','90854634','u','1951-05-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(180,'sbins@gmail.com','$2y$10$6tnE8krLbbtGrnjQVQ5/L.DJhrnzoSQaBwKP.Nc7p3HR5rL154H6e','Gerardo Wisozk V','mcdermott.com','Eveniet consequatur id veritatis omnis ratione est ad adipisci.','17195673','u','1926-06-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(181,'gunnar.crona@gmail.com','$2y$10$cv6WKcJhplpEjzPhFa/Bkuf5k8wKglTusXvorhZNXaTasU0GnG8r2','Rafael Bauch','kuhn.com','Nihil accusantium voluptatem voluptatem est voluptatum ut.','25808509','u','1978-11-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(182,'ejast@schimmelhilll.net','$2y$10$9Hbt0lpcP9MSCq02VzHtxu4o2z.helHIZKN2Av.NCwIbzSr.bRjfu','Dr. Euna Howe III','wisoky.biz','Facilis aperiam provident sequi.','9453303','m','1921-12-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(183,'aprice@cormierstoltenberg.com','$2y$10$t.zAsbWa8J8mhmNrW4qwo.LfpcEE3TKA/Ya5pMdwq2i56.wNVd9o2','Dr. Mariela McDermott','sporerjaskolski.com','Similique fuga ut dolor eos enim.','19544566','u','1921-03-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(184,'xhayes@torphagenes.net','$2y$10$oQ.eOSHbjsE.7StHdX0TpeDU0Q1ekIwtmTlE8TanCcv8nbsM47/3C','Frederick Boehm','grady.net','Necessitatibus ullam reiciendis consequatur nostrum magni.','53421999','u','1920-06-20',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(185,'harvey.candice@parker.net','$2y$10$lmNdSzi9Oofe7B91YnZEIuxc6AfCo3/j0hOQiPg1Wf9FO9jRTONC2','Dr. Isabel Leannon','gleasonsmitham.biz','Non sint similique voluptate adipisci.','66966233','m','1969-09-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(186,'zschiller@runolfsson.net','$2y$10$apmwLnWJxoSmY.PbRMPxJ.5z2reQm60Rz1aRVxCMHYYcpNsfcN3nu','Jayden Muller','kiehnvonrueden.com','Iste eos quia laboriosam rem velit deleniti.','22902247','u','1979-09-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(187,'ogleichner@kuphal.com','$2y$10$LMMqmRRT4GaV.PCWxYheE.sn5s1IEz2mGo7CgEjgl0MJ/7MCGtHPG','Ms. Ana Koepp','towne.com','At architecto dolorem deserunt minus quia sint.','80916667','u','1916-06-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(188,'deckow.myrna@gmail.com','$2y$10$.bSquQafaEDijhJpH5M8aOW6XHgBZY9qM5NA1sTwBeU1t5dtrI.8W','Mr. Maggie Rempel','vonruedenfeeney.com','Officia quod eligendi in totam et cum.','89921447','f','1940-05-16',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(189,'lrobel@boyer.com','$2y$10$53fqwn8NhjzNE6QWiiu8Uu0V1j2wYEWVi9oUhJ/lsNieEGSp9DVRq','Miss Heidi Ryan V','marvin.com','Quos officia esse quia omnis nam.','98349937','m','1996-01-31',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(190,'gbeatty@nitzsche.com','$2y$10$A2F3r37Cve0oZLbiPxxk7.RRc9sFebJLSR0FFrdBPzg4EWLeLI5ZS','Michale Kautzer Jr.','davismuller.com','Culpa quibusdam adipisci et eveniet in optio id.','76084437','m','1928-05-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(191,'fcrona@block.org','$2y$10$tqyu.fI8iqgDaUUDIzn5feofVoqp2lAz6vyhcusbvV8JLdPqvkDym','Nicolette Lueilwitz','bosco.org','Aut neque iure necessitatibus minus consectetur.','2130192','m','1956-05-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(192,'ccremin@gmail.com','$2y$10$bHMVFxPSZVJ9SmGyo76VpeqU5e9/CtnJJR/3uwTptJj9eA28Q1J82','Mrs. Elena Dickens','kuhlmancasper.com','Velit sed sit nobis deleniti facilis voluptatum.','49285271','u','1974-09-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(193,'gino54@gmail.com','$2y$10$guCJCdU2BJmTxuZzHBc//.V4CjJSOLUs9gtjuBUdCCZdduT6VEyfS','Bridie Harris II','weimannhudson.biz','Molestias reprehenderit fugiat enim ad veritatis nulla fugit.','40360205','u','1949-05-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(194,'skerluke@gmail.com','$2y$10$20izWFFJy.Bn.itUzit2suyxd2n2FEKfV3ebfaV0rbzlUk3Gzo12G','Litzy Schuster','ullrich.com','Minus quia est dolores nihil reiciendis dolor in.','35073660','u','2011-07-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(195,'daphney.nader@hotmail.com','$2y$10$NGIm1nsRukRs1Olwg/UjBeL9fqSIn8xKxhNw0iFfQo61yQ0MwjigK','Ms. Gage Dooley DDS','bergstrom.net','Quia maxime tenetur enim quia sunt.','1504907','f','1953-04-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(196,'birdie.ortiz@hotmail.com','$2y$10$3O/qRF9oDOJJe0evEKjjL.zfxALEyJ0hcmA.Bi.Z12HGziXvRTGSG','Miss Araceli Ritchie II','robertskshlerin.info','Nulla totam nemo non necessitatibus aut placeat commodi.','38817791','f','1967-04-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(197,'swaniawski.verda@lebsack.com','$2y$10$tHGme13Njj8WDaIS9l1hDeX5OU4hwtOUhlz5z7ivccbjRfU8N7NwK','Nicholas Koss','strosin.com','Quasi qui et placeat aut ex nostrum.','75701010','m','1970-01-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(198,'luettgen.idell@yahoo.com','$2y$10$tg6xwm/D8TjtqRNKVNueZeQZJZ/Fy7s2M3Jh6STpONlN5eNKTqjwC','Everette Kuvalis','casper.org','Aliquam aut veniam aspernatur cum aut architecto quia explicabo.','85242271','f','1979-12-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(199,'dicki.craig@hotmail.com','$2y$10$oFfkMucArnmsLiOQNPqX1.3GF21sONlI0Rfz5hoyOSPNHR9hGQcJy','Ms. Bryce O\'Reilly PhD','barrows.org','Quia doloremque excepturi possimus dolor quod est.','60906081','f','1998-03-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(200,'vcummings@wuckert.com','$2y$10$LGVI/k1iwl87UViuhPEU5.v60MAtJ6exl94/WOOFYOnkAmQdsUUWa','Alfreda Kuhic','fahey.com','Deleniti accusamus ut at.','21162633','m','1955-11-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(201,'ortiz.daryl@swiftgleichner.info','$2y$10$fdGJzkdW7SUwX.95.vNd/eljacOYZpjCtfXHxCKVpu43MIDCSqk/C','Renee Walsh MD','connhyatt.com','Quas voluptatem sequi deleniti ratione sint non.','83781722','u','1942-08-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(202,'trystan98@mertzsatterfield.biz','$2y$10$XZ4Vmz1Fob4mwKyOYCah2e3SRfs.O29wayrm74nwk8UMjdglolSGm','Lora Denesik','beahan.com','Rem nihil debitis modi ut dolores.','28036075','m','2001-05-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(203,'tod.murphy@gusikowski.com','$2y$10$zqO512C25gx/2b5c4aiS1O7DTVZtJMYWs08/KW1E9QEAE1mLTpUbG','Mrs. Bo Hudson Jr.','bogisich.info','Totam natus quam eos sunt qui repudiandae magni.','44061046','u','1995-11-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(204,'elegros@dareschowalter.net','$2y$10$8Ga1T0gWixsiGxYZJLBVvedt0y/jUZFbRttPmGAyqIZwXtAURq48m','Mose Effertz','veumchamplin.com','Voluptatibus temporibus optio rem non.','24638666','m','1950-07-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(205,'joany40@swiftpredovic.com','$2y$10$K6R27KowwCzSdqbMCKnoKenegfsyn3k95n1YSI1hQ1stN71Yj/67K','Dagmar Rutherford','satterfield.com','Est vitae autem qui deserunt minus atque.','7313350','u','1918-04-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(206,'cassidy.schuppe@bode.com','$2y$10$KzPJZKu42O2FiDuTjGbDMOwVChp1H7WmrywtoB2Ml3X7mtGfcUTL6','Mr. Jorge Hyatt','carter.net','Quod voluptatem quae tempora reprehenderit excepturi.','11146809','m','1999-05-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(207,'hardy.schumm@gmail.com','$2y$10$Bo4LvrZ.J0QTLjmEhSk7yurWwlzteAn6Qs0QqbyutRXh92DbvNnTC','Alicia Mertz','miller.com','Rem est magni blanditiis sint.','25875487','u','2013-10-16',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(208,'isabelle.bergstrom@gmail.com','$2y$10$2nW4fRD5TQD5rzW7qZVyJu6f9yuTixehaW.wiAY2RM/UqBOhsqUIy','Ms. Idella Bogisich V','corwinboyer.com','At molestias necessitatibus id impedit dolorem.','93742079','m','1943-07-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(209,'emorar@yahoo.com','$2y$10$qD2dVaTTtWmNB3ZtLBjZEePja3h8P1IO6/LMCSxA5bPrFpjdazQPG','Antonette Mraz III','gusikowskideckow.net','Blanditiis autem recusandae et omnis.','60487712','f','2001-02-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(210,'hermina.hoppe@yahoo.com','$2y$10$YN/RmbGW8ptPr.hgfLaEx.zGlzqtFdZ7X7OpuGgaDvZSlSuz2BWmW','Peter Kassulke','schulist.com','Sed placeat nam molestias sit pariatur quia.','95086311','m','1927-09-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(211,'jazmin.gerhold@hotmail.com','$2y$10$kQrxlBsfiELmZ6PchUjAuuCfYHGAi3AhlcP4LR.Ng.YvBxtajd8iO','Joey Wilderman','brekkestokes.com','Debitis non facere explicabo et.','44296509','f','1965-06-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(212,'wisoky.moises@dicki.com','$2y$10$wsKpOKp47ROEMbp42FrwfezXRxIcjeiHqwH8XsrGtw9nSnf/gV.Ue','Millie Daniel PhD','schuster.com','Atque deserunt est ea molestiae dolores officia.','94438299','m','1981-09-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(213,'eusebio79@gmail.com','$2y$10$0.G4pRtV55ftOGzlgzejl.TLznSdjlgAZgPq85b1zQ2T4WjDSOxFu','Mr. Erick Collins II','ritchie.com','Temporibus est quo quas maxime cumque quos voluptas.','15976592','f','1967-09-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(214,'denis23@weissnatauer.net','$2y$10$4/2TmbSxGLNBVgACWd1YSuG9Oo0kjorfVjuHY7aAg8hluWNW3WaFi','Mr. Tate Keeling DDS','west.com','Maiores nisi tempora minus aut qui dicta similique hic.','53034284','u','1998-12-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(215,'lexi14@heathcote.com','$2y$10$7YVKW7hqp0qLfLXJ2UoIQOhnC03hqqCOnRK3N0kUvCkAgiHQKI1jq','Sarina Collins','franecki.com','Inventore officia culpa non laudantium temporibus omnis incidunt.','12446430','f','1964-09-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(216,'gorczany.carole@schimmel.com','$2y$10$US6SQMHpZi0CHrxdiJzEYO4A1PfzU0ArSex05tCUESPukw.ouFtpm','Zechariah Yost','vandervort.net','Porro ea voluptates vitae error qui voluptatem explicabo.','49429739','f','1921-08-04',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(217,'lazaro.weber@hansen.com','$2y$10$gjV84yeOGTo9P81OQC55x.d6xhTQcHMx25qv1GizFMZ.M6.4hjJGm','Deon Wintheiser','murphy.com','Sit consectetur non ducimus fugiat omnis.','95664125','f','1979-07-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(218,'klocko.fiona@hotmail.com','$2y$10$5FObvR.rhXhKFw3Pyh4Pq..y/OEooxfnAFzVMoE3.zY1i.D1WW3tC','Robin Schuster','andersonhayes.info','Sint veritatis corporis eveniet vero blanditiis commodi.','28738297','u','1916-06-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(219,'upowlowski@baumbach.info','$2y$10$FtBVhpbBe7Qo7FNt9v/65ekfY1je5rotQjROZe9nQOR4J5MQYkGQK','Miss Lonnie Kovacek DDS','walsh.biz','Qui rerum odio aut dolorem eum sint sint.','62776906','f','2015-03-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(220,'eleanora57@walsh.org','$2y$10$XyccWS6D9YrH9dD8kyGQl.8XgowPWOiRkwdxV0SAc6Yea4.p6SDWW','Branson Barrows','johns.com','Voluptas culpa voluptatem earum provident iusto.','97741226','u','1955-12-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(221,'johnston.michaela@gmail.com','$2y$10$/iyRDECFSacqcWuQzvRzNOeqyhc1T.mVrOcmwIwEjUGik9a.UhFPK','Mr. Joanie Conroy MD','jaskolski.com','Explicabo eligendi cupiditate culpa ut reiciendis nihil molestiae.','75302936','f','2002-11-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(222,'douglas.elda@gmail.com','$2y$10$7HyzX.BY21CqFZqYMWLuautMlCPmc7/UKr5Ur4OwpxGlTcACtdw3u','Amparo Orn II','vonrueden.com','Dolor ipsa tenetur iusto eum tempore ipsam fuga.','59915860','u','1966-03-20',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(223,'waters.clint@yahoo.com','$2y$10$KMbo9uXyluTmcjro7e.wxu.07MfO0HzfOdNVm/mNSe4QpQYKfpKbq','Guido Boehm','kutch.com','Est dolor molestiae quia minus sint dolores.','97300681','u','2008-02-04',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(224,'denesik.holly@yahoo.com','$2y$10$Wq4MZkKzN/vO6T/czl8L9.YeUUPIrCyJ6jPb3qBn5pnIA2HxMbtri','Demario Funk','koepp.com','Iure dolorem vel placeat sint necessitatibus.','26258247','m','1982-06-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(225,'virginie.emard@yahoo.com','$2y$10$eCsaHR7a12DnHS3u/450Te51YNqxLXfTDf9LmNS3jiFzENn1djBL2','Vince Bins Sr.','ritchie.com','Architecto et quis culpa assumenda voluptas.','90224862','u','1924-05-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(226,'antone26@yahoo.com','$2y$10$bbYfFb/YZurWwaZ.oY.NlO8X4gpvCEmuKwyUgtM5sw0Vaj4O8ra8a','Kylee Kirlin I','grimesfunk.biz','Fugiat porro nostrum consequatur voluptatum quia.','74704568','f','1992-10-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(227,'vschulist@gmail.com','$2y$10$6eMMdovd6.bAvRhI7gv62ePhUB6WkIdnJsUSM17cohxxIGwKGp0iC','Shaniya Ortiz','okeefe.com','Id vitae ut fugit quisquam ut.','84737389','m','1995-07-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(228,'cummerata.gerardo@hotmail.com','$2y$10$hZU5xeaHCg/e.zY59Y1JJ.qZEqlRSdhmP/92mO3YhrvdewPVRjSYi','Bradford Hamill','jenkins.com','Maxime sapiente est voluptas sed occaecati.','90440146','m','1990-09-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(229,'tschmeler@heller.com','$2y$10$8RdMa3QNGobxYM4V1T7AnuE4ALaa24Ub4KKb/jGP6RMD5bJK4zKRG','Mrs. Samara Wyman I','schuppe.org','Facere aut sint eligendi quis adipisci necessitatibus aperiam.','23611282','m','2001-07-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(230,'goodwin.nikko@hotmail.com','$2y$10$YpwgU8.1HVY3QuLyST6LR.SMniVa6Ca4V1vO4.6UNy40JOg2NfIyW','Mr. Lowell Gleichner Jr.','smith.com','Numquam quia quas enim saepe est.','68612449','m','1974-11-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(231,'abbott.adriel@yahoo.com','$2y$10$gesIbBLFQwfh1BNdU7AxkufZZ.gBgrwImwdqnEzT0cRt56wKRlery','Miss Royal McLaughlin DVM','durgan.com','Unde corrupti ducimus atque vel id nostrum voluptate.','85242701','m','1956-08-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(232,'lemke.harvey@daniel.com','$2y$10$O2T8.rk2fvZfBqihBUaK2.WBnSNtynsF8ALLrQGBxMig6ZMhnO/vO','Freddy Heathcote MD','romaguera.info','Quia rem provident necessitatibus ipsum qui ea.','46766107','f','1968-10-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(233,'pgreenholt@yahoo.com','$2y$10$F.CS4NrPjAf38RA3CQfkNe.w6DrfK2xbavjmUCuEs1Eef0Pe7neii','Shanelle Runolfsson','champlin.org','Explicabo error consequatur esse eos fuga.','1139502','f','1933-07-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(234,'evans54@yahoo.com','$2y$10$oQDw9g8rQ7O5eY7UYOnNgeIyEdZNdbT7KnSdDK/JXzQzWnHlLbMra','Carlie Yundt','ankundingwatsica.net','Quia culpa non quia at corrupti adipisci est est.','80049035','m','1934-05-15',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(235,'johan.auer@gmail.com','$2y$10$kmbJvGuMwVMatHfH.RWwduRvbpApGktyel4.NlYSH81oqsHyZFboC','Georgiana Lehner','leuschke.org','Aut eum animi porro est voluptas.','16052739','f','1975-03-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(236,'mylene.kling@gmail.com','$2y$10$q0fCflf0q.ruFsSyID3qyOLLrhxSXjVKJGe2F5.MtdhqtvVx0NmL2','Geoffrey Weissnat','kassulke.biz','Delectus ullam iure sit est.','55141754','m','1943-10-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(237,'janiya67@yahoo.com','$2y$10$2tJLPo91xbezMpSELJEw9.rbtU8rBvbIHpB.n4ektmiwPXB9vNAnC','Ms. Jillian Stanton I','kuhlman.net','Qui fugiat consequuntur veritatis sed assumenda reprehenderit minima est.','23521952','f','2010-03-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(238,'kunze.lorenza@ohara.com','$2y$10$PEmhqqS/PdRn85F96YJTjuD6s7cTaAqpmOQY5kJwEXmACc/RD7CIK','Phyllis Hilpert','armstrong.com','Qui pariatur voluptatum et alias qui omnis.','49836781','u','2008-09-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(239,'zschaefer@hotmail.com','$2y$10$yBZs1OSD8Dn5nbl9K7lN1.1FniwtujMS2S2LojgIvg.yveXEGSGEm','Magnus Ritchie','hamill.org','Sint expedita dicta non voluptatum.','15902693','u','1995-08-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(240,'rempel.jefferey@stark.net','$2y$10$uD8mPTmMMthUc8Z/Pow6kepLHWbGexFb6uP4isB0c5kHmRQnSdOwm','Millie Becker PhD','blanda.com','Voluptas quis iure itaque reprehenderit et autem.','83997542','m','1942-02-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(241,'arvilla.o\'reilly@white.com','$2y$10$rFA0jIYbp5nVWye6hsjwO.z5gPGte2FtSOjCTNxo1ehvAszUKy0aS','Rupert Legros','rosenbaum.com','Optio sapiente hic perspiciatis ab facere.','89960877','u','1980-11-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(242,'mlynch@hotmail.com','$2y$10$NZaBNQfu6prrAmAghKs38uB3VEOykRohRlW0Mxxg3ijf3LAWq5lhm','Arch Hoppe','cummings.com','Dolorum cupiditate ullam blanditiis corrupti odit recusandae.','9800308','f','2006-12-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(243,'gborer@beatty.com','$2y$10$hk7fdNeulGO.UZUcPiVV1.Ypiz/A5/OL/n24aqiogcePMGndxfVZ.','Ms. Mavis Keeling','bechtelar.com','Mollitia nam dolores quae voluptatem commodi quibusdam assumenda quam.','33193554','f','1929-11-15',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(244,'hodkiewicz.mireya@kris.org','$2y$10$UFeOgLyFXd2a2pp/Tbkd4.sXvnbZ23jeEYCcNyp6gsTg2zAk8GauG','Maud Thiel','wilkinson.com','Omnis facere molestias et.','91410296','f','1981-09-23',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(245,'orville.osinski@gmail.com','$2y$10$tCxYqc0h32ikGGLVKTGZweyv4ccbI/jbyw.M0Zkr977LCXK5Mv5xq','Americo Kuphal III','jacobson.com','Maxime id nihil architecto aut.','41711270','f','2005-12-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(246,'derrick.wunsch@bernierhaag.org','$2y$10$Tbmk/5d/WsJcfL5C/A8wdevXI5QJngJqNfn6rd9SSRpJUO.AqEFqy','Jermey Friesen','gislason.biz','Numquam consequuntur officiis accusamus est et et quibusdam.','1708094','f','1999-01-14',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(247,'halle.fritsch@gmail.com','$2y$10$QCTG.3dkIG6Kky7At1ISSOJmdNL.mKGm66nyJvc187Isi7CYC4heq','Dudley Herzog','friesen.com','Sit consectetur aut quia sint.','68637236','u','1943-10-22',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(248,'reynolds.dario@herzog.com','$2y$10$52Z4deakgsIg./GM615G4eVR2qe9k3LZzm5UwqwAFpr0UAjyxcx3S','Albertha Kub','moen.biz','Eos dolorem distinctio et omnis enim quis cum.','38654579','m','1975-04-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(249,'udonnelly@hotmail.com','$2y$10$zqJzVzZGMbSk.8HRHFmOve8M/YrQ6mWZPHEqBTXnwSeBvpvwNQqLm','Lewis Waters','yundtmurray.biz','Rerum qui tempore maxime perspiciatis et rem.','60168721','f','1980-07-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(250,'wintheiser.gregoria@swaniawskirodriguez.com','$2y$10$5johtnihbCZSsP9D/KanA.AY7S05.YpFhQpe5LABk/7cEIkhuWoQK','Nels Mayert IV','schaeferjerde.com','Soluta totam adipisci reiciendis aut.','61795934','m','2004-08-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(251,'bednar.nelle@hotmail.com','$2y$10$oajHcGttli79Uge.O4Cs7.dW3.4WUnHkuUTZ1a/cbMy6WrBmSs1y.','Alene Lehner','waelchihoeger.net','A ut qui dicta veritatis.','76390577','u','1998-10-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(252,'elva.quigley@hotmail.com','$2y$10$RZRguVUfZq4md9heTTFDuOIoOgqiJYIeY6N9siJxMIgBrZPbQKkQu','Ruth Hamill','rosenbaumdeckow.com','Eius tempora aliquam ut aperiam aut.','51413961','m','2014-10-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(253,'oma.schowalter@murrayhagenes.net','$2y$10$rttdKmebOH9H5etNjsL6b.LaCYbw6cmAC/LL47/1KYOOhUrv6n2Dy','Elvis Johns','faybergnaum.com','Non reprehenderit ducimus placeat atque omnis nostrum.','35809486','m','1998-01-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(254,'schaden.paula@spinka.com','$2y$10$2WP.X0atmSvxIEz2A8pDTeVxi/3/7J5ygH786Wt8yINphhjc8FoDi','Mrs. Belle Ankunding DVM','pagac.com','Eius illum recusandae tempora ut non maxime maiores aut.','28590303','u','1921-01-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(255,'luettgen.carmelo@hotmail.com','$2y$10$Funl4cTGnnNAHcUwgCPd/uo4gFhKJuJjW0ySJRdYJqmjhExq./4oK','Molly Kutch','streichharber.com','Optio atque quos possimus dolorum quibusdam earum quasi.','85621618','m','1950-01-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(256,'erdman.beryl@yahoo.com','$2y$10$tJbhXoB1.ZbweEwhk7MWD.YdpeiQUpWjbDsdVm5eI8271boGEFLpO','Ms. Ashton Prohaska','effertz.com','In in voluptas hic molestiae similique ut quo.','77038850','u','1922-06-30',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(257,'adele69@ferry.info','$2y$10$ZVfQV3SIZZvYbQ.ocU3YHuw8x6TC/JJxnBmTaCkdJXk/TBelFXHuK','Ms. Louisa Heller','greenfelder.info','Suscipit quasi dolorem veniam magni et quae reiciendis.','14558050','u','1954-12-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(258,'skyla.hyatt@hotmail.com','$2y$10$U7P0ws2/6VRnBVx1rzUdfOXnFOhY68TpCrjSu6fz60MI/Z2moVsuy','Alene Homenick','jenkins.com','Aut quibusdam quis eos quia.','7597313','f','1968-02-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(259,'gutmann.heath@yahoo.com','$2y$10$Zx85Q1MZezdZbwHMQawRR.mnFZHFnqYLr2GdAOpfnBUrAU84H8W7i','Gianni Conroy','bahringerboyer.com','Hic ea ut sequi quas fuga.','98593629','f','1979-04-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(260,'ssimonis@windler.org','$2y$10$4GgKWjUN2SwTqoAVPRTO1OOOGy2lKV1cQfT1SuFGAX/8Weh0eRAj.','Cecilia Beer','brekke.info','Sapiente facilis incidunt pariatur adipisci soluta quia non praesentium.','77018481','u','2004-04-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(261,'aurelia.mohr@gmail.com','$2y$10$BiUArZ39p8Dcff9W.wfqvecxOcF93B1Whorf2MpoomrD3mXvZSnR2','Cecilia Kozey V','faheyschmidt.com','Perspiciatis iusto libero quis eveniet rerum.','62910038','m','1925-08-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(262,'hermann40@gusikowski.com','$2y$10$1hf0sbZpVbOc0GpAppZvgucebWdai3Hf717vBnypd/BSA.UGnAsIi','Miss Ronaldo Kuhn','trompledner.net','Accusamus ipsam autem error.','39131287','m','1943-10-10',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(263,'hoeger.osvaldo@veummurazik.org','$2y$10$1uYBdpt2MaTYI3sejpkcI.fUgLs.BId2E5zmQM2Q7W/XHHOd.mVh.','Golden Considine','halvorsonluettgen.info','Explicabo dolorem accusantium in sed.','94830992','u','2014-08-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(264,'weston.powlowski@emard.com','$2y$10$XYGiFRdXc0u0SDeq05dSAuNhyHY.nOTHsIGiuz1ZfF5J38v3w6z8C','Cheyanne Goyette','towne.net','Iusto vero cum dolores ullam.','80495846','f','2009-03-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(265,'forest17@ratke.net','$2y$10$d6kK3jDyVQzH2YUDcpsgQugdxm9lWpVoyZ7ifsX855/EBcoK2EhA.','Ibrahim Wuckert','dare.com','Et est iste quod ea.','4887959','m','1973-09-15',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(266,'schulist.santiago@boscohickle.info','$2y$10$5CifA17HkHwfCKMyOFjwhevp8PFHtCIF2ctn.lEFzk2VoYXkZ4K.m','Dorris Bernhard','kris.org','Error sequi et sint quos.','3694761','m','1932-11-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(267,'paris61@wolfcummings.com','$2y$10$2RG.0OLC2HvhzFRb8WehEORPkkxR.KK1o6k8ka6dd0QzFczI2nkd2','Joyce Kunde','wittingchamplin.net','Qui omnis nihil quibusdam minus et qui aliquam recusandae.','43185017','m','1992-08-16',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(268,'domenico67@gmail.com','$2y$10$FYBp1FzJd/EfLXCQZeDid.fHdVOc/vdq7Ll0zxpMQ9MVIjD24wmL6','Alexa Homenick','russelward.com','Voluptatem quas sunt id ducimus consequatur.','77410297','m','1999-05-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(269,'ckub@bednar.com','$2y$10$0NMV8bd4.Ug1hT52gLGia.Vh1g.NT1/hxonV31MvddqphvQYc8WFe','Guillermo Greenholt','millermoen.com','Voluptas recusandae accusamus expedita nam dolore perspiciatis dolor.','38168683','u','1998-09-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(270,'santiago55@yahoo.com','$2y$10$hu4AWdEY4xw.d/VlpL7d9.al8pM4WbRSWX0uZT8K4Ug5Y6p3OqbM.','Leila Erdman V','jacobiboyer.biz','A ut et ut exercitationem.','32150372','f','1981-12-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(271,'herman.augusta@gmail.com','$2y$10$XZpoFsYCc7eBdlbprvPFte1K.TAboupWmq9tmORAbugt72Ht/iybK','Mr. Jalyn Prosacco','stokes.com','Consectetur error sint veritatis aut excepturi.','46265055','m','1984-11-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(272,'kaia38@gmail.com','$2y$10$1tvn8s85y4ak8gLfbHhC0OkVa1AExdI6vjhKwNshxjnFWTox6GgWO','Lilian Kohler','simonis.info','Architecto sint minus iure.','29601382','u','1944-06-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(273,'camron45@wisozkrunte.biz','$2y$10$3EBnCYmEHFUp/Dv/cMS.6uFwYYB82AMkj0.Lkr0LM4/RoT3ocs2VK','Mrs. Jeffry Dooley','langosh.com','Aut voluptatem voluptatem aperiam magnam ut dolores voluptate ut.','80596095','m','1927-06-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(274,'gladyce.zemlak@hotmail.com','$2y$10$M0TDzXARz1My0G97KSX8W.U8/c8Fbx/FKqKiKGu//cus0xZMvwWeG','Miss Baylee Zboncak','dibbertwalsh.com','Quae voluptatem veniam voluptatibus quibusdam reprehenderit repudiandae.','95591948','m','1949-07-03',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(275,'owiza@yahoo.com','$2y$10$FbXRDzU9iylXuO/7OoxynuXCzLmwq5bIJvAepWtzzhqj6IDdIsO6u','Elenora Erdman','dickinsonschumm.com','Perferendis provident vero omnis est laudantium ut.','28396246','m','1972-03-29',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(276,'jakubowski.wilfred@yahoo.com','$2y$10$6CvttF8a.wndPysmaoQLqez66hcOIYm8vtDiMYqC32NrC8jZwBhoq','Noemi Kessler','mccullough.com','Et iure ut molestiae qui non harum reiciendis perspiciatis.','95236155','f','1993-01-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(277,'ogerlach@kulas.com','$2y$10$mefmGrkdPlr1N7GDCxx0T.ZGuCxQoSrsQWWfW3dP/JfcvJFXVY/rO','Sadie Moore','krisfarrell.com','Placeat perspiciatis iusto excepturi qui totam aperiam quia voluptatem.','21146236','u','2013-06-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(278,'desmond69@heller.com','$2y$10$p.fBLCoKn9Yqjm2moznegOEbpLZ.ipJ8EV977nZwcHgqNKoFI9Mku','Allison Ward','okunevaferry.com','Aut sequi atque est atque soluta consequatur.','66161925','m','1952-07-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(279,'lhoppe@yahoo.com','$2y$10$UgeqpVX2e9RThnqfs37vd.AI.Q4hZqRtFxg9ZYpeRgdingXkkN5Eq','Skyla Yundt','jaskolski.com','Quo suscipit eum quis quaerat expedita.','65320614','u','2012-08-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(280,'weissnat.francisca@gmail.com','$2y$10$nJh7gT.ZtuYk4UOoN3wfj.0.d3TytVSUrOsigBgwTc6U9pQW2QRw.','Keshaun Kohler','walter.net','Ut doloremque dolorem et architecto natus.','62268724','u','1990-05-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(281,'bosco.daryl@gulgowski.com','$2y$10$97ULBSgGguntlCqdQ3EMueZM2D8mxagb357hS3o9JNUKspkTaM9wu','Braeden Cormier','reynoldswiza.com','Necessitatibus ut libero nulla.','55935381','f','1996-05-04',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(282,'gutmann.jacklyn@tromp.com','$2y$10$.Zja.16KfrhYrSGIqZiLr.CjRitrYnF8OXNT2AU1j4k2YwFnJos5u','Mrs. Sandy Boyle II','blanda.net','Nesciunt quae sit eaque placeat ipsam laboriosam in ipsa.','24561511','m','1937-08-13',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(283,'lavonne.walsh@gmail.com','$2y$10$mWY1od2.hU.hkYYAhxpju.6oNCUSC.kgNnbdXtQfSHBbZEF0FTV12','Ruthie King','stromanjewess.info','Voluptas voluptatum fugit dolorum beatae eos.','85805027','m','1928-06-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(284,'bzieme@casper.com','$2y$10$4m.0euFD1f/E5bRTeTwot.EOqfVBnrG.Yxx03C3qz8MAATNsla592','Lafayette Hessel','bauch.biz','Ea deserunt doloremque in.','64052743','u','1973-02-28',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(285,'bberge@hotmail.com','$2y$10$jENplgNkL4zotbYCN9KAY.uAqVVtBc4TsK1zLwLU7niRG6.1wptoG','Ms. Braxton Heathcote Sr.','abshire.net','Molestiae excepturi quidem ipsa assumenda dolorem id.','49413904','f','1968-05-31',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(286,'douglas.sarina@yahoo.com','$2y$10$q/y6qNATn3RQOoDFlAQs1OocUVaAlu2KXq/oG46MS6gMPZbbSBOga','Mr. Laura Larkin','konopelskiwalsh.com','Ex impedit minima quia est velit commodi nemo.','32988981','m','1973-08-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(287,'william.goldner@yahoo.com','$2y$10$gt7A8tV0QXnKjAILUNoT.OV5cJA2I4DME102TAO/5MohqUbKMbvei','Jerod Marquardt Sr.','powlowski.com','Culpa velit asperiores vero.','18561809','u','1990-11-17',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(288,'demario.bins@jenkins.biz','$2y$10$umdV.jE68JRE8q6IsF2.qeRISUgkx7.krL6SF7N7gLVrc066VKZnK','Tressie Paucek','dickensmertz.com','Possimus voluptate ut labore nemo laudantium accusamus sequi officiis.','59115869','f','1919-12-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(289,'dcasper@hotmail.com','$2y$10$06DJ2CVzimpP0zAw2iukQeAm72P9GaXUTEFHzC0J28HdLGcv0mwlq','Darrion Haley MD','christiansen.biz','Et accusantium nihil pariatur ipsa ullam rerum.','46961126','u','2003-04-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(290,'crooks.jackie@gmail.com','$2y$10$IH2nCVrcurqPNlv.pdLt5uCht2Jn6TdfATrup1KIkodEXCBwTk7GK','Kimberly Strosin','hermanbartoletti.com','Quisquam nihil est ducimus.','98365236','f','1968-04-02',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(291,'jazmin53@gmail.com','$2y$10$3XBPNBgv1CLxBN7VGFKbHOdoyxe3h5fXJEA/EQSp3hbBvtqkEAaQ6','Ms. Royce Oberbrunner I','schneiderratke.biz','Facilis voluptatem aut ut quas doloremque nam.','17477915','u','1924-03-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(292,'ward92@gmail.com','$2y$10$GwoPEZ2FqjsG1uui7pbV7O4u2k1QZ95U5wy7Iuvpp26B/.NkdhdVK','Alysha Stiedemann','gleichner.biz','Ipsa voluptatem exercitationem doloremque in reprehenderit.','79938077','f','1950-05-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(293,'lizeth.corkery@mraz.com','$2y$10$6rP/PQYyDgmQ/NA3cKSOO.RNR4kt4RcHyyw3W5F7ENUr1RNvNMkH6','Joaquin Rippin','gislason.biz','Alias temporibus et aut dolorem corrupti.','76543981','u','1995-12-05',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(294,'quigley.lindsay@murazik.org','$2y$10$04kW7hKq5J0t9NlMFWeVmeHSIIetkFAJVM9ZQy270HyuoouReQK0a','Mariela Greenfelder','conroy.com','Odio quo itaque quos commodi doloremque porro non totam.','85256159','f','1935-06-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(295,'nkris@crooks.net','$2y$10$BVCPcdgRSEn7Q6JihQ8.Pu9V6Ffr4Z2n0epcc4H/GM9m29tLJvyxO','Granville Marvin','torphy.biz','Aut rerum placeat sit totam.','42406429','f','1989-06-21',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(296,'rmonahan@johnson.com','$2y$10$RAobHwuWopTnEJCh2mVVo.mECcAIHw2cK11cBvW2a8Rs02/1C1yhm','Mrs. Toney McDermott','hettinger.com','Rerum id unde quo.','12488641','u','1980-04-06',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(297,'vmcdermott@gmail.com','$2y$10$B9Smt0TnYBXVBmzS.yalj.iO0ec6FHdnpC/L/Ys6BDsyH3j1XJ82i','Alfonzo Lehner','vongrimes.com','Occaecati et ipsa repellendus et id libero.','97644038','u','1977-06-01',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(298,'nona24@bechtelar.com','$2y$10$B8R6spyHYpvjTiZsDN1m.uaCiHYxvh7x56nV8lh.A3FCDggXNEgK.','Kelvin Farrell Sr.','corwinstamm.com','Inventore veritatis placeat et voluptas facere necessitatibus quaerat.','89653195','m','1916-08-18',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(299,'korbin.toy@hotmail.com','$2y$10$gHmwRISIKwbNhCdiz4nzruX59zH5hHlDLEsub6ziBgJoyaYJZlEAS','Barney Pacocha','carter.net','Omnis ut officiis corrupti omnis.','11480805','m','1967-06-24',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(300,'supton@robertslind.com','$2y$10$RvxKamVXYxOp3rkW644bUu4pmc4lgkC/wBCpI9SlkoyRwcyIdQJR2','Trace Bayer Sr.','green.biz','Et et voluptates voluptas rerum id.','93890455','m','1967-09-30',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(301,'kale11@yahoo.com','$2y$10$.OWICeOB1XDkvGS3AMCqnuq8oc3A/Dkp9JO9Z.7qiZpvz.RCAjBOG','Raphael Dicki DDS','koelpinkuhlman.com','Nulla sint qui debitis sunt nemo quae.','34738285','m','1932-04-27',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(302,'elinor27@yahoo.com','$2y$10$ZyaQ3bi8Y3Hi0a56EWpdXO3Dg2mbZ61yumLoUXDJheKiFm6MAcxDO','Ariel Osinski','quitzon.com','Cupiditate corrupti saepe magnam quo.','16897204','u','1986-01-26',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(303,'pfeffer.colin@yahoo.com','$2y$10$KGm6sMbh8rB4aU6LTqsJluY/5k.RgqhqBPe.TDGvDCvog5q47Ye9y','Winnifred Walker','altenwerth.biz','Dolorem porro tempore minus animi.','39039804','f','1944-09-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(304,'ethelyn69@gmail.com','$2y$10$FVDi4nTs9zUcoUrdzKWaPuU5BHwWadsoG23v/3OIbM.FrSCSLTnjG','Hazle Smith Jr.','wunsch.org','Omnis consequatur pariatur sint consequatur sint.','36099849','m','1954-05-16',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(305,'nwhite@hotmail.com','$2y$10$w19E66GC4yGfoWGFINmAkeGbIJoWngl9UcVcPBROeKKk25n9D3h4C','Henriette Mante V','willms.net','Corrupti autem sit qui repellendus exercitationem magni.','45883993','m','1973-08-08',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(306,'ucorwin@yahoo.com','$2y$10$fNwus1L9dTid0p2tjCn4meF0OBQOR48euztorWE1evRSDwnfgh0uW','Alexane Strosin','lebsack.com','Ut dolorem aperiam architecto accusamus in nobis.','1509330','u','1930-04-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(307,'willms.scottie@mosciski.com','$2y$10$9QPD2a3VA8H1BLmrkOfPE.QD7MyMMJnrGJunbdl21CNHgLEK/y5J.','Austin Murphy','romaguerakuhic.com','Ut fugiat dolor minus repudiandae voluptatum rerum.','74651980','f','1919-03-09',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(308,'schamberger.abagail@corwin.info','$2y$10$l77T/8DFhwBVxlDQ/bK.ou26WavErygAi9xuN87j3db8lyGY2Xp.u','Mr. Maritza Beahan DDS','grimesweimann.com','Et sapiente quia laborum est et eius.','86267410','f','1919-01-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(309,'moore.xavier@funk.com','$2y$10$NyXuq4GPc3abt.YkJRng7.Cf95Xpvz9dvBrOxDeyCRuJr2nXtf85u','Mustafa Bechtelar','hamill.com','Voluptatem est quo modi explicabo dicta.','12486539','u','1956-11-25',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(310,'ruthie23@hotmail.com','$2y$10$leykkdqp6PAQn2.XAXP63ekaO4FBdZEv4ks3lRHxQV.GMIbg2KQMS','Henriette Stark Jr.','gleichner.com','Ratione magnam debitis quia optio.','31387298','m','1990-11-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(311,'marie.doyle@gmail.com','$2y$10$dqd/UosuLnJuSOWs30wQT..b.9CYYcWF1G.f8MVtN2AO3VmTWUgPe','Joan Hand','bradtke.com','Ea necessitatibus ullam vel corrupti voluptatem.','27974069','m','1931-12-12',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(312,'keith.parker@hotmail.com','$2y$10$0Dtuzh4i3qGcWDFUKUkW0uEey0NIK.EPr7Yb81gPl7q9K/vNoYx7C','Kathryn Roberts','hickle.com','Eos expedita vitae laudantium.','44189171','f','1983-05-19',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(313,'fwisoky@yahoo.com','$2y$10$KqAUzz.b0i9M3RKBWaxH6uUK5xdqd53GzBIFl1qGg7827kWD8pbDa','Miss Meredith Ratke Sr.','stehr.com','Officia error laudantium numquam eaque debitis ut.','48997298','u','1930-04-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(314,'ryan.barrows@hesselstehr.com','$2y$10$Oy/Dea7uls7H/PL3IzPa6eA3GKWDsbY8cfqJHpBfT6HrSmrIuBuYi','Dr. Otha Eichmann','kutch.net','Labore magnam est ipsam quas fuga.','52768927','f','2005-05-15',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(315,'mohammad85@hotmail.com','$2y$10$YxmmO8H1/.ixjOiNcd6UouJ0tQoUsP8SR2wk1H4o66jIlE12gyG.K','Dr. Ransom Wisoky I','connzboncak.info','Fuga omnis quidem quo aut sed.','84150787','u','1988-01-11',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL),
(316,'reymundo.kihn@hotmail.com','$2y$10$8BTp80cnULb6TuFCMJaMH.X/as03RS9L952OMFKvWNc60AMpCiF4q','Beatrice Herzog V','feest.com','Error ex blanditiis harum.','91712124','u','2006-07-07',NULL,'2015-04-12 17:04:29','2015-04-12 17:04:29',NULL);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.