fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9558]


From: Torstein
Subject: [Fmsystem-commits] [9558]
Date: Tue, 12 Jun 2012 10:33:41 +0000

Revision: 9558
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9558
Author:   vator
Date:     2012-06-12 10:33:40 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------


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

Modified: trunk/controller/setup/tables_current.inc.php
===================================================================
--- trunk/controller/setup/tables_current.inc.php       2012-06-12 09:44:28 UTC 
(rev 9557)
+++ trunk/controller/setup/tables_current.inc.php       2012-06-12 10:33:40 UTC 
(rev 9558)
@@ -149,10 +149,10 @@
                ),
                'controller_control_component_list' => array(
                                'fd' => array(
-                                       'id' => array('type' => 'auto', 
'nullable' => false),
-                                       'control_id' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
-                                       'location_id' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
-                                       'component_id' => array('type' => 
'int', 'precision' => '4', 'nullable' => false)
+                                       'id'                                    
        => array('type' => 'auto', 'nullable' => false),
+                                       'control_id'            => array('type' 
=> 'int', 'precision' => '4', 'nullable' => false),
+                                       'location_id'   => array('type' => 
'int', 'precision' => '4', 'nullable' => false),
+                                       'component_id'  => array('type' => 
'int', 'precision' => '4', 'nullable' => false)
                                ),
                        'pk' => array('id'),
                        'fk' => array(),
@@ -161,9 +161,9 @@
                ),
                'controller_control_group_component_list' => array(
                                'fd' => array(
-                                       'id' => array('type' => 'auto', 
'nullable' => false),
-                                       'control_group_id' => array('type' => 
'int', 'precision' => '4', 'nullable' => false),
-                                       'component_id' => array('type' => 
'int', 'precision' => '4', 'nullable' => false)
+                                       'id'                                    
                        => array('type' => 'auto', 'nullable' => false),
+                                       'control_group_id'      => array('type' 
=> 'int', 'precision' => '4', 'nullable' => false),
+                                       'component_id'                  => 
array('type' => 'int', 'precision' => '4', 'nullable' => false)
                                ),
                        'pk' => array('id'),
                        'fk' => array(),
@@ -172,7 +172,7 @@
                ),
                'controller_document_types' => array(
                        'fd' => array(
-                               'id' => array('type' => 'auto', 'nullable' => 
false),
+                               'id'            => array('type' => 'auto', 
'nullable' => false),
                                'title' => array('type' => 'varchar', 
'precision' => '255', 'nullable' => false)
                        ),
                        'pk' => array('id'),
@@ -184,7 +184,7 @@
                        'fd' => array(
                                'id'            => array('type' => 'auto', 
'nullable' => false),
                                'name'          => array('type' => 'varchar', 
'precision' => '255', 'nullable' => false),
-                               'procedure_id'   => array('type' => 'int', 
'precision' => '4', 'nullable' => true),
+                               'procedure_id'  => array('type' => 'int', 
'precision' => '4', 'nullable' => true),
                                'title'         => array('type' => 'varchar', 
'precision' => '255', 'nullable' => true),
                                'description'   => array('type' => 'text', 
'nullable' => true),
                                'type_id'       => array('type' => 'int', 
'precision' => '4', 'nullable' => false)
@@ -199,17 +199,17 @@
                ),
                'controller_check_item_case' => array(
                        'fd' => array(
-                               'id'                    => array('type' => 
'auto', 'nullable' => false),
-                               'check_item_id'         => array('type' => 
'int', 'precision' => '4', 'nullable' => false),
-                               'status'                        => array('type' 
=> 'int', 'precision' => '4', 'nullable' => false),
-                               'measurement'       => array('type' => 
'varchar', 'precision' => '50', 'nullable' => True),
-                               'location_id'           => array('type' => 
'int', 'precision' => '4', 'nullable' => true), // representer 
meldingsfregisteret
+                               'id'                            => array('type' 
=> 'auto', 'nullable' => false),
+                               'check_item_id'                 => array('type' 
=> 'int', 'precision' => '4', 'nullable' => false),
+                               'status'                                        
        => array('type' => 'int', 'precision' => '4', 'nullable' => false),
+                               'measurement'           => array('type' => 
'varchar', 'precision' => '50', 'nullable' => True),
+                               'location_id'                   => array('type' 
=> 'int', 'precision' => '4', 'nullable' => true), // representer 
meldingsfregisteret
         'location_item_id'     => array('type' => 'int', 'precision' => '8', 
'nullable' => true), //meldings id
-        'descr'                        => array('type' => 'text','nullable' => 
true),
-        'user_id'                      => array('type' => 'int','precision' => 
'4','nullable' => true),
-        'entry_date'           => array('type' => 'int', 'precision' => 
8,'nullable' => false),
-        'modified_date'                => array('type' => 'int', 'precision' 
=> 8,'nullable' => True),
-        'modified_by'          => array('type' => 'int', 'precision' => 
4,'nullable' => True),
+        'descr'                                                => array('type' 
=> 'text','nullable' => true),
+        'user_id'                                      => array('type' => 
'int','precision' => '4','nullable' => true),
+        'entry_date'                           => array('type' => 'int', 
'precision' => 8,'nullable' => false),
+        'modified_date'                        => array('type' => 'int', 
'precision' => 8,'nullable' => True),
+        'modified_by'                  => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
       ),
       'pk' => array('id'),
       'fk' => array('controller_check_item' => array('check_item_id' => 'id')),




reply via email to

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