{"table_name":"aeroscroll_gallery_imagegallery_images","full_table_name":"wp_aeroscroll_gallery_imagegallery_images","description":"Stores aeroscroll gallery imagegallery images data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_aeroscroll_gallery_imagegallery_images ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, imagegallery_id BIGINT UNSIGNED NOT NULL, title VARCHAR(120), description TEXT, relativedir VARCHAR(256), image_order BIGINT UNSIGNED NOT NULL DEFAULT 1, image_name VARCHAR(256) NOT NULL, image_type VARCHAR(120), image_resolution BIGINT UNSIGNED, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $collate;\"; dbDelta($schema_ig);","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"imagegallery_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(120)","nullable":true,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"relativedir","type":"VARCHAR(256)","nullable":true,"primary_key":false},{"name":"image_order","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"image_name","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"image_type","type":"VARCHAR(120)","nullable":true,"primary_key":false},{"name":"image_resolution","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"created_at","type":"TIMESTAMP","nullable":true,"primary_key":false}],"plugin":{"slug":"aeroscroll-gallery","name":"Aeroscroll Gallery – Infinite Scroll Image Gallery & Post Grid with Photo Gallery","active_installs":10,"version":"1.0.13","wp_org_url":"https://wordpress.org/plugins/aeroscroll-gallery/"}}