wp_ach_inovio_refunded
StaticStores ach inovio refunded data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | bigint(20) | NO |
| ach_inovio_order_id | bigint(20) | NO |
| ach_inovio_refunded_amount | varchar(256) | YES |
CREATE TABLE Statement
CREATE TABLE wp_ach_inovio_refunded ( id bigint(20) NOT NULL AUTO_INCREMENT, ach_inovio_order_id bigint(20) NOT NULL, ach_inovio_refunded_amount varchar(256), PRIMARY KEY (id) ) ENGINE
Safe to delete?
If you have uninstalled Inovio Payment Gateway WooCommerce Plugin, 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_ach_inovio_refunded`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Inovio Payment Gateway WooCommerce Plugin