Page 1 of 1
Database Diagram
Posted: Fri Jan 06, 2006 12:25 pm
by rbfigueira
Hi,
Can anyone put here the database diagram ?
Diagram with tables, columns, type, size, etc
Thanks
Re: Database Diagram
Posted: Sun Jan 08, 2006 4:05 pm
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