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.