Add date picker to project form
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Project" ALTER COLUMN "date" DROP DEFAULT;
|
@ -69,7 +69,7 @@ model Project {
|
||||
title String
|
||||
description String @default("No description provided")
|
||||
images ProjectImage[]
|
||||
date DateTime @default(now())
|
||||
date DateTime
|
||||
links String[] @default([])
|
||||
tags Tag[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user