Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --
- -- Database: `u972076373_mod`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `dle_iphoto_subalbum`
- --
- CREATE TABLE IF NOT EXISTS `dle_iphoto_subalbum` (
- `id` int(10) NOT NULL AUTO_INCREMENT,
- `name` char(255) NOT NULL,
- `alt_name` char(255) NOT NULL,
- `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
- `logo` char(255) NOT NULL,
- `folder` char(255) NOT NULL,
- `count_photo` smallint(11) unsigned NOT NULL DEFAULT '0',
- `descr` char(255) NOT NULL,
- `keywords` char(255) NOT NULL,
- `allow_rating` tinyint(1) NOT NULL DEFAULT '1',
- `allow_comm` tinyint(1) NOT NULL DEFAULT '1',
- `status` tinyint(1) NOT NULL DEFAULT '1',
- `album_id` int(10) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=442 ;
- --
- -- Dumping data for table `dle_iphoto_subalbum`
- --
- INSERT INTO `dle_iphoto_subalbum` (`id`, `name`, `alt_name`, `date`, `logo`, `folder`, `count_photo`, `descr`, `keywords`, `allow_rating`, `allow_comm`, `status`, `album_id`) VALUES
- (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),
- (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),
- (439, 'tess', 'tess', '2017-02-14 00:32:48', 'tess|||descrcare.jpg|||1487018081_descrcare.jpg|||100,150,450', 'tess', 1, '', '', 1, 1, 1, 182),
- (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);
- /*!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 */;
Advertisement
Add Comment
Please, Sign In to add comment