Guest User

Untitled

a guest
Feb 22nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.07 KB | None | 0 0
  1.  
  2. --
  3. -- Database: `u972076373_mod`
  4. --
  5.  
  6. -- --------------------------------------------------------
  7.  
  8. --
  9. -- Table structure for table `dle_iphoto_subalbum`
  10. --
  11.  
  12. CREATE TABLE IF NOT EXISTS `dle_iphoto_subalbum` (
  13.   `id` int(10) NOT NULL AUTO_INCREMENT,
  14.   `name` char(255) NOT NULL,
  15.   `alt_name` char(255) NOT NULL,
  16.   `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  17.   `logo` char(255) NOT NULL,
  18.   `folder` char(255) NOT NULL,
  19.   `count_photo` smallint(11) unsigned NOT NULL DEFAULT '0',
  20.   `descr` char(255) NOT NULL,
  21.   `keywords` char(255) NOT NULL,
  22.   `allow_rating` tinyint(1) NOT NULL DEFAULT '1',
  23.   `allow_comm` tinyint(1) NOT NULL DEFAULT '1',
  24.   `status` tinyint(1) NOT NULL DEFAULT '1',
  25.   `album_id` int(10) NOT NULL,
  26.   PRIMARY KEY (`id`)
  27. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=442 ;
  28.  
  29. --
  30. -- Dumping data for table `dle_iphoto_subalbum`
  31. --
  32.  
  33. INSERT INTO `dle_iphoto_subalbum` (`id`, `name`, `alt_name`, `date`, `logo`, `folder`, `count_photo`, `descr`, `keywords`, `allow_rating`, `allow_comm`, `status`, `album_id`) VALUES
  34. (438, 'testare', 'testare', '2017-02-14 00:32:29', 'testare|||barcelona_city_building_street_people_30791_1920x1080.jpg|||1487018174_barcelona_city_building_street_people_30791_1920x1080.jpg|||100,150,450', 'testare', 1, '', '', 1, 1, 1, 182),
  35. (441, 'subalbum-test', 'subalbum-test', '2017-02-18 01:06:12', 'subalbum-test|||barcelona_city_building_street_people_30791_1920x1080.jpg|||1487365622_barcelona_city_building_street_people_30791_1920x1080.jpg|||100,150,450', 'subalbum-test', 1, '', '', 1, 1, 1, 184),
  36. (439, 'tess', 'tess', '2017-02-14 00:32:48', 'tess|||descrcare.jpg|||1487018081_descrcare.jpg|||100,150,450', 'tess', 1, '', '', 1, 1, 1, 182),
  37. (440, 'fsfsfsd', 'fsfsfsd', '2017-02-14 00:33:16', 'fsfsfsd|||turkey-tourism-wallpaper.jpg|||1487018174_turkey-tourism-wallpaper.jpg|||100,150,450', 'fsfsfsd', 1, '', '', 1, 1, 1, 183);
  38.  
  39. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  40. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  41. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment