Initial commit
This commit is contained in:
13
application/Espo/Resources/metadata/entityDefs/Currency.json
Normal file
13
application/Espo/Resources/metadata/entityDefs/Currency.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"fields": {
|
||||
"id": {
|
||||
"type": "id",
|
||||
"maxLength": 3,
|
||||
"dbType": "string"
|
||||
},
|
||||
"rate": {
|
||||
"type": "float"
|
||||
}
|
||||
},
|
||||
"noDeletedAttribute": true
|
||||
}
|
||||
Reference in New Issue
Block a user