-- MySQL dump 10.13  Distrib 5.6.24, for Win64 (x86_64)
--
-- Host: localhost    Database: circle_k
-- ------------------------------------------------------
-- Server version	5.7.10-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 */;

--
-- Table structure for table `precioarticulosgenerales`
--

DROP TABLE IF EXISTS `precioarticulosgenerales`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `precioarticulosgenerales` (
  `PrecioArticulosGeneralesID` varchar(50) NOT NULL,
  `ArticulosID` varchar(50) DEFAULT NULL,
  `Precio` decimal(24,6) DEFAULT '0.000000',
  `Plazas` varchar(500) DEFAULT NULL,
  `Tiendas` varchar(800) DEFAULT NULL,
  `InternalVersion` int(11) DEFAULT '0',
  `PrecioConIVA` decimal(24,6) DEFAULT '0.000000',
  PRIMARY KEY (`PrecioArticulosGeneralesID`),
  KEY `WDIDX_PrecioArticulosGenerales_ArticulosID` (`ArticulosID`),
  KEY `WDIDX_PrecioArticulosGenerales_Plazas` (`Plazas`),
  KEY `WDIDX_PrecioArticulosGenerales_Tiendas` (`Tiendas`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `precioarticulosgenerales`
--

LOCK TABLES `precioarticulosgenerales` WRITE;
/*!40000 ALTER TABLE `precioarticulosgenerales` DISABLE KEYS */;
INSERT INTO `precioarticulosgenerales` VALUES ('104-1','104-1',7.297900,',4,',',104-46,104-54,26,',20,7.297900),('104-2','104-2',8.883600,',1,5,3,2,4,6,',',104-46,104-54,26,',1,8.883600),('104-3','104-3',7.837800,',',',',7,7.837800);
/*!40000 ALTER TABLE `precioarticulosgenerales` 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 2019-12-04  6:39:34
