wp_aeroscroll_gallery_settings

Static

Stores aeroscroll gallery settings data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idBIGINT UNSIGNEDNO
updated_atTIMESTAMPYES
emailVARCHAR(120)YES
serial_keyVARCHAR(256)YES
product_idVARCHAR(30)NO
identifierINT(1)YES
instanceVARCHAR(30)NO

CREATE TABLE Statement

CREATE TABLE wp_aeroscroll_gallery_settings ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, email VARCHAR(120) DEFAULT '', serial_key VARCHAR(256) DEFAULT '', product_id VARCHAR(30) NOT NULL DEFAULT '', identifier INT(1) DEFAULT '1', instance VARCHAR(30) NOT NULL DEFAULT '', PRIMARY KEY (id) ) $collate;"; dbDelta($schema);

Safe to delete?

If you have uninstalled Aeroscroll Gallery – Infinite Scroll Image Gallery & Post Grid with Photo Gallery, this table is generally safe to remove. However, always back up your database first.

Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.

How to remove this table

DROP TABLE IF EXISTS `wp_aeroscroll_gallery_settings`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from Aeroscroll Gallery – Infinite Scroll Image Gallery & Post Grid with Photo Gallery