Guest User

Untitled

a guest
Jun 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // id SERIAL primary key
  2.  
  3. CREATE TABLE public.user_events
  4. (
  5. id serial primary key,
  6. campaign_id bigint NOT NULL,
  7. user_uuid bigint NOT NULL,
  8. reward integer NOT NULL
  9. )
Add Comment
Please, Sign In to add comment