You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE "Note" ("id" UUID NOT NULL PRIMARY KEY, "name" TEXT NOT NULL, "directory_id" UUID NOT NULL, "created_at" TIMESTAMP NOT NULL DEFAULT NOW(), "updated_at" TIMESTAMP NOT NULL DEFAULT NOW(), "content" TEXT NOT NULL DEFAULT '');