Skip to content
dimraven edited this page Feb 6, 2012 · 2 revisions

Each workspace contain three different database tables each:

  • Node
  • NodeValue
  • NodeType

The Node table contains the raw node data and the nodes relationship towards other nodes. Every node have a node type, which is a way to differantiate between nodes. It can also have one or more node values connected to it.

Contenido creates the neccessary database tables for you when connecting to a database for the first time. It uses a table name prefix to separate workspace tables between each other. Example: If we create a workspace called test then Contenido creates the tables:

  • test_Node
  • test_NodeValue
  • test_NodeType
Clone this wiki locally