hedera-web/back/common/models/main-account-bank.json

18 lines
325 B
JSON

{
"name": "MainAccountBank",
"base": "PersistedModel",
"options": {
"mysql": {
"table": "hedera.mainAccountBank"
}
},
"properties": {
"name": {
"type": "String",
"id": true
},
"iban": {
"type": "String"
}
}
}