Skip to main content

Blogging System database tables

If you are planning to add blog system on your own web project then you can use below tables for implementation of your blog system.Mainly there are two tables post_table and comments_table. Another blogger_account table is also used for info about post creator detail.



1. blogger_account Table in mysql

blogger_account Table in mysql


2. post_table  Table in mysql

mysql table for blog post
Post table in mysql

3. comments_table  Table in mysql

mysql post comments table snapshot

Comments