wp_foxlms_user_activity

Static

Stores foxlms user activity data created by this plugin.

CREATE TABLE Statement

CREATE TABLE `wp_foxlms_user_activity` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `user_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', `post_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', `course_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', `type` VARCHAR(50) COLLATE

Safe to delete?

If you have uninstalled Fox LMS – eLearning & Course 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_foxlms_user_activity`;

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

Other tables from Fox LMS – eLearning & Course Builder