proxima-cms / core

Proxima CMS - A Kohana 3 powered content management system
http://cms.proxima.cc
MIT License
2 stars 0 forks source link

DB relationships and schema diagram #30

Open badsyntax opened 12 years ago

badsyntax commented 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.

badsyntax commented 12 years ago

We have an issue with InnoDB & MyISAM tables. InnoDB = no fulltext, MyISAM = no referencial relationships. We /could/ join tables to use FULLTEXT..