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

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

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

revision 1.6 by jlenton, Fri Oct 18 17:58:34 2002 UTC revision 1.7 by jlenton, Fri Oct 18 18:57:59 2002 UTC
# Line 636  entity: Line 636  entity:
636  #       The name of the entity. This should be a table.  #       The name of the entity. This should be a table.
637          name (varchar(255))          name (varchar(255))
638    
 #       A number that uniquely identifies this entity amongst its  
 #       peers. This should be a table, too.  
         UID (char(35))  
   
639  #       When this entity celebrates its inception.  #       When this entity celebrates its inception.
640          anniversary (date)          anniversary (date)
641    
# Line 654  entity: Line 650  entity:
650          :history:          :history:
651    
652  /*  /*
653    entity_uid and entity_uid_type
654    
655           A number that uniquely identifies this entity amongst its
656           peers.
657    */
658    entity_uid_type:
659            id (serial)
660            name
661    
662    entity_uid:
663            id (serial)
664            _type -> entity_uid_type
665            uid (varchar(50))
666    
667    /*
668  entity_currency  entity_currency
669    
670  what currencies an entity handles  what currencies an entity handles

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