{"slug":"luvre","name":"Luvre – WordPress Media Library Folders","description":"Luvre helps you organize your WordPress media library images, posts, pages, and custom post types into folders for better management and efficiency.","author":"GhozyLab","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/luvre/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"luvre_attachments","full_table_name":"wp_luvre_attachments","description":"Stores luvre attachments data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"luvre_folders","full_table_name":"wp_luvre_folders","description":"Stores luvre folders data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"name","type":"varchar(250)","nullable":false,"primary_key":false},{"name":"color","type":"varchar(7)","nullable":false,"primary_key":false},{"name":"parent","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"post_type","type":"varchar(10)","nullable":false,"primary_key":false},{"name":"ord","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"created_by","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"created","type":"datetime","nullable":false,"primary_key":false},{"name":"attachment_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_luvre_folders ( id int(11) unsigned NOT NULL AUTO_INCREMENT, name varchar(250) NOT NULL, color varchar(7) NOT NULL DEFAULT '', parent int(11) unsigned NOT NULL DEFAULT 0, post_type varchar(10) NOT NULL DEFAULT '', ord int(11) unsigned NULL DEFAULT 0, created_by bigint(20) NOT NULL DEFAULT 0, created datetime NOT NULL, PRIMARY KEY (id) ) $collate; CREATE TABLE wp_luvre_attachments ( folder_id int(11) unsigned NOT NULL, attachment_id bigint(20) unsigned NOT NULL, UNIQUE KEY `unique_folder_attachment` (`folder_id`,`attachment_id`) ) $collate; \"; return $tables; } public static function createOptions() { $luvre_stt = get_option( 'luvre_settings', [ ] );"}],"table_count":2}