[Item]
FRBRのItemに該当するモデル。
| 列名 | 型 | 説明 | 必須 | solrによる検索 |
|---|---|---|---|---|
| id | integer | 通し番号 | ○ | × |
| manifestation_id | integer | Manifestationのid | ○ | × |
| shelf_id | integer | Shelfのid | ○ | × |
| circulation_status_id | integer | CirculationStatusのid | ○ | × |
| call_number | string | 請求記号 | × | ○ |
| item_identifier | string | 個別資料番号 | × | ○ |
| include_supplements | boolean | 付録の有無 | ○ | ○ |
| note | text | 備考 | × | ○ |
| created_at | timestamp | ○ | × | |
| updated_at | timestamp | ○ | × |
- 以下のモデルに属する
- Manifestation
- Shelf
- CirculationStatus
- 以下のモデルを持つ
- Own(->Patron)
- Basket
