Open badsyntax opened 12 years ago
There appears to be a couple of foreign key constraints missing, we need to fix this.
A DB schema diagram, showing the tables, fields and relationships also needs to be created.
We have an issue with InnoDB & MyISAM tables. InnoDB = no fulltext, MyISAM = no referencial relationships. We /could/ join tables to use FULLTEXT..
There appears to be a couple of foreign key constraints missing, we need to fix this.
A DB schema diagram, showing the tables, fields and relationships also needs to be created.