[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/infolog/setup/ -> tables_baseline.inc.php (source)

   1  <?php
   2    /**************************************************************************\
   3    * eGroupWare                                                             *
   4    * http://www.egroupware.org                                              *
   5    * --------------------------------------------                             *
   6    *  This program is free software; you can redistribute it and/or modify it *
   7    *  under the terms of the GNU General Public License as published by the   *
   8    *  Free Software Foundation; either version 2 of the License, or (at your  *
   9    *  option) any later version.                                              *
  10    \**************************************************************************/
  11  
  12    /* $Id: tables_baseline.inc.php 13458 2004-01-25 21:18:38Z reinerj $ */
  13  
  14      $phpgw_baseline = array(
  15          'phpgw_infolog' => array(
  16              'fd' => array(
  17                  'info_id' => array('type' => 'auto','nullable' => False),
  18                  'info_type' => array('type' => 'varchar', 'precision' => 255,'nullable' => False,'default' => 'task'),
  19                  'info_addr_id' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  20                  'info_proj_id' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  21                  'info_from' => array('type' => 'varchar', 'precision' => 64,'nullable' => True),
  22                  'info_addr' => array('type' => 'varchar', 'precision' => 64,'nullable' => True),
  23                  'info_subject' => array('type' => 'varchar', 'precision' => 64,'nullable' => True),
  24                  'info_des' => array('type' => 'text','nullable' => True),
  25                  'info_owner' => array('type' => 'int', 'precision' => 4,'nullable' => False),
  26                  'info_responsible' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  27                  'info_access' => array('type' => 'varchar', 'precision' => 10,'nullable' => True,'default' => 'public'),
  28                  'info_cat' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  29                  'info_datecreated' => array('type' => 'int', 'precision' => 4,'nullable' => False),
  30                  'info_startdate' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  31                  'info_enddate' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  32                  'info_id_parent' => array('type' => 'int', 'precision' => 4,'nullable' => False,'default' => 0),
  33                  'info_pri' => array('type' => 'varchar', 'precision' => 255,'nullable' => True,'default' => 'normal'),
  34                  'info_time' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  35                  'info_bill_cat' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  36                  'info_status' => array('type' => 'varchar', 'precision' => 255,'nullable' => True,'default' => 'done'),
  37                  'info_confirm' => array('type' => 'varchar', 'precision' => 255,'nullable' => True,'default' => 'not')
  38              ),
  39              'pk' => array('info_id'),
  40              'fk' => array(),
  41              'ix' => array(),
  42              'uc' => array()
  43          )
  44      );
  45  
  46  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7