Add bookshop image streaming impl
This commit is contained in:
committed by
Christian Georgi
parent
934a00eff1
commit
7131c13500
@@ -10,6 +10,7 @@ entity Books : managed {
|
||||
stock : Integer;
|
||||
price : Decimal(9,2);
|
||||
currency : Currency;
|
||||
image : LargeBinary @Core.MediaType : 'image/png';
|
||||
}
|
||||
|
||||
entity Authors : managed {
|
||||
|
||||
Reference in New Issue
Block a user