%PDF- %PDF-
Direktori : /home/waritko/db_backups/databaze/specpages/ |
Current File : //home/waritko/db_backups/databaze/specpages/comment_field_data.sql |
-- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: specpages -- ------------------------------------------------------ -- Server version 5.5.60-MariaDB /*!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 `comment_field_data` -- DROP TABLE IF EXISTS `comment_field_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `comment_field_data` ( `cid` int(10) unsigned NOT NULL, `comment_type` varchar(32) CHARACTER SET ascii NOT NULL COMMENT 'The ID of the target entity.', `langcode` varchar(12) CHARACTER SET ascii NOT NULL, `status` tinyint(4) NOT NULL, `pid` int(10) unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `entity_id` int(10) unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `subject` varchar(64) DEFAULT NULL, `uid` int(10) unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `name` varchar(60) DEFAULT NULL, `mail` varchar(254) DEFAULT NULL, `homepage` varchar(255) DEFAULT NULL, `hostname` varchar(128) DEFAULT NULL, `created` int(11) NOT NULL, `changed` int(11) DEFAULT NULL, `thread` varchar(255) NOT NULL, `entity_type` varchar(32) CHARACTER SET ascii DEFAULT NULL, `field_name` varchar(32) CHARACTER SET ascii DEFAULT NULL, `default_langcode` tinyint(4) NOT NULL, PRIMARY KEY (`cid`,`langcode`), KEY `comment__id__default_langcode__langcode` (`cid`,`default_langcode`,`langcode`), KEY `comment_field__comment_type__target_id` (`comment_type`), KEY `comment_field__uid__target_id` (`uid`), KEY `comment_field__created` (`created`), KEY `comment__status_comment_type` (`status`,`comment_type`,`cid`), KEY `comment__status_pid` (`pid`,`status`), KEY `comment__num_new` (`entity_id`,`entity_type`,`comment_type`,`status`,`created`,`cid`,`thread`(191)), KEY `comment__entity_langcode` (`entity_id`,`entity_type`,`comment_type`,`default_langcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The data table for comment entities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `comment_field_data` -- LOCK TABLES `comment_field_data` WRITE; /*!40000 ALTER TABLE `comment_field_data` DISABLE KEYS */; /*!40000 ALTER TABLE `comment_field_data` 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-11-09 4:27:12