[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/polls/setup/ -> tables_current.inc.php (source)

   1  <?php
   2    /**************************************************************************\
   3    * eGroupWare - Setup                                                       *
   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    /**************************************************************************\
  13    * This file should be generated for you. It should never be edited by hand *
  14    \**************************************************************************/
  15  
  16    /* $Id: tables_current.inc.php 13539 2004-01-27 21:02:27Z reinerj $ */
  17  
  18    // table array for polls
  19      $phpgw_baseline = array(
  20          'phpgw_polls_data' => array(
  21              'fd' => array(
  22                  'poll_id' => array('type' => 'int','precision' => '4','nullable' => False),
  23                  'option_text' => array('type' => 'varchar','precision' => '100','nullable' => False),
  24                  'option_count' => array('type' => 'int','precision' => '4','nullable' => False),
  25                  'vote_id' => array('type' => 'int','precision' => '4','nullable' => False)
  26              ),
  27              'pk' => array(),
  28              'fk' => array(),
  29              'ix' => array(),
  30              'uc' => array()
  31          ),
  32          'phpgw_polls_desc' => array(
  33              'fd' => array(
  34                  'poll_id' => array('type' => 'auto','nullable' => False),
  35                  'poll_title' => array('type' => 'varchar','precision' => '100','nullable' => False),
  36                  'poll_timestamp' => array('type' => 'int','precision' => '4','nullable' => False)
  37              ),
  38              'pk' => array('poll_id'),
  39              'fk' => array(),
  40              'ix' => array(),
  41              'uc' => array()
  42          ),
  43          'phpgw_polls_user' => array(
  44              'fd' => array(
  45                  'poll_id' => array('type' => 'int','precision' => '4','nullable' => False),
  46                  'vote_id' => array('type' => 'int','precision' => '4','nullable' => False),
  47                  'user_id' => array('type' => 'int','precision' => '4','nullable' => False),
  48                  'vote_timestamp' => array('type' => 'int','precision' => '4','nullable' => True)
  49              ),
  50              'pk' => array(),
  51              'fk' => array(),
  52              'ix' => array(),
  53              'uc' => array()
  54          ),
  55          'phpgw_polls_settings' => array(
  56              'fd' => array(
  57                  'setting_name' => array('type' => 'varchar','precision' => '255','nullable' => True),
  58                  'setting_value' => array('type' => 'varchar','precision' => '255','nullable' => True)
  59              ),
  60              'pk' => array(),
  61              'fk' => array(),
  62              'ix' => array(),
  63              'uc' => array()
  64          )
  65      );
  66  ?>


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