Apps Community apps Settings Model Currency

Model Currency

namespace HubletoApp\Settings\Models\Currency

List of currencies existing in the system

Constants

This model does not define constants.

Properties

Property Value
 eloquentClass Eloquent\Currency::class
 table currencies
 lookupSqlValue CONCAT([TABLE].name ," ","(",[TABLE].code,")")

Data Scructure

Column Title ADIOS Type Length Required
id ID  int TRUE
name Currency name  varchar TRUE
code Currency code  varchar TRUE
symbol Currency symbol  varchar TRUE

Foreign Keys

This model does not contain any foreing keys

Indexes

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

Relations

This model does not contain any relations.

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