Forum saved place
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
saved_place_id | integer | not null default nextval(('forum_saved_place_pk_seq'::text)::regclass) |
user_id | integer | not null default 0 |
forum_id | integer | not null default 0 |
save_date | integer | not null default 0 |
Indexes: forum_saved_place_pkey primary key btree (saved_place_id), | ||
forum_saved_place_userid btree (user_id), | ||
forumsav_place_useridfrmid btree (user_id, forum_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)