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.130, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php, 1.130, 1.131
Date: Thu, 04 Sep 2003 13:27:29 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv17393/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.130
retrieving revision 1.131
diff -C2 -r1.130 -r1.131
*** tables_current.inc.php      3 Sep 2003 18:04:35 -0000       1.130
--- tables_current.inc.php      4 Sep 2003 17:27:27 -0000       1.131
***************
*** 199,206 ****
                                'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'c' => array('type' => 'varchar','precision' => 
'255','nullable' => True),
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
!                               'd' => array('type' => 'timestamp','nullable' 
=> True),
                                't' => array('type' => 'text','nullable' => 
True)
                        ),
--- 199,206 ----
                                'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'c' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
!                               'd' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp'),
                                't' => array('type' => 'text','nullable' => 
True)
                        ),
***************
*** 507,514 ****
                                'chapter_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'start_date' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'end_date' => array('type' => 'int','precision' 
=> '4','nullable' => True),
!                               'coordinator' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'status' => array('type' => 
'varchar','precision' => '20','nullable' => False,'default' => 'active'),
                                'descr' => array('type' => 'text','nullable' => 
True),
--- 507,514 ----
                                'chapter_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'start_date' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'end_date' => array('type' => 'int','precision' 
=> '4','nullable' => False),
!                               'coordinator' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'status' => array('type' => 
'varchar','precision' => '20','nullable' => False,'default' => 'active'),
                                'descr' => array('type' => 'text','nullable' => 
True),
***************
*** 683,687 ****
                                'grouping_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'grouping_descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'hours_descr' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'remark' => array('type' => 'text','nullable' 
=> True),
--- 683,686 ----
***************
*** 890,894 ****
                                'artid' => array('type' => 'int','precision' => 
'2','nullable' => False),
                                'godkjentbelop' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
True),
!                               'spvend_code' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'oppsynsmannid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
                                'saksbehandlerid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
--- 889,893 ----
                                'artid' => array('type' => 'int','precision' => 
'2','nullable' => False),
                                'godkjentbelop' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
True),
!                               'spvend_code' => array('type' => 
'varchar','precision' => '12','nullable' => True),
                                'oppsynsmannid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
                                'saksbehandlerid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
***************
*** 913,917 ****
                                'typeid' => array('type' => 'int','precision' 
=> '2','nullable' => False),
                                'kildeid' => array('type' => 'int','precision' 
=> '2','nullable' => False),
!                               'pmwrkord_code' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'belop' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
False),
                                'fakturadato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
--- 912,916 ----
                                'typeid' => array('type' => 'int','precision' 
=> '2','nullable' => False),
                                'kildeid' => array('type' => 'int','precision' 
=> '2','nullable' => False),
!                               'pmwrkord_code' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'belop' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
False),
                                'fakturadato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
***************
*** 919,923 ****
                                'forfallsdato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'fakturanr' => array('type' => 
'varchar','precision' => '15','nullable' => False),
!                               'spbudact_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'regtid' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'artid' => array('type' => 'int','precision' => 
'2','nullable' => False),
--- 918,922 ----
                                'forfallsdato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'fakturanr' => array('type' => 
'varchar','precision' => '15','nullable' => False),
!                               'spbudact_code' => array('type' => 
'varchar','precision' => '30','nullable' => True),
                                'regtid' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'artid' => array('type' => 'int','precision' => 
'2','nullable' => False),
***************
*** 959,963 ****
                                'forfallsdato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'fakturanr' => array('type' => 
'varchar','precision' => '15','nullable' => False),
!                               'spbudact_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'regtid' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'artid' => array('type' => 'int','precision' => 
'2','nullable' => False),
--- 958,962 ----
                                'forfallsdato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'fakturanr' => array('type' => 
'varchar','precision' => '15','nullable' => False),
!                               'spbudact_code' => array('type' => 
'varchar','precision' => '30','nullable' => True),
                                'regtid' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
                                'artid' => array('type' => 'int','precision' => 
'2','nullable' => False),
***************
*** 1381,1385 ****
                                'loc4' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),
                                'address' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'tenant_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'status' => array('type' => 
'varchar','precision' => '10','nullable' => True)
--- 1380,1383 ----
***************
*** 1473,1486 ****
                        ),
                        'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-               'fm_cache' => array(
-                       'fd' => array(
-                               'name' => array('type' => 'varchar','precision' 
=> '30','nullable' => False),
-                               'value' => array('type' => 'text','nullable' => 
False)
-                       ),
-                       'pk' => array('name'),
                        'fk' => array(),
                        'ix' => array(),
--- 1471,1474 ----





reply via email to

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