add: migrations directory
This commit is contained in:
parent
689627b204
commit
fa91eb689b
2 changed files with 8 additions and 0 deletions
5
prisma/migrations/20260304225056_init/migration.sql
Normal file
5
prisma/migrations/20260304225056_init/migration.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- CreateTable
|
||||
CREATE TABLE "PhotoPost" (
|
||||
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
3
prisma/migrations/migration_lock.toml
Normal file
3
prisma/migrations/migration_lock.toml
Normal 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"
|
||||
Loading…
Reference in a new issue