db_discussion_subscription
User subscription to a discussion. When a user subscribes to a discussion he/she will receive emails of any posts in this discussion.
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
created | Date | Â | Â |
discussion_id | Integer | db_discussion.id | Topic subscribed to |
user_id | Integer | db_person.id | ID of the subscriber |