/[gnue]/gnue-appserver/samples/auth.gsd
ViewVC logotype

Diff of /gnue-appserver/samples/auth.gsd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by siesel, Sat Aug 16 23:53:23 2003 UTC revision 1.2 by siesel, Wed Oct 8 14:59:32 2003 UTC
# Line 6  Line 6 
6    <tables>    <tables>
7      <table name="gnue_useraccess">      <table name="gnue_useraccess">
8        <fields>        <fields>
9          <field name="gnue_id" length="32" type="string"/>          <field name="gnue_id" length="32" type="string" nullable='N'/>
10          <field name="gnue_username" length="20" type="string"/>          <field name="gnue_username" length="20" type="string"/>
11          <field name="gnue_password" length="20" type="string"/>          <field name="gnue_password" length="20" type="string"/>
12          <field name="gnue_accesslist" length="100" type="string"/>          <field name="gnue_accesslist" length="100" type="string"/>
13        </fields>        </fields>
14        <constraints/>        <constraints/>
15        <indexes/>        <indexes/>
16          <primarykey name="gnue_id_pk">
17            <pkfield name="gnue_id"/>
18          </primarykey>
19      </table>      </table>
20    </tables>    </tables>
21    <data>    <data>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26