-
-
Save guyjacks/877f2816e55813c321be234ae4a779b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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