Hi,
Can anyone put here the database diagram ?
Diagram with tables, columns, type, size, etc
Thanks
Database Diagram
-
Raven
Re: Database Diagram
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
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
