Home
Architecture
Database
JoCC Paper
Lilac Docs
Manage Test Server
NSF Stuff
Technical
Standards
Tools
Prototype
Old Papers
Old Prototypes
|
Database
This page is for the database underlying the county. It's in MySQL.
Here is the ERD:

This was created in MyERD (see the tools
page to get it). You can download the file for the ER diagram in MyERD format.
Notes:
- The content field in document_component contains an XML
representation of the the content. We still need to set the XML
standards for each document type.
- A space is either a room or a public area in a village.
- Spaces are owned by either a person or a village. owner_type
specifies which.
- In permission_lists, either p_id or v_id is specified. The other is
null.
- When a comment is created, its initial view permissions are copied
from the document to which it applies.
Contact Kieran
Mathieson (mathieso@oakland.edu)
with questions or comments.
|