mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -04:00
feat: added styling
This commit is contained in:
parent
8be819bf91
commit
5ab9f0b2c2
7 changed files with 34 additions and 22 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue