wp_leyka_gds_integration_donations_data
StaticStores leyka gds integration donations data data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_leyka_gds_integration_donations_data` ( `ID` bigint(20) UNSIGNED PRIMARY KEY NOT NULL, `donation_date` datetime NOT NULL, `payment_type` varchar(40) COLLATE
Safe to delete?
If you have uninstalled Leyka, 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_leyka_gds_integration_donations_data`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Leyka