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

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

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

revision 1.5 by dneighbors, Mon Nov 18 01:44:29 2002 UTC revision 1.6 by jcater, Sat Jun 28 02:47:02 2003 UTC
# Line 2  Line 2 
2  <schema><tables>  <schema><tables>
3    <table name="contact_phone">    <table name="contact_phone">
4      <fields><field name="contact_phone_id" type="key" defaultwith="serial" nullable="N"/>      <fields><field name="contact_phone_id" type="key" defaultwith="serial" nullable="N"/>
5        <field name="contact_id" type="key" nullable="N"/>        <field name="contact_id" type="key" nullable="N"/>
6        <field name="phone_type_id" type="key"  nullable="N"/>        <field name="phone_type_id" type="key"  nullable="N"/>
7        <field name="phone_number" type="string" length="30" nullable="N"/>        <field name="phone_number" type="string" length="30" nullable="N"/>
8        <field name="preferred" type="string" length="1" default="'N'"/>        <field name="preferred" type="string" length="1" default="'N'"/>
9        <field name="created_on" type="timestamp" nullable="N" defaultwith="timestamp"/>        <field name="created_on" type="timestamp" nullable="N" defaultwith="timestamp"/>
10        <field name="created_by" type="key" nullable="Y"/>        <field name="created_by" type="key" nullable="Y"/>
11        <field name="modified_on" type="timestamp" nullable="N" defaultwith="timestamp"/>        <field name="modified_on" type="timestamp" nullable="N" defaultwith="timestamp"/>
12        <field name="modified_by" type="key" nullable="Y"/>        <field name="modified_by" type="key" nullable="Y"/>
13        </fields>        </fields>
14      <primarykey name="pk_contact_phone"><pkfield name="contact_phone_id"/></primarykey>      <primarykey name="pk_contact_phone"><pkfield name="contact_phone_id"/></primarykey>
15      <constraints/>      <constraints/>
16      <indexes/>      <indexes>
17         <index unique="Y" name="ix_contact_email_cont">
18           <indexfield name="contact_id"/>
19           <indexfield name="email_type_id"/>
20         </index>
21        </indexes>
22    </table>    </table>
23  </tables></schema>  </tables></schema>
24    

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