Add date picker to project form

This commit is contained in:
Ahmed Al-Taiar
2024-09-21 14:13:53 -04:00
parent 22b2e25875
commit 43be1abf96
9 changed files with 197 additions and 16 deletions

View File

@ -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[]
}