wp_daextletal_table
StaticStores daextletal table data created by this plugin.
CREATE TABLE Statement
CREATE TABLE wp_daextletal_table ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, temporary TINYINT(1) UNSIGNED DEFAULT 0, name VARCHAR(255) DEFAULT 'Table Name', description VARCHAR(255) DEFAULT 'Table Description', `rows` INT UNSIGNED DEFAULT 10, columns INT UNSIGNED DEFAULT 10, show_position TINYINT(1) UNSIGNED DEFAULT 0, position_side VARCHAR(5) DEFAULT 'left', order_by INT UNSIGNED DEFAULT 1, order_desc_asc TINYINT(1) UNSIGNED DEFAULT 0, order_data_type VARCHAR(10) DEFAULT 'auto', order_date_format VARCHAR(8) DEFAULT 'ddmmyyyy', table_layout TINYINT(1) UNSIGNED DEFAULT 0, table_width INT UNSIGNED DEFAULT 0, table_width_value INT UNSIGNED DEFAULT 400, table_minimum_width INT UNSIGNED DEFAULT 0, column_width TINYINT(1) UNSIGNED DEFAULT 0, column_width_value VARCHAR(2000) DEFAULT '100', table_margin_top INT UNSIGNED DEFAULT 20, table_margin_bottom INT UNSIGNED DEFAULT 20, enable_container TINYINT(1) UNSIGNED DEFAULT 0, container_width INT UNSIGNED DEFAULT 400, container_height INT UNSIGNED DEFAULT 400, header_background_color VARCHAR(7) DEFAULT '#C3512F', header_font_color VARCHAR(7) DEFAULT '#FFFFFF', header_link_color VARCHAR(7) DEFAULT '#FFFFFF', even_rows_background_color VARCHAR(7) DEFAULT '#FFFFFF', even_rows_font_color VARCHAR(7) DEFAULT '#666666', even_rows_link_color VARCHAR(7) DEFAULT '#C3512F', odd_rows_background_color VARCHAR(7) DEFAULT '#FCFCFC', odd_rows_font_color VARCHAR(7) DEFAULT '#666666', odd_rows_link_color VARCHAR(7) DEFAULT '#C3512F', header_border_color VARCHAR(7) DEFAULT '#B34A2A', header_position_alignment VARCHAR(6) DEFAULT 'center', rows_border_color VARCHAR(7) DEFAULT '#E1E1E1', phone_breakpoint INT UNSIGNED DEFAULT 479, tablet_breakpoint INT UNSIGNED DEFAULT 989, position_label VARCHAR(255) DEFAULT '#', number_format TINYINT(1) UNSIGNED DEFAULT 0, enable_sorting TINYINT(1) UNSIGNED DEFAULT 0, enable_manual_sorting TINYINT(1) UNSIGNED DEFAULT 0, show_header TINYINT(1) UNSIGNED DEFAULT 1, header_font_size INT UNSIGNED DEFAULT 11, header_font_family VARCHAR(255) DEFAULT '''Open Sans'', Helvetica, Arial, sans-serif', header_font_weight VARCHAR(3) DEFAULT 400, header_font_style VARCHAR(7) DEFAULT 'normal', body_font_size INT UNSIGNED DEFAULT 11, body_font_family VARCHAR(255) DEFAULT '''Open Sans'', Helvetica, Arial, sans-serif', body_font_weight VARCHAR(3) DEFAULT 400, body_font_style VARCHAR(7) DEFAULT 'normal', autoalignment_priority VARCHAR(7) DEFAULT 'rows', autoalignment_affected_rows_left VARCHAR(2000) DEFAULT '', autoalignment_affected_rows_center VARCHAR(2000) DEFAULT '', autoalignment_affected_rows_right VARCHAR(2000) DEFAULT '', autoalignment_affected_columns_left VARCHAR(110) DEFAULT '', autoalignment_affected_columns_center VARCHAR(110) DEFAULT '', autoalignment_affected_columns_right VARCHAR(110) DEFAULT '', hide_tablet_list VARCHAR(110) DEFAULT '', hide_phone_list VARCHAR(110) DEFAULT '', phone_header_font_size INT UNSIGNED DEFAULT 11, phone_body_font_size INT UNSIGNED DEFAULT 11, phone_hide_images TINYINT(1) UNSIGNED DEFAULT 0, tablet_header_font_size INT UNSIGNED DEFAULT 11, tablet_body_font_size INT UNSIGNED DEFAULT 11, tablet_hide_images TINYINT(1) UNSIGNED DEFAULT 0, enable_cell_properties TINYINT(1) UNSIGNED DEFAULT 1, PRIMARY KEY (id) ) COLLATE
Safe to delete?
If you have uninstalled League Table – WordPress Table Plugin, 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_daextletal_table`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from League Table – WordPress Table Plugin