fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7466] Rental: Added column furnish_type_id


From: Torstein
Subject: [Fmsystem-commits] [7466] Rental: Added column furnish_type_id
Date: Mon, 04 Jul 2011 07:23:50 +0000

Revision: 7466
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7466
Author:   vator
Date:     2011-07-04 07:23:49 +0000 (Mon, 04 Jul 2011)
Log Message:
-----------
Rental: Added column furnish_type_id

Modified Paths:
--------------
    trunk/rental/setup/tables_current.inc.php

Modified: trunk/rental/setup/tables_current.inc.php
===================================================================
--- trunk/rental/setup/tables_current.inc.php   2011-07-04 07:20:44 UTC (rev 
7465)
+++ trunk/rental/setup/tables_current.inc.php   2011-07-04 07:23:49 UTC (rev 
7466)
@@ -27,7 +27,8 @@
                                        'place' =>                              
array('type' => 'varchar','precision' => '255'),
                                        'has_custom_address' => array('type' => 
'bool','nullable' => false,'default' => 'false'),
                     'object_type_id' =>     array('type' => 'int', 'precision' 
=> 2, 'nullable' => true, 'default' => null),
-                    'area' =>               array('type' => 'decimal', 
'precision' => '20','scale' => '2', 'nullable' => true)
+                    'area' =>               array('type' => 'decimal', 
'precision' => '20','scale' => '2', 'nullable' => true),
+                                       'furnish_type_id' =>    array('type' => 
'int', 'precision' => 4, 'nullable' => true)
                                ),
                                'pk' => array('id'),
                                'fk' => array(),
@@ -49,7 +50,6 @@
                                        array('composite_id','location_code')
                                )
                ),
-               
                'rental_contract_responsibility' => array(
                        'fd' => array(
                                'id'            => array('type' => 'auto', 
'nullable' => false),




reply via email to

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