# | Column Name | Nullable | Data Type | Max Length | Description |
---|---|---|---|---|---|
1 | attachment_lookup_id | integer | 0 | The primary key of this table, which is also a serial field. | |
2 | book | character varying | 50 | ||
3 | resource | text | 0 | ||
4 | resource_key | text | 0 |
# | Column Name | Key Name | References |
---|
Index Name | Owner | Access Method | Definition | Description |
---|---|---|---|---|
attachment_lookup_pkey | postgres | btree | attachment_lookup_id | |
attachment_lookup_resource_resource_key_uix | postgres | btree | lower(book::text) lower(resource_key) | |
attachment_lookup_book_uix | postgres | btree | lower(book::text) |
Constraint Name | Description |
---|
# | Column Name | Default |
---|---|---|
1 | attachment_lookup_id | nextval('core.attachment_lookup_attachment_lookup_id_seq'::regclass) |
Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
---|