wp_addpipe_shortcodes

Static

Stores addpipe shortcodes data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑shortcode_idINT(6)NO
lengthINT(11)YES
qualityVARCHAR(5)YES
env_codeCHAR(6)YES
widthVARCHAR(25)YES
heightINT(20)YES
asvSMALLINT(1)YES
aoSMALLINT(1)YES
showMenuSMALLINT(1)YES
sisSMALLINT(1)YES
dupSMALLINT(1)YES
srecSMALLINT(1)YES
countdowntimerINT(11)YES
bgblurSMALLINT(1)YES
bgcolVARCHAR(25)YES
menucolVARCHAR(25)YES
post_idINT(11)YES
dateTIMESTAMPYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_addpipe_shortcodes` ( `shortcode_id` INT(6) NOT NULL AUTO_INCREMENT, `length` INT(11), `quality` VARCHAR(5), `env_code` CHAR(6), `width` VARCHAR(25), `height` INT(20), `asv` SMALLINT(1) DEFAULT 1, `ao` SMALLINT(1) DEFAULT 0, `showMenu` SMALLINT(1) DEFAULT 1, `sis` SMALLINT(1) DEFAULT 0, `dup` SMALLINT(1) DEFAULT 0, `srec` SMALLINT(1) DEFAULT 0, `countdowntimer` INT(11) DEFAULT 0, `bgblur` SMALLINT(1) DEFAULT 0, `bgcol` VARCHAR(25), `menucol` VARCHAR(25), `post_id` INT(11) DEFAULT 0, `date` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`shortcode_id`) ) $charset_collate; "; // Execute the query using dbDelta dbDelta($sql);

Safe to delete?

If you have uninstalled Pipe Audio Video and Screen Recorder, 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_addpipe_shortcodes`;

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

Other tables from Pipe Audio Video and Screen Recorder