CREATE TABLE "Requesters"( Last_Name text NOT NULL, First_Name text NOT NULL, UID text PRIMARY KEY NOT NULL, Phone text NOT NULL, Email text NOT NULL, Note text , Added text, Last_Modified text, Removed text, Role text);