wp_orcamento

Static

Stores orcamento data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑OrcamentoIdintNO
Conteudovarchar(10000)NO
CustomerIdintNO

CREATE TABLE Statement

CREATE TABLE orcamento ( OrcamentoId int not null PRIMARY key AUTO_INCREMENT, Conteudo varchar(10000) not null, CustomerId int 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_orcamento`;

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

Other tables from E-CommerceGuru