phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.1.1.4
Date: Tue, 18 May 2004 15:45:37 +0200

Update of /property/setup
Modified Files:
        Branch: 
          tables_current.inc.php

date: 2004/05/18 13:45:37;  author: sigurdne;  state: Exp;  lines: +37 -1

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.1.1.3 
property/setup/tables_current.inc.php:1.1.1.4
--- property/setup/tables_current.inc.php:1.1.1.3       Thu May 13 18:08:03 2004
+++ property/setup/tables_current.inc.php       Tue May 18 13:45:37 2004
@@ -146,6 +146,42 @@
                        'uc' => array()
                ),
 
+               'fm_tenant_attribute' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'column_name' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'input_text' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'list' => array('type' => 'int','precision' => 
'2','nullable' => True),
+                               'location_form' => array('type' => 
'int','precision' => '2','nullable' => True),
+                               'lookup_form' => array('type' => 
'int','precision' => '2','nullable' => True),
+                               'statustext' => array('type' => 
'varchar','precision' => '100','nullable' => False),
+                               'size' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'datatype' => array('type' => 
'varchar','precision' => '10','nullable' => True),
+                               'attrib_sort' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'precision_' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'scale' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'default_value' => array('type' => 
'varchar','precision' => '20','nullable' => True),
+                               'nullable' => array('type' => 
'varchar','precision' => '5','nullable' => False,'default' => 'True')
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+               'fm_tenant_choice' => array(
+                       'fd' => array(
+                               'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'value' => array('type' => 'text','nullable' => 
False)
+                       ),
+                       'pk' => array('attrib_id','id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+
                'fm_district' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'2','nullable' => False),




reply via email to

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