USA Shopping data manhattanportage.com 34K
by - Thursday, January 1, 1970 at 12:00 AM
leak time 2019
title
-- Table structure for table `mgvm_sales_order_address`
--

DROP TABLE IF EXISTS `mgvm_sales_order_address`;
/*!40101 SET @saved_cs_client    = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mgvm_sales_order_address` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',
  `customer_address_id` int(11) DEFAULT NULL COMMENT 'Customer Address Id',
  `quote_address_id` int(11) DEFAULT NULL COMMENT 'Quote Address Id',
  `region_id` int(11) DEFAULT NULL COMMENT 'Region Id',
  `customer_id` int(11) DEFAULT NULL COMMENT 'Customer Id',
  `fax` varchar(255) DEFAULT NULL COMMENT 'Fax',
  `region` varchar(255) DEFAULT NULL COMMENT 'Region',
  `postcode` varchar(255) DEFAULT NULL COMMENT 'Postcode',
  `lastname` varchar(255) DEFAULT NULL COMMENT 'Lastname',
  `street` varchar(255) DEFAULT NULL COMMENT 'Street',
  `city` varchar(255) DEFAULT NULL COMMENT 'City',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `telephone` varchar(255) DEFAULT NULL COMMENT 'Phone Number',
  `country_id` varchar(2) DEFAULT NULL COMMENT 'Country Id',
  `firstname` varchar(255) DEFAULT NULL COMMENT 'Firstname',
  `address_type` varchar(255) DEFAULT NULL COMMENT 'Address Type',
  `prefix` varchar(255) DEFAULT NULL COMMENT 'Prefix',
  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middlename',
  `suffix` varchar(255) DEFAULT NULL COMMENT 'Suffix',
  `company` varchar(255) DEFAULT NULL COMMENT 'Company',
  `vat_id` text COMMENT 'Vat Id',
  `vat_is_valid` smallint(6) DEFAULT NULL COMMENT 'Vat Is Valid',
  `vat_request_id` text COMMENT 'Vat Request Id',
  `vat_request_date` text COMMENT 'Vat Request Date',
  `vat_request_success` smallint(6) DEFAULT NULL COMMENT 'Vat Request Success',
  PRIMARY KEY (`entity_id`),
  KEY `MGVM_SALES_ORDER_ADDRESS_PARENT_ID` (`parent_id`),
  CONSTRAINT `MGVM_SALES_ORDER_ADDRESS_PARENT_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `mgvm_sales_order` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=70882 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Address';
/*!40101 SET character_set_client = @saved_cs_client */;

sample

(2,1,NULL,NULL,43,4,'','New York','11552','socol','719 knollwood drive , ','west hempstead','[email protected]','917-846-2066','US','leslie','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(3,2,NULL,NULL,57,6,'','Texas','77904','Schilling','403 Bridle Lane , ','Victoria','[email protected]','3616498065','US','Heather','billing',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(4,2,NULL,NULL,57,6,'','Texas','78705','Schilling','2712 Whitis Ave House A , ','Austin','[email protected]','3616498065','US','Heather','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(5,3,NULL,NULL,0,7,'','Central and Western Hong Kong Island','0000','LAM','FLAT 2307, MING YU HOUSE, KIN MING ESTATE, TIU KENG LENG , ','HONG KONG','[email protected]','0852-62079229','HK','VINCENT','billing',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(6,3,NULL,NULL,0,7,'','Central and Western Hong Kong Island','0000','LAM','FLAT 2307, MING YU HOUSE, KIN MING ESTATE, TIU KENG LENG , ','HONG KONG','[email protected]','0852-62079229','HK','VINCENT','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(7,4,NULL,NULL,12,12,'','California','90402','Sternberg','715 18th Street , ','Santa Monica','[email protected]','310-562-7297','US','Alison','billing',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(8,4,NULL,NULL,12,12,'','California','90402','Sternberg','715 18th Street , ','Santa Monica','[email protected]','310-562-7297','US','Alison','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(9,5,NULL,NULL,43,14,'','New York','11358','ferone','33-18 160st. , ','fLUSHING','[email protected]','917 270-8080','US','joseph','billing',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(10,5,NULL,NULL,43,14,'','New York','11358','ferone','33-18 160st. , ','fLUSHING','[email protected]','917 270-8080','US','joseph','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),

Hidden Content
You must register or login to view this content.
Reply
Purchased and then downloaded the file has no content...
Reply
The link in this thread is dead. Please reply to the PM you were sent to get your thread moved back to the Databases section.


Hello,

The link on this thread has been updated as of this post.
Faces In Disguise

Reply
(June 18, 2022, 12:26 AM)洛丽塔 Wrote: 泄漏时间 2019
标题
-- 表 `mgvm_sales_order_address` 的表结构
--

如果存在 `mgvm_sales_order_address`,则删除表;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mgvm_sales_order_address` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',
  `customer_address_id` int(11) DEFAULT NULL COMMENT ' Customer Address Id',
  `quote_address_id` int(11) DEFAULT NULL COMMENT 'Quote Address Id',
  `region_id` int(11) DEFAULT NULL COMMENT 'Region Id',
  `customer_id` int(11) DEFAULT NULL COMMENT '
  `fax` varchar(255) DEFAULT NULL COMMENT 'Fax',
  `region` varchar(255) DEFAULT NULL COMMENT 'Region',
  `postcode` varchar(255) DEFAULT NULL COMMENT 'Postcode',
  `lastname` varchar(255) DEFAULT NULL COMMENT 'Lastname',
  `street` varchar(255) DEFAULT NULL COMMENT 'Street',
  `city` varchar(255) DEFAULT NULL COMMENT 'City',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `telephone ` varchar(255) DEFAULT NULL COMMENT 'Phone Number',
  `country_id` varchar(2) DEFAULT NULL COMMENT 'Country Id',
  `firstname` varchar(255) DEFAULT NULL COMMENT 'Firstname',
  `address_type` varchar(255) DEFAULT NULL COMMENT '地址类型',
  `prefix` varchar(255) DEFAULT NULL COMMENT 'Prefix',
  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middlename',
  `suffix` varchar(255) DEFAULT NULL COMMENT 'Suffix',
  `company` varchar(255) DEFAULT NULL COMMENT 'Company',
  `vat_id` text COMMENT 'Vat Id ',
  `vat_is_valid` smallint(6) DEFAULT NULL COMMENT 'Vat is Valid',
  `vat_request_id` text COMMENT 'Vat Request Id',
  `vat_request_date` text COMMENT 'Vat Request Date',
  `vat_request_success` smallint(6) DEFAULT NULL COMMENT '增值税请求成功',
  主键(`entity_id`),
  键`MGVM_SALES_ORDER_ADDRESS_PARENT_ID`(`parent_id`),
  约束`MGVM_SALES_ORDER_ADDRESS_PARENT_ID_SALES_ORDER_ENTITY_ID`外键(`parent_id`)参考`mgvm_sales_order`(`entity_id`)删除级联
) ENGINE=InnoDB AUTO_INCREMENT=70882 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Address';
/*!40101 SET character_set_client = @saved_cs_client */;


样本

(2,1,NULL,NULL,43,4,'','New York','11552','socol','719 knollwood drive ,','west hempstead','[email protected]', '917-846-2066','US','leslie','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(3,2,NULL,NULL,57 ,6,'','Texas','77904','Schilling','403 Bridle Lane ,','Victoria','[email protected]','3616498065','US','Heather','计费',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(4,2,NULL,NULL,57,6,'','德州','
(5,3,NULL,NULL,0,7,'','港岛中西区','0000','LAM','FLAT 2307, MING Yu HOUSE, KIN MING ESTATE, TIU KENG LENG , ' ,'HONG KONG','[email protected]','0852-62079229','HK','VINCENT','billing',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL ),
(6,3,NULL,NULL,0,7,'','中西港岛','0000','LAM','FLAT 2307, MING Y HOUSE, KIN MING ESTATE, TIU KENG LENG , ','HONG KONG','[email protected]','0852-62079229','HK','VINCENT','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL ,NULL),
(7,4,NULL,NULL,12,12,'','California','90402','Sternberg','715 18th Street ,','圣莫尼卡','[email protected]','310-562-7297','US','Alison','billing',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL ),
(8,4,NULL,NULL,12,12,'','California','90402','Sternberg','715 18th Street ,','Santa Monica','[email protected]','310 -562-7297','US','Alison','shipping',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(9,5,NULL,NULL,43,14 ,'','纽约','11358','ferone','33-18 160st.,','fLUSHING','[email protected]','917 270-8080','US','约瑟夫','帐单',NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL),
(10,5,NULL,NULL,43,14,'','纽约','11358 ','ferone','33-18 160st.,','fLUSHING','[email protected]','917 270-8080','US','joseph','shipping',NULL,NULL,无效的,'',空,空,空,空,空),


没有可下载的内容
Reply
The link in this thread is dead. Please send a PM to a moderator to get your thread moved back to the Databases section.

Please also note that this is automated, if the link is still working please alert us. You can find a list of staff at https://breached.to/showteam.
This account is used for automated tasks. Message one of the Moderators if you need support. https://breached.to/showteam
Reply


 Users viewing this thread: USA Shopping data manhattanportage.com 34K: No users currently viewing.