wp_bukhari_chapters

Static

Stores bukhari chapters data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
name_englishvarchar(200)NO
name_arabicvarchar(200)NO
book_rangevarchar(100)NO
id_chapterint(10)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `bukhari_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_bukhari_chapters`;

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

Other tables from Sahih al Bukhari Hadiths