feat: 项目的增删改查
This commit is contained in:
Binary file not shown.
@@ -11,7 +11,7 @@ datasource db {
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model Application {
|
||||
model Project {
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
description String?
|
||||
|
||||
Reference in New Issue
Block a user