Check table exists.
let exists = table.exists(tableName);
tableName
let exists = table.exists("users");