/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_Gallery` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `idCategory` int(11) unsigned NOT NULL, `title` varchar(255) NOT NULL, `image` varchar(255) DEFAULT NULL, `description` text NOT NULL, `show` enum('y','n') NOT NULL DEFAULT 'y', `sorter` int(11) NOT NULL, `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`), KEY `idCategory` (`idCategory`,`show`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_Gallery` (`id`, `idCategory`, `title`, `image`, `description`, `show`, `sorter`, `added`, `changed`) VALUES (29,10,'Jacuzzi Suite Room','JacuzziSuite(491)(649).jpg','','y',0,'2011-10-18 18:45:00','2012-12-12 16:30:19'),(22,8,'Executive King Room','ExecutiveKingRoom(489)(650).jpg','','y',-1,'2011-10-14 14:15:19','2012-05-07 11:39:17'),(23,9,'Double Queen','DoubleQueen(483)(651).jpg','Aenean cursus, neque at imperdiet commodo, magna dui adipiscing nibh, non varius ipsum elit nec eros. ','y',1,'2011-10-14 14:16:54','2012-06-05 09:30:21'),(24,8,'King Room','KingRoom(488)(652).jpg','','y',-2,'2011-10-14 15:32:42','2012-05-07 11:39:34'),(25,11,'Sample Photo 1','FamilySuite_1(485)(653).jpg','Lorem ipsum dolor sit amet','y',0,'2011-10-18 18:28:26','2012-05-07 11:39:34'),(26,11,'Sample Photo 2','FamilySuite_2(486)(654).jpg','Lorem ipsum dolor sit amet','y',-1,'2011-10-18 18:28:40','2012-05-07 11:39:34'),(27,9,'Large Double Queen','LargeDoubleQueen(482)(655).jpg','Curabitur gravida ligula interdum lectus laoreet vehicula.','n',0,'2011-10-18 18:34:45','2012-06-15 09:45:10'),(28,9,'Oversized Queen','OversizedQueen(481)(656).jpg','Lorem ipsum dolor sit amet, consectetur adipiscing elit. ','y',3,'2011-10-18 18:35:04','2012-06-05 09:30:21'),(31,14,'Test','2(705).JPG','Test','y',0,'2012-05-04 12:29:00','2012-05-24 15:38:16'),(32,15,'Test photo','','test description test description test description test description test description test description test description test description test description test description test description test description','y',0,'2012-05-16 10:42:09','2012-05-31 10:19:44'),(33,18,'Title test test','','test event','y',1,'2012-05-18 09:26:59','2012-05-31 10:19:44'),(34,18,'121','','112233','y',0,'2012-05-18 09:31:06','2012-05-31 10:19:44'),(35,9,'445566','2(706).JPG','tttttttt','y',2,'2012-05-18 09:33:27','2012-06-05 09:30:21'),(36,20,'test photo','chess-wallpaper-3d-03(763).jpg','Lorem ipsum dolor sit amet, ut has graeci consulatu, virtute antiopam ut nec, case sanctus te vis. Vis errem partiendo incorrupte eu, pri in rebum facer. Rebum menandri ea vel, novum maluisset an est, mel labores atomorum an. Cu his falli gubergren persecuti.\r\n\r\nUt duo nullam nostrum persequeris. ','y',1,'2012-10-30 12:13:23','2012-11-14 15:44:53'),(37,21,'test2','1000x300(764).gif','','n',1,'2012-10-30 12:22:14','2012-11-09 12:58:57'),(38,9,'smth','fff_(765).gif','','y',-1,'2012-10-30 12:25:23','2012-12-07 14:11:55'),(40,20,'title','1311237287_do_not_disturb_by_apofiss-d3b199g(769).jpg','','n',0,'2012-11-14 11:38:22','2012-11-14 15:44:53'),(42,10,'test photo','Desert(777).jpg','','y',1,'2012-12-12 16:30:01','2012-12-12 16:30:19'),(39,21,'test3','thomas-kinkade-stairway-to-paradise-wallpaper-1024x768(766).jpg','','y',0,'2012-10-31 17:16:56','2012-11-09 12:59:11');