Footprints Data Model |
Table |
Table Name | Item Attachment |
Table Definition | The link between a file stored in jackrabbit and a container item. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Item Attachment Id | The automatically generated primary key of the item_attch table. | LONG | Yes |
File Information Id | A Foreign Key to the File Information table. | LONG | No |
Item Id | A Foreign Key to the Item Attachment table. | LONG | No |
Item Definition Id | A Foreign Key to the Definition table. | LONG | No |