{"table_name":"aeroscroll_gallery_imagegalleries","full_table_name":"wp_aeroscroll_gallery_imagegalleries","description":"Stores aeroscroll gallery imagegalleries data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_aeroscroll_gallery_imagegalleries ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, title VARCHAR(120), slug VARCHAR(256), description TEXT NOT NULL, ordering BIGINT NOT NULL, published TINYINT NOT NULL DEFAULT 1, PRIMARY KEY (id) ) $collate;\"; dbDelta($schema_ig);","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"created_at","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"updated_at","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"title","type":"VARCHAR(120)","nullable":true,"primary_key":false},{"name":"slug","type":"VARCHAR(256)","nullable":true,"primary_key":false},{"name":"description","type":"TEXT","nullable":false,"primary_key":false},{"name":"ordering","type":"BIGINT","nullable":false,"primary_key":false},{"name":"published","type":"TINYINT","nullable":false,"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/"}}