Fixed db migrations
This commit is contained in:
@@ -1786,38 +1786,6 @@ INSERT INTO `Terminationstatus` VALUES (1,10,'created',1,1,1626988046,1626988046
|
||||
/*!40000 ALTER TABLE `Terminationstatus` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Table structure for table `Voicenumberblock`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `Voicenumberblock`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!50503 SET character_set_client = utf8mb4 */;
|
||||
CREATE TABLE `Voicenumberblock` (
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
|
||||
`countrycode` int NOT NULL,
|
||||
`areacode` int NOT NULL,
|
||||
`first` int NOT NULL,
|
||||
`last` int NOT NULL,
|
||||
`number_prepend_zero` tinyint NOT NULL COMMENT 'is 1 if number part starts with zero (i.e. 43 123 0123456)',
|
||||
`comment` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||||
`create_by` int NOT NULL,
|
||||
`create` int NOT NULL,
|
||||
`edit_by` int NOT NULL,
|
||||
`edit` int NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `Voicenumberblock`
|
||||
--
|
||||
|
||||
LOCK TABLES `Voicenumberblock` WRITE;
|
||||
/*!40000 ALTER TABLE `Voicenumberblock` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `Voicenumberblock` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--
|
||||
-- Table structure for table `Worker`
|
||||
|
||||
Reference in New Issue
Block a user