feat: 项目的增删改查

This commit is contained in:
2025-09-06 12:38:02 +08:00
parent 9b54d18ef3
commit 5a25f350c7
20 changed files with 1054 additions and 152 deletions

View File

@@ -11,7 +11,7 @@ datasource db {
url = env("DATABASE_URL")
}
model Application {
model Project {
id Int @id @default(autoincrement())
name String
description String?