This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/fields/address.json
T
2015-04-28 14:54:43 +03:00

35 lines
563 B
JSON

{
"actualFields":[
"street",
"city",
"state",
"country",
"postalCode"
],
"fields":{
"street":{
"type": "text",
"maxLength": 255,
"dbType": "varchar"
},
"city":{
"type":"varchar"
},
"state":{
"type":"varchar"
},
"country":{
"type":"varchar"
},
"postalCode":{
"type":"varchar"
}
},
"mergable":false,
"notCreatable": false,
"filter": true,
"fieldDefs":{
"skipOrmDefs":true
}
}