chore: final layout
This commit is contained in:
@@ -11,7 +11,7 @@ model Post {
|
||||
id String @id @default(cuid())
|
||||
title String
|
||||
description String?
|
||||
path String
|
||||
fileName String
|
||||
isPublic Boolean @default(false)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
Reference in New Issue
Block a user