wp_muslim_chapters
StaticStores muslim chapters data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| name_english | varchar(200) | NO |
| name_arabic | varchar(200) | NO |
| book_range | varchar(100) | NO |
| id_chapter | int(10) | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `muslim_chapters` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name_english` varchar(200) NOT NULL, `name_arabic` varchar(200) NOT NULL, `book_range` varchar(100) NOT NULL, `id_chapter` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE
Safe to delete?
If you have uninstalled Sahih al Bukhari Hadiths, 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_muslim_chapters`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Sahih al Bukhari Hadiths