wp_customer_push_notification_access_time

Static

Stores customer push notification access time data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
id_customerint(11)NO
time_addeddatetimeNO
date_addedtimestampNO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_customer_push_notification_access_time`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_customer` int(11) NOT NULL,`time_added` datetime NOT NULL,`date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,PRIMARY KEY (`id`))ENGINE

Safe to delete?

If you have uninstalled Knowband Mobile App Builder, 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_customer_push_notification_access_time`;

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

Other tables from Knowband Mobile App Builder