%PDF- %PDF-
Direktori : /home/waritko/db_backups/databaze/esports/ |
Current File : //home/waritko/db_backups/databaze/esports/content_article.sql |
-- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: esports -- ------------------------------------------------------ -- 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 `content_article` -- DROP TABLE IF EXISTS `content_article`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `content_article` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) DEFAULT NULL, `header` varchar(256) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL, `show_header` tinyint(4) NOT NULL, `perex` text NOT NULL, `keywords` varchar(256) DEFAULT NULL, `description` varchar(256) DEFAULT NULL, `deleted` tinyint(4) NOT NULL DEFAULT '0', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `content_article` -- LOCK TABLES `content_article` WRITE; /*!40000 ALTER TABLE `content_article` DISABLE KEYS */; INSERT INTO `content_article` VALUES (1,'Úvod','Úvod',0,'<p>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis velit quis ante condimentum, a lobortis ligula laoreet. Sed vulputate sodales turpis a scelerisque. Fusce ornare purus sit amet accumsan placerat. Etiam interdum nisl ut odio pretium vehicula. Ut suscipit euismod nisl, a molestie lectus rutrum vitae. Vestibulum facilisis sed sapien non eleifend. Fusce nec nibh vel libero fringilla ornare. Etiam rutrum egestas rhoncus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris vestibulum blandit quam a suscipit.\n</p>',NULL,NULL,0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,NULL,'',0,'',NULL,NULL,0,'2015-02-08 10:41:54','2015-02-08 10:41:54'),(3,NULL,'',0,'',NULL,NULL,0,'2015-03-18 23:00:17','2015-03-21 14:55:47'); /*!40000 ALTER TABLE `content_article` 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:25:25