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

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

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

revision 1.5 by jcater, Sat Jun 28 02:47:02 2003 UTC revision 1.6 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="contact_url">    <table name="contact_url">
4      <fields><field name="contact_url_id" type="key" defaultwith="serial" nullable="N"/>      <fields>
5          <field name="contact_url_id" type="key" defaultwith="serial" nullable="N"/>
6        <field name="contact_id" type="key" nullable="N"/>        <field name="contact_id" type="key" nullable="N"/>
7        <field name="url_type_id" type="key" nullable="N"/>        <field name="url_type_id" type="key" nullable="N"/>
8        <field name="url_addr" type="string" length="150" nullable="N"/>        <field name="url_addr" type="string" length="150" nullable="N"/>
# Line 10  Line 11 
11        <field name="created_by" type="key" nullable="N"/>        <field name="created_by" type="key" nullable="N"/>
12        <field name="modified_on" type="timestamp" nullable="N" defaultwith="timestamp"/>        <field name="modified_on" type="timestamp" nullable="N" defaultwith="timestamp"/>
13        <field name="modified_by" type="key" nullable="N"/>        <field name="modified_by" type="key" nullable="N"/>
14        </fields>       </fields>
15      <primarykey name="pk_contact_url"><pkfield name="contact_url_id"/></primarykey>      <primarykey name="pk_contact_url"><pkfield name="contact_url_id"/></primarykey>
16      <constraints/>      <constraints/>
17      <indexes>      <indexes>

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

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