gempir

gempbot emote_logs

Jan 11th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. create table public.emote_logs
  2. (
  3. created_at timestamp with time zone not null,
  4. emote_id text not null,
  5. emote_code text,
  6. added_by text,
  7. channel_twitch_id text,
  8. type text,
  9. primary key (created_at, emote_id)
  10. );
  11.  
  12. alter table public.emote_logs
  13. owner to gempbot;
Advertisement
Add Comment
Please, Sign In to add comment