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.6


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.1.1.6
Date: Tue, 25 May 2004 23:15:22 +0200

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

date: 2004/05/25 21:15:22;  author: sigurdne;  state: Exp;  lines: +38 -3

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.1.1.5 
property/setup/tables_current.inc.php:1.1.1.6
--- property/setup/tables_current.inc.php:1.1.1.5       Tue May 18 17:53:52 2004
+++ property/setup/tables_current.inc.php       Tue May 25 21:15:22 2004
@@ -1374,14 +1374,14 @@
                ),
                'fm_owner' => array(
                        'fd' => array(
-                               'owner_id' => array('type' => 
'auto','precision' => '4','nullable' => False),
+                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
                                'abid' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'org_name' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'remark' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
-                       'pk' => array('owner_id'),
+                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
@@ -1397,6 +1397,41 @@
                        'ix' => array(),
                        'uc' => array()
                ),
+               'fm_owner_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_owner_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_cache' => array(
                        'fd' => array(
                                'name' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),




reply via email to

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