[ 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_baseline.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Polls                                                       *
   4      * http://www.egroupware.org                                                *
   5      * Copyright (c) 1999 Till Gerken (tig@skv.org)                             *
   6      * Modified by Greg Haygood (shrykedude@bellsouth.net)                      *
   7      * -----------------------------------------------                          *
   8      *  This program is free software; you can redistribute it and/or modify it *
   9      *  under the terms of the GNU General Public License as published by the   *
  10      *  Free Software Foundation; either version 2 of the License, or (at your  *
  11      *  option) any later version.                                              *
  12      \**************************************************************************/
  13  
  14      /**************************************************************************\
  15      * This file should be generated for you. It should never be edited by hand *
  16      \**************************************************************************/
  17  
  18      /* $Id: tables_baseline.inc.php 13388 2004-01-22 04:45:52Z shrykedude $ */
  19  
  20      // table array for polls
  21      $phpgw_baseline = array(
  22          'phpgw_polls_data' => array(
  23              'fd' => array(
  24                  'poll_id' => array('type' => 'int', 'precision' => 4,'nullable' => False),
  25                  'option_text' => array('type' => 'varchar', 'precision' => 100,'nullable' => False),
  26                  'option_count' => array('type' => 'int', 'precision' => 4,'nullable' => False),
  27                  'vote_id' => array('type' => 'int', 'precision' => 4,'nullable' => False)
  28              ),
  29              'pk' => array(),
  30              'fk' => array(),
  31              'ix' => array(),
  32              'uc' => array()
  33          ),
  34          'phpgw_polls_desc' => array(
  35              'fd' => array(
  36                  'poll_id' => array('type' => 'auto','nullable' => False),
  37                  'poll_title' => array('type' => 'varchar', 'precision' => 100,'nullable' => False),
  38                  'poll_timestamp' => array('type' => 'int', 'precision' => 4,'nullable' => False)
  39              ),
  40              'pk' => array('poll_id'),
  41              'fk' => array(),
  42              'ix' => array(),
  43              'uc' => array()
  44          ),
  45          'phpgw_polls_user' => array(
  46              'fd' => array(
  47                  'poll_id' => array('type' => 'int', 'precision' => 4,'nullable' => False),
  48                  'vote_id' => array('type' => 'int', 'precision' => 4,'nullable' => False),
  49                  'user_id' => array('type' => 'int', 'precision' => 4,'nullable' => False),
  50                  'vote_timestamp' => array('type' => 'int', 'precision' => 4,'nullable' => True)
  51              ),
  52              'pk' => array(),
  53              'fk' => array(),
  54              'ix' => array(),
  55              'uc' => array()
  56          ),
  57          'phpgw_polls_settings' => array(
  58              'fd' => array(
  59                  'setting_name' => array('type' => 'varchar', 'precision' => 255,'nullable' => True),
  60                  'setting_value' => array('type' => 'varchar', 'precision' => 255,'nullable' => True)
  61              ),
  62              'pk' => array(),
  63              'fk' => array(),
  64              'ix' => array(),
  65              'uc' => array()
  66          )
  67      );
  68  ?>


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