CREATE TABLE users(api PRIMARY KEY, token, admin); CREATE TABLE calls (callid PRIMARY KEY, owner, caller, callee, history);