wp_integracao

Static

Stores integracao data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑IntegracaoIdintNO
Entidadevarchar(15)NO
EntidadeIdintNO
DataIntegracaodatetimeNO

CREATE TABLE Statement

CREATE TABLE integracao ( IntegracaoId int not null PRIMARY key AUTO_INCREMENT, Entidade varchar(15) not null, EntidadeId int not null, DataIntegracao datetime not null) $charset_collate;"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );

Safe to delete?

If you have uninstalled E-CommerceGuru, 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_integracao`;

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

Other tables from E-CommerceGuru