Table: sermon_notes - id (int(11)) - title (varchar(255)) - content (longblob) - published_date (datetime) - created_by (varchar(255)) - hits (int(11)) Table: bible_studies - id (int(11)) - title (varchar(255)) - content (longtext) - published_date (datetime) - created_by (varchar(255)) - hits (int(11))