Footprints Data Model |
Table |
Table Name | Email Notification Attachment |
Table Definition | A link to an email attachment used for a notification email. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Email Notification Attachment Id | The automatically generated primary key of the email_notifn_attch table. | LONG | Yes |
Email Attachment URI | The value of a Email Notification Attachment, stored as a string. | VARCHAR(255) | No |
Email Notification Id | A Foreign Key to the Email Notification table. | LONG | No |