Skip to content

Contact module : database schema

elplatt edited this page Dec 12, 2012 · 1 revision

The Contact Module provides the following database tables:

contact

Represents contact info for a single person.

  • cid (integer) The contact's unique ID.
  • firstName (string) The contact's first name.
  • middleName (string) The contact's middle name.
  • lastName (string) The contact's last name.
  • email (string) The contact's email address.
  • phone (string) The contact's phone number.
  • emergencyName (string) The contact's emergency contact.
  • emergencyPhone (string) Phone number for the contact's emergency contact.