wp_importpost_lastchoice

Static

Stores importpost lastchoice data created by this plugin.

Column Definitions

ColumnTypeNullable
translateBOOLEANYES
source_languagevarchar(2)YES
target_languagevarchar(2)YES
updated_dateDATETIMEYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS wp_importpost_lastchoice ( translate BOOLEAN, source_language varchar(2), target_language varchar(2), updated_date DATETIME ) ENGINE

Safe to delete?

If you have uninstalled Import Your Post, 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_importpost_lastchoice`;

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

Other tables from Import Your Post