Add annotations and fix minor bugs with mappers

This commit is contained in:
Dennis Eichhorn 2019-02-25 23:58:03 +01:00
parent 5b2a550684
commit 06c4decb3a

View File

@ -33,6 +33,11 @@
"name": "exchange_website",
"type": "VARCHAR(255)",
"null": false
},
"exchange_version": {
"name": "exchange_version",
"type": "VARCHAR(50)",
"null": null
}
}
}