{"slug":"final-tiles-grid-gallery-lite","name":"Image Photo Gallery Final Tiles Grid","description":"Image Gallery + Photo Gallery + Portfolio Gallery + Tiled Gallery in 1 plugin. Includes lightbox and hover effects. It supports Pinterest (masonry) ph &hellip;","author":"WP Chill","active_installs":20000,"version":"3.6.13","wp_org_url":"https://wordpress.org/plugins/final-tiles-grid-gallery-lite/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"finaltiles_gallery","full_table_name":"wp_finaltiles_gallery","description":"Stores finaltiles gallery data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_FinalTiles_gallery` (\\n  `Id` int NOT NULL AUTO_INCREMENT,\\n  `configuration` varchar(5000) DEFAULT NULL,\\n  UNIQUE KEY `Id` (`Id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3"},{"table_name":"finaltiles_gallery_images","full_table_name":"wp_finaltiles_gallery_images","description":"Stores finaltiles gallery images data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_FinalTiles_gallery_images` (\\n  `Id` int NOT NULL AUTO_INCREMENT,\\n  `gid` int NOT NULL,\\n  `type` varchar(10) NOT NULL DEFAULT 'image',\\n  `imageId` int NOT NULL,\\n  `imagePath` longtext NOT NULL,\\n  `filters` varchar(1500) DEFAULT NULL,\\n  `link` longtext,\\n  `title` longtext,\\n  `alt` longtext,\\n  `target` varchar(50) DEFAULT NULL,\\n  `blank` enum('T','F') NOT NULL DEFAULT 'F',\\n  `description` longtext NOT NULL,\\n  `sortOrder` int NOT NULL,\\n  `group` text,\\n  `hidden` enum('T','F') NOT NULL DEFAULT 'F',\\n  UNIQUE KEY `id` (`Id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3"}],"table_count":2}