mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 12:52:13 +01:00
asd
This commit is contained in:
@@ -8,7 +8,7 @@ datasource db {
|
||||
}
|
||||
|
||||
model Article {
|
||||
id Int @id @default(autoincrement())
|
||||
id String @id @default(uuid())
|
||||
name String @unique
|
||||
title String @unique
|
||||
introduction String @default("")
|
||||
|
||||
Reference in New Issue
Block a user