Model ContactType
namespace HubletoApp\Settings\Models\ContactType
A list of assignable types for a contact.
Constants
This model does not define constants.
Properties
Property | Value |
---|---|
eloquentClass | Eloquent\ContactType::class |
table | contact_types |
lookupSqlValue | [TABLE].name |
Data Scructure
Column | Title | ADIOS Type | Length | Required |
---|---|---|---|---|
id | ID | int | TRUE | |
name | Name | varchar | TRUE |
Foreign Keys
This model does not contain any foreing keys
Indexes
Only default indexes are used.
Relations
This model does not contain any relations.