wp_lemiho_or

Static

Stores lemiho or data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑IDintNO
id_ordervarchar(255)YES
pricevarchar(50)YES
dayvarchar(50)YES
fullnamevarchar(150)YES
emailvarchar(150)YES
addressvarchar(500)YES
messagevarchar(500)YES
payment_methodvarchar(100)YES
couponvarchar(50)YES
postcodevarchar(50)YES
number_fonevarchar(50)YES

CREATE TABLE Statement

CREATE TABLE lemiho_or(ID int NOT NULL AUTO_INCREMENT, id_order varchar(255), price varchar(50), day varchar(50), fullname varchar(150), email varchar(150), address varchar(500), message varchar(500), payment_method varchar(100), coupon varchar(50), postcode varchar(50), number_fone varchar(50), CONSTRAINT PK_lemiho_or PRIMARY KEY (ID))"; mysql_query($create);

Safe to delete?

If you have uninstalled Lemiho Cart, 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_lemiho_or`;

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

Other tables from Lemiho Cart