Guest User

Untitled

a guest
Dec 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. CREATE TABLE chat_history (
  2. chat_id uuid,
  3. created_at 'TimeUUIDType',
  4. body text,
  5. PRIMARY KEY (chat_id, created_at)
  6. ) WITH COMPACT STORAGE
Add Comment
Please, Sign In to add comment