Beta members
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
id | integer | not null default nextval(('beta_members_seq'::text)::regclass) |
beta_id | integer | not null |
submitter_uid | integer | not null |
entity_id | integer | not null |
approval_uid | integer | not null |
approval_date | integer | not null default now_epoch() |
notes | text | |
Indexes: beta_members_pk primary key btree (id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)