# Column Name Nullable Data Type Max Length Description
1attachment_lookup_idinteger0The primary key of this table, which is also a serial field.
2bookcharacter varying50
3resourcetext0
4resource_keytext0

Foreign Keys

# Column Name Key Name References

Indices

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)

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 attachment_lookup_id nextval('core.attachment_lookup_attachment_lookup_id_seq'::regclass)

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description