wp_dino_layout
StaticStores dino layout data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(10) | NO |
| tipo_layout | int | NO |
CREATE TABLE Statement
CREATE TABLE wp_dino_layout ( id int(10) NOT NULL AUTO_INCREMENT, tipo_layout int NOT NULL, PRIMARY KEY (id) );
Safe to delete?
If you have uninstalled Dino Divulgador de Notícias, 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_dino_layout`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Dino Divulgador de Notícias