WormBase Model:Address

From WormBaseWiki
Jump to navigationJump to search

WormBase Models

Curator Comments/Description

Model

#Address  Street_address Text        // multiple lines including town, state, zip/postcode, whatever
          Country UNIQUE Text
          Institution UNIQUE Text    
          Email Text                 // multiple emails allowed
          Main_phone    Text         // phone number for the institution, I presume
          Lab_phone     Text
          Office_phone  Text
          Other_phone   Text UNIQUE Text  // second text can be used to indicate type
          Fax           Text UNIQUE Text  // second text can be used to differentiate
                                          // multiple fax numbers if present (optional)
          Web_page      Text    // web page is part of the address info I think

Proposed Changes

This hash is used in the Person class, should unify all models to use the Address hash