[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Setup * 4 * http://www.eGroupWare.org * 5 * Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de * 6 * -------------------------------------------- * 7 * This program is free software; you can redistribute it and/or modify it * 8 * under the terms of the GNU General Public License as published by the * 9 * Free Software Foundation; either version 2 of the License, or (at your * 10 * option) any later version. * 11 \**************************************************************************/ 12 13 /* $Id: tables_baseline.inc.php 17752 2005-02-12 15:50:56Z nelius_weiss $ */ 14 15 16 $phpgw_baseline = array( 17 'egw_resources' => array( 18 'fd' => array( 19 'id' => array('type' => 'auto'), 20 'name' => array('type' => 'varchar','precision' => '100'), 21 'short_description' => array('type' => 'varchar','precision' => '100'), 22 'cat_id' => array('type' => 'int','precision' => '11','nullable' => False), 23 'quantity' => array('type' => 'int','precision' => '11'), 24 'useable' => array('type' => 'int','precision' => '11'), 25 'location' => array('type' => 'varchar','precision' => '100'), 26 'bookable' => array('type' => 'varchar','precision' => '1'), 27 'buyable' => array('type' => 'varchar','precision' => '1'), 28 'prize' => array('type' => 'varchar','precision' => '200'), 29 'long_description' => array('type' => 'longtext'), 30 'picture' => array('type' => 'blob'), 31 'accessories' => array('type' => 'varchar','precision' => '50') 32 ), 33 'pk' => array('id'), 34 'fk' => array(), 35 'ix' => array(), 36 'uc' => array() 37 ) 38 );
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |