-- phpMyAdmin SQL Dump -- version 4.7.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Mar 23, 2018 at 01:42 PM -- Server version: 10.1.30-MariaDB -- PHP Version: 7.2.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!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 utf8mb4 */; -- -- Database: `test` -- -- -------------------------------------------------------- -- -- Table structure for table `quote_tag` -- CREATE TABLE `quote_tag` ( `ID` int(11) NOT NULL, `tag_name` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `quote_tag` -- INSERT INTO `quote_tag` (`ID`, `tag_name`) VALUES (1, 'love'), (2, 'life'), (3, 'inspirational'), (4, 'humor'), (5, 'philosophy'), (6, 'god'), (7, 'truth'), (8, 'wisdom'), (9, 'inspirational-quotes'), (10, 'happiness'), (11, 'romance'), (12, 'hope'), (13, 'death'), (14, 'quotes'), (15, 'poetry'), (16, 'faith'), (17, 'writing'), (18, 'inspiration'), (19, 'religion'), (20, 'success'), (21, 'knowledge'), (22, 'relationships'), (23, 'education'), (24, 'motivational'), (25, 'time'), (26, 'life-lessons'), (27, 'science'), (28, 'books'), (29, 'spirituality'), (30, 'funny'); -- -- Indexes for dumped tables -- -- -- Indexes for table `quote_tag` -- ALTER TABLE `quote_tag` ADD PRIMARY KEY (`ID`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `quote_tag` -- ALTER TABLE `quote_tag` MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; COMMIT; /*!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 */;