feat: added styling

This commit is contained in:
Smigz 2025-06-14 20:54:36 -04:00
parent 8be819bf91
commit 5ab9f0b2c2
7 changed files with 34 additions and 22 deletions

View file

@ -41,7 +41,7 @@ model File {
model Folder {
id String @id @default(uuid())
name String @db.VarChar(255)
creation_date DateTime @default(now())
createdAt DateTime @default(now())
modification_date DateTime @default(now())
File File[]
owner User? @relation(fields: [owner_user_id], references: [id])