source: trunk/instant_messenger/setup/tables_current.inc.php @ 20

Revision 20, 1003 bytes checked in by niltonneto, 17 years ago (diff)

Inclusão do módulo Mensageiro Instantâneo no CVS.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2        /***************************************************************************\
3        * Mensageiro Instantâneo                                                                                                    *
4        * Alexandre Correia / Rodrigo Souza                                                                                 *
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        $phpgw_baseline = array(
13                'phpgw_im_auth_user' => array(
14                        'fd' => array(
15                                'im_from' => array( 'type' => 'varchar', 'precision' => 150, 'nullable' => false ),
16                                'im_to' => array( 'type' => 'varchar', 'precision' => 150, 'nullable' => false )
17                        ),
18                        'pk' => array(),
19                        'fk' => array(),
20                        'ix' => array(),
21                        'uc' => array()
22                ),
23        );
24?>
Note: See TracBrowser for help on using the repository browser.