phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.45,1.46


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.45,1.46
Date: Fri, 14 Mar 2003 09:34:58 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv2076/setup

Modified Files:
        tables_current.inc.php 
Log Message:
no message

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** tables_current.inc.php      13 Mar 2003 18:26:31 -0000      1.45
--- tables_current.inc.php      14 Mar 2003 14:33:12 -0000      1.46
***************
*** 100,103 ****
--- 100,118 ----
                        'uc' => array()
                ),
+ 
+               'fm_meter' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
+                               'type' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
+                               'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'user_created' => array('type' => 
'int','precision' => '4','nullable' => True)
+                       ),
+                       'pk' => array('id','location_code'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                'fm_streetaddress' => array(
                        'fd' => array(





reply via email to

[Prev in Thread] Current Thread [Next in Thread]