Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- create table public.emote_logs
- (
- created_at timestamp with time zone not null,
- emote_id text not null,
- emote_code text,
- added_by text,
- channel_twitch_id text,
- type text,
- primary key (created_at, emote_id)
- );
- alter table public.emote_logs
- owner to gempbot;
Advertisement
Add Comment
Please, Sign In to add comment