Store book - Availability of a book in a store.
Entity field | Field descr. | Field type | DB table | DB pkey | DB fkey | DB extension | DB custom | DB test_chain | UI full_view |
---|---|---|---|---|---|---|---|---|---|
store_id | Store Id. | link to store | x | x | x | ||||
book_id | Book Id. | link to book | x | x | x | ||||
quantity | Quantity | range uint32 [0 - 1000000] |
x | x | |||||
name | Store name | string[80] | x | x | |||||
title | Book title | string[80] | x | x |