Add bookshop image streaming impl

This commit is contained in:
Christian Georgi
2020-09-17 12:45:18 +03:00
committed by Christian Georgi
parent 934a00eff1
commit 7131c13500
4 changed files with 36 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ entity Books : managed {
stock : Integer;
price : Decimal(9,2);
currency : Currency;
image : LargeBinary @Core.MediaType : 'image/png';
}
entity Authors : managed {