Ostg contest
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
text | not null | |
contest | character varying(15) | not null |
answer | text | |
is_winner | integer | default 0 |
reg_time | timestamp without time zone | default (('now'::text)::timestamp(6) with time zone)::timestamp without time zone |
Indexes: ostg_contest_pk primary key btree (email, contest) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)