# Column Types

- [Text](/custom-database-apps/columns/column-types/text.md): A general purpose field which may be used to store a single line of text.
- [Multi-Line](/custom-database-apps/columns/column-types/multi-line.md): A general purpose field which may be used to store multiple lines of text.
- [Number](/custom-database-apps/columns/column-types/number.md): Allows the storage of whole or decimal numbers. Fields of this type may also be automatically totalled if required.
- [Auto Number](/custom-database-apps/columns/column-types/auto-number.md): This field will cause a unique auto-generated ID number to be assigned to each record upon creation.
- [Currency](/custom-database-apps/columns/column-types/currency.md): Allows the storage of currency values, combined with a currency code/symbol. Fields of this type may also be automatically totalled if required.
- [Date/Time](/custom-database-apps/columns/column-types/date-time.md): Allows the storage of dates or dates/times which are specified by the user.
- [TimeInput](/custom-database-apps/columns/column-types/duration.md): Allows the storage of  24-hour based time values.
- [Duration](/custom-database-apps/columns/column-types/duration-1.md): Allows the storage of time duration value.
- [Yes/No](/custom-database-apps/columns/column-types/yes-no.md): This field is presented as a simple slider which may be either enabled or disabled.
- [Choice – Drop Down, Radio Button, and Check Box](/custom-database-apps/columns/column-types/untitled.md): Allow users to select between a number of predetermined options.
- [Email Address](/custom-database-apps/columns/column-types/email-address.md): This field stores a single email address.
- [Phone/Fax No.](/custom-database-apps/columns/column-types/phone-fax-no..md): This field may be used for storing telephone/mobile/fax numbers.
- [URL](/custom-database-apps/columns/column-types/url.md)
- [Relationship](/custom-database-apps/columns/column-types/phone-fax-no.-1.md): Using Relationship you can establish parent-child relationships between apps
- [E-Signature](/custom-database-apps/columns/column-types/phone-fax-no.-2.md): Digitally capture e-Signatures to create legally binding documents like contracts, SLAs, etc.
- [Formula](/custom-database-apps/columns/column-types/formula.md)
