add: migrations directory

This commit is contained in:
wilson 2026-03-04 22:51:40 +00:00
parent 689627b204
commit fa91eb689b
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
-- CreateTable
CREATE TABLE "PhotoPost" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP
);

View file

@ -0,0 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "sqlite"