Beta offerings
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
id | integer | not null default nextval(('beta_offerings_seq'::text)::regclass) |
title | character varying(255) | not null |
type | integer | not null |
description | text | not null |
is_active | integer | not null default 0 |
public_status | text | not null |
notes | text | |
Indexes: beta_offerings_pk primary key btree (id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)