/[gnue-sb]/gnue-sb/contacts/schema/phone_type.gsd
ViewVC logotype

Diff of /gnue-sb/contacts/schema/phone_type.gsd

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

revision 1.4 by dneighbors, Wed Nov 13 06:34:05 2002 UTC revision 1.5 by jcater, Sat Jun 28 06:05:28 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
2  <schema><tables>  <schema><tables>
3    <table name="phone_type">    <table name="phone_type">
4      <fields><field name="phone_type_id" type="key" defaultwith="serial" nullable="N"/>      <fields>
5          <field name="phone_type_id" type="key" defaultwith="serial" nullable="N"/>
6        <field name="description" type="string" length="30" nullable="N"/>        <field name="description" type="string" length="30" nullable="N"/>
7        </fields>      </fields>
8      <primarykey name="pk_phone_type"><pkfield name="phone_type_id"/></primarykey>      <primarykey name="pk_phone_type"><pkfield name="phone_type_id"/></primarykey>
9      <constraints/>      <constraints/>
10      <indexes/>      <indexes/>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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