Database Diagram

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
rbfigueira

Database Diagram

Post by rbfigueira »

Hi,

Can anyone put here the database diagram ?
Diagram with tables, columns, type, size, etc

Thanks
Raven

Re: Database Diagram

Post by Raven »

The tables in cmsms are fairly long and would probably not be a good idea to put them all here. I'll suggest you explore the tables yourself;

option 1:
Use an own program like "mySQL administrator". Available from http://www.mysql.se. This is a GUI and probably the easiest to use.

option 2:
From the command line. Use the steps for exploring a database like described here:
http://www.mysql.se/doc/refman/4.1/en/g ... ation.html

option 3:
Explore the files createsql.php and schema.php (i think) in the ./install/schema directory.

Good luck
Locked

Return to “CMSMS Core”