書架を表すモデル。
列名 | 型 | 説明 | 必須 | solrによる検索 |
---|---|---|---|---|
id | integer | 通し番号 | ○ | × |
library_id | integer | Libraryのid | ○ | × |
name | text | 名称 | ○ | × |
created_at | timestamp | ○ | × | |
updated_at | timestamp | ○ | × | |
deleted_at | timestamp | ○ | × |
- 以下のモデルに属する
- Library
- 以下のモデルを持つ
- Item
書架を表すモデル。
列名 | 型 | 説明 | 必須 | solrによる検索 |
---|---|---|---|---|
id | integer | 通し番号 | ○ | × |
library_id | integer | Libraryのid | ○ | × |
name | text | 名称 | ○ | × |
created_at | timestamp | ○ | × | |
updated_at | timestamp | ○ | × | |
deleted_at | timestamp | ○ | × |