wp_aeroscroll_gallery_settings
StaticStores aeroscroll gallery settings data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | BIGINT UNSIGNED | NO |
| updated_at | TIMESTAMP | YES |
| VARCHAR(120) | YES | |
| serial_key | VARCHAR(256) | YES |
| product_id | VARCHAR(30) | NO |
| identifier | INT(1) | YES |
| instance | VARCHAR(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