From: konrad Date: Sat, 1 Mar 2008 10:52:03 +0000 (+0000) Subject: clarify tables X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6c3ae4489679e34ed1c19d66584fdf1c013e5b56;p=web%2Fkonrad%2Fsmoke.git clarify tables git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@95 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/www/inc/db/db_scheme.php b/www/inc/db/db_scheme.php index 006cff8..db4e2ed 100644 --- a/www/inc/db/db_scheme.php +++ b/www/inc/db/db_scheme.php @@ -9,6 +9,10 @@ class DbScheme { "ckey"=>array("string:32","primarykey"), "cval"=>array("string") ); + + // //////////////////// + // Machine Interface Stuff + //clients $this->scheme["host"]=array( "hostname"=>array("string:64","primarykey"), @@ -43,6 +47,10 @@ class DbScheme { "timeout"=>array("int32","notnull") ); + + // ////////////////////// + // Shared Stuff + //rooms $this->scheme["room"]=array( "roomid" => array("string:64","primarykey"), @@ -127,6 +135,10 @@ class DbScheme { "value" => array("int32","notnull") ); + + // ///////////////////////// + // Web-Interface Stuff + //shopping cart $this->scheme["cart"]=array( //the cookie for this cart