Skip to main content

Posts

Showing posts from January, 2016

Database Table for Complaint Management System Project

Hiii, Here we are going to show you a collection of mysql database tables for Complaint Management System Project. This project may be the part of your project or Project itself.   There are 7 tables in complaint management system .These mysql tables are capable to run your complaint management web application. Suppose you have your own shopping website like amazon.in   ,  flipkart  ,  shopclues  ,  snapdeal  or paytm   etc , you would like to manage users queries and their complaints on your own system.  These website also have some portion for Complaint Tokens or Ticket raising facility on their website.  So majorly three party involves in this system. First is Complainer .  Second one is Company || website (against party)  .  And third is admin of this system. Following tables are minimum requirement for a complaint management system project or website. These are 7 database tables in mysql for CMS [complaint management system]. User or Complainer  Re

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 2.  post_table   Table in mysql Post table in mysql 3. comments _table   Table in mysql