-- CreateTable CREATE TABLE "TestModel" ( "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "name" TEXT );