[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

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

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Webpage news admin                                          *
   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      * This program was sponsered by Golden Glair productions                   *
  12      * http://www.goldenglair.com                                               *
  13      \**************************************************************************/
  14  
  15      /* $Id: tables_baseline.inc.php 13540 2004-01-27 23:27:03Z reinerj $ */
  16  
  17     // table array for news_admin
  18      $phpgw_baseline = array(
  19          'webpage_news' => array(
  20              'fd' => array(
  21                  'news_id' => array('type' => 'auto','nullable' => False),
  22                  'news_date' => array('type' => 'int', 'precision' => 4,'nullable' => True),
  23                  'news_subject' => array('type' => 'varchar', 'precision' => 255,'nullable' => True),
  24                  'news_submittedby' => array('type' => 'varchar', 'precision' => 255,'nullable' => True),
  25                  'news_content' => array('type' => 'blob','nullable' => True),
  26                  'news_status' => array('type' => 'varchar', 'precision' => 16,'nullable' => True)
  27              ),
  28              'pk' => array('news_id'),
  29              'fk' => array(),
  30              'ix' => array(),
  31              'uc' => array()
  32          ),
  33      );
  34  ?>


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