chaoley / tradie-choice

Automatically exported from code.google.com/p/tradie-choice
0 stars 0 forks source link

db optimisation #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

There is no comments in table or table column. Because of this developer could 
not understand why this column in used or where the column is used. This could 
be solved. (Minor problem)

There is no key constraint or relation among the table. Like in user table user 
id must be related to those table's user id where it is used. For this many 
demo data has been inserted. This could be solved. (major problem)

Different type of table constraints are used, LIke some user creat table by 
MyISAM some create InnoDB. We should use similar type of table type. Could be 
solved. (Major problem)

Original issue reported on code.google.com by cih...@gmail.com on 28 Sep 2013 at 8:08

GoogleCodeExporter commented 9 years ago
comments on table and table column is completed

Original comment by bdsa...@gmail.com on 30 Sep 2013 at 6:01

GoogleCodeExporter commented 9 years ago
type conversion of table is completed

Original comment by bdsa...@gmail.com on 30 Sep 2013 at 6:01

GoogleCodeExporter commented 9 years ago
only making relation of constraint remains

Original comment by bdsa...@gmail.com on 30 Sep 2013 at 6:02

GoogleCodeExporter commented 9 years ago
Database foreign key constraints completed

Original comment by bdsa...@gmail.com on 1 Oct 2013 at 6:27

GoogleCodeExporter commented 9 years ago
All the issues assigned to me are completed

Original comment by bdsa...@gmail.com on 1 Oct 2013 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by cih...@gmail.com on 3 Nov 2013 at 11:07