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.61,1.62


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.61,1.62
Date: Wed, 23 Apr 2003 04:41:50 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv31432/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.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** tables_current.inc.php      20 Apr 2003 22:24:30 -0000      1.61
--- tables_current.inc.php      23 Apr 2003 08:41:47 -0000      1.62
***************
*** 531,545 ****
                'fm_drawing' => array(
                        'fd' => array(
                                'drawing_name' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'property_id' => array('type' => 
'varchar','precision' => '4','nullable' => False),
!                               'building_id' => array('type' => 
'varchar','precision' => '2','nullable' => False),
!                               'entrance_id' => array('type' => 
'varchar','precision' => '2','nullable' => False),
                                'floor_id' => array('type' => 
'varchar','precision' => '8','nullable' => False),
!                               'address' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
!                       'pk' => array('drawing_name'),
                        'fk' => array(),
                        'ix' => array(),
--- 531,554 ----
                'fm_drawing' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'title' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'drawing_name' => array('type' => 
'varchar','precision' => '50','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '255','nullable' => True),
+                               'version' => array('type' => 
'varchar','precision' => '10','nullable' => True),
+                               'drawing_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'status' => array('type' => 
'varchar','precision' => '10','nullable' => True),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'equipment_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
!                               'address' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'floor_id' => array('type' => 
'varchar','precision' => '8','nullable' => False),
!                               'coordinator' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'branch_id' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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