/[papo]/papo/xot/PAPO-ER.xot
ViewVC logotype

Diff of /papo/xot/PAPO-ER.xot

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

revision 1.10 by jlenton, Tue Sep 23 22:08:37 2003 UTC revision 1.11 by mhepp, Tue Oct 7 21:01:24 2003 UTC
# Line 3081  Line 3081 
3081    
3082   is a persona]]></doc>   is a persona]]></doc>
3083      </table>      </table>
3084        <table name="fisco" inherits="persona">
3085          <fields>
3086            <field name="id" type="int" auto_increment="true" null="false">
3087            </field>
3088            <field name="persona" references="persona">
3089            </field>
3090          </fields>
3091          <indexes>
3092            <index type="primary_key">
3093              <index_field name="id"/>
3094            </index>
3095            <index name="fisco_persona_idx">
3096              <index_field name="persona"/>
3097            </index>
3098          </indexes>
3099          <hooks>
3100            <hook name="history"/>
3101          </hooks>
3102          <doc><![CDATA[fisco
3103    
3104     an entity that is a fisco (duh...)
3105    
3106     is a persona]]></doc>
3107        </table>
3108      <table name="relation_type">      <table name="relation_type">
3109        <fields>        <fields>
3110          <field name="id" type="int" auto_increment="true" null="false">          <field name="id" type="int" auto_increment="true" null="false">

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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