-- CreateTable CREATE TABLE "ResearchFields" ( "id" SERIAL NOT NULL, "name" TEXT NOT NULL, CONSTRAINT "ResearchFields_pkey" PRIMARY KEY ("id") );