1CREATE TABLE "identities" ( 2"id" TEXT PRIMARY KEY, 3"traits_schema_id" TEXT NOT NULL, 4"traits" TEXT NOT NULL, 5"created_at" DATETIME NOT NULL, 6"updated_at" DATETIME NOT NULL 7)
View as plain text