Apps Community apps Settings Model Country

Model Country

namespace HubletoApp\Settings\Models\Country

List of countries existing in the system.

Constants

This model does not define constants.

Properties

Property Value
 eloquentClass Eloquent\Country::class
 table countries
 lookupSqlValue [TABLE].name

Data Scructure

Column Title ADIOS Type Length Required
id ID  int TRUE
name Name  varchar TRUE
code Code  varchar 5 TRUE

Foreign Keys

This model does not contain any foreing keys

Indexes

Name Type Column + Order
id PRIMARY id ASC
code UNIQUE code ASC

Relations

This model does not contain any relations.

www.hubleto.com | Found a bug or missing something? Report an issue via GitHub.