Footprints Data Model |
Table |
Name | email_notifn_attch |
Comment | A link to an email attachment used for a notification email. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
email_notifn_attch_id | bigint | The automatically generated primary key of the email_notifn_attch table. | Yes | No |
email_attch_uri | varchar(255) | The value of a Email Notification Attachment, stored as a string. | No | No |
email_notifn_id | bigint | A Foreign Key to the Email Notification table. | No | Yes |