wp__translations

Static

Stores translations data created by this plugin.

Column Definitions

ColumnTypeNullable
idint(11)NO
uidvarchar(255)NO
date_accesseddatetimeNO

CREATE TABLE Statement

CREATE TABLE `_Translations` ( `id` int(11) NOT NULL, `uid` varchar(255) NOT NULL, `date_accessed` datetime NOT NULL ) ENGINE

Safe to delete?

If you have uninstalled WP-Platform V1, 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__translations`;

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

Other tables from WP-Platform V1