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

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

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

revision 1.6 by reinhard, Mon Sep 22 19:16:15 2003 UTC revision 1.7 by siesel, Wed Oct 8 14:59:32 2003 UTC
# Line 6  Line 6 
6    <tables>    <tables>
7      <table name="address_person">      <table name="address_person">
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="address_name" length="35" type="string"/>          <field name="address_name" length="35" type="string"/>
11          <field name="address_street" length="35" type="string"/>          <field name="address_street" length="35" type="string"/>
12          <field name="address_zip" length="17" type="string"/>          <field name="address_zip" length="17" type="string"/>
# Line 14  Line 14 
14        </fields>        </fields>
15        <constraints/>        <constraints/>
16        <indexes/>        <indexes/>
17          <primarykey name="gnue_id_pk">
18            <pkfield name="gnue_id"/>
19          </primarykey>
20      </table>      </table>
21    </tables>    </tables>
22    <data>    <data>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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