The Contacts Table

The Contacts table (Table 5.10) contains a list of all contacts (including customers).

Table 5.10. The Contacts Table
ColumnData TypeDescription and Size
ContactIDNumericUnique ID for each contact; can be populated manually when rows are inserted or automatically (if defined as an Auto Number field)
FirstNameTextContact first name
LastNameTextContact last name
AddressTextContact address
CityTextContact city
StateTextContact state (or province)
ZipTextContact ZIP code (or postal code)
CountryTextContact country
EmailTextContact email address
PhoneTextContact phone number
UserLoginTextContact login name
UserPasswordTextContact login password
MailingListBit or Yes/NoFlag specifying whether this contact is on the mailing list
UserRoleIDNumeric ...

Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.