フィールド名 | データ型 | 制約 | 主キー | 外部キー | 説明文 |
---|---|---|---|---|---|
id | serial | ○ | - | 書籍ID | |
name | text | not null | - | - | 名前 |
special_level | text | - | - | 特定図書レベル | |
status | text | not null | - | - | 状態 |
detailclass__detailed_class_id | integer | not null | - | detailed_class.id | 小分類 |
publisher__publisher_list_id | integer | not null | - | publisher_list.id | 出版社 |
writer__writer_list_id | integer | not null | - | writer_list.id | 著者 |
org__present_org_id_ | integer | - | present_org.id | 寄贈組織 | |
note | text | - | - | 備考欄 | |
create_date | timestamp | default current_timestamp | - | - | 登録日 |