CREATE TEMPORARY TABLE "roles" (
"id" varchar,
"name" varchar,
"created_at" timestamp,
"updated_at" timestamp,
PRIMARY KEY(id)
);