migration.sql

prisma/migrations/20260519170750_init/migration.sql
-- CreateTable
CREATE TABLE "blog_likes" (
"post_id" INTEGER NOT NULL,
"anon_id" TEXT NOT NULL,
CONSTRAINT "blog_likes_pkey" PRIMARY KEY ("post_id","anon_id")
);
-- CreateTable
CREATE TABLE "subscribers" (
"email" TEXT NOT NULL,
"first_name" TEXT,
"last_name" TEXT,
"subscribed" BOOLEAN NOT NULL DEFAULT true,
"created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updated_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
CONSTRAINT "subscribers_pkey" PRIMARY KEY ("email")
);

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC