Footprints Data Model |
Table |
Name | item_attch |
Comment | The link between a file stored in jackrabbit and a container item. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
item_attch_id | bigint | The automatically generated primary key of the item_attch table. | Yes | No |
file_info_id | bigint | A Foreign Key to the File Information table. | No | Yes |
item_defn_id | bigint | A Foreign Key to the Definition table. | No | Yes |
item_id | bigint | A Foreign Key to the Item Attachment table. | No | No |