Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. CREATE TABLE rooms (id UUID PRIMARY KEY, room_type VARCHAR(255));
  2. CREATE TABLE subscriptions (room_id UUID, user_id UUID);
  3. CREATE TABLE users (id UUID PRIMARY KEY, name VARCHAR(255));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement