wp_lemiho_coupon

Static

Stores lemiho coupon data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑IDintNO
codevarchar(255)YES
downvarchar(50)YES

CREATE TABLE Statement

CREATE TABLE lemiho_coupon(ID int NOT NULL AUTO_INCREMENT, code varchar(255), down varchar(50), CONSTRAINT PK_lemiho_coupon 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_coupon`;

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

Other tables from Lemiho Cart