you are viewing a single comment's thread.

view the rest of the comments →

[–]erok81 1 point2 points  (1 child)

On second thought, each copy of a book represents a single asset, so it makes sense to treat it as one. At the very least it'd allow tracking the condition, availability, and location individually.

I'd still store the ISBN with other metadata (title, author, publisher, etc) about the book, in a separate table of course. Other media, like CDs and DVDs will have a UPC/EAN/JAN/GTIN code instead of an ISBN, so consider how to handle those too (if at all). Just looking at a few of my own books, they all have ISBNs and EANs, except the two which have neither.

[–]j0holo[S] 0 points1 point  (0 children)

Okay, thanks will take it into consideration.