-- Your SQL goes here CREATE TABLE `users`( `id` INTEGER NOT NULL PRIMARY KEY, `handle` TEXT NOT NULL UNIQUE, `password` TEXT NOT NULL );