Skip to content

Instantly share code, notes, and snippets.

@guyjacks
Created October 19, 2017 22:31
Show Gist options
  • Save guyjacks/877f2816e55813c321be234ae4a779b0 to your computer and use it in GitHub Desktop.
Save guyjacks/877f2816e55813c321be234ae4a779b0 to your computer and use it in GitHub Desktop.
Table "public.impact_badge"
Column | Type | Modifiers
-----------------+--------------------------+-----------------------------------------------------------
id | integer | not null default nextval('impact_badge_id_seq'::regclass)
label | character varying(100) | not null
description | text | not null
action | character varying(25) | not null
required_amount | double precision | not null
active | boolean | not null
organization_id | integer | not null
award_message | text | not null
created | timestamp with time zone | not null
cumulative | character varying(20) | not null
limit | smallint |
limit_period | character varying(20) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment