Forum monitored forums
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
monitor_id | integer | not null default nextval(('forum_monitored_forums_pk_seq'::text)::regclass) |
forum_id | integer | not null default 0 |
user_id | integer | not null default 0 |
Indexes: forum_monitored_forums_pkey primary key btree (monitor_id), | ||
forum_monitor_combo_id btree (forum_id, user_id), | ||
forum_monitor_thread_id btree (forum_id), | ||
forummonitoredforums_user btree (user_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)