mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
adding zenstack.
This commit is contained in:
@@ -132,6 +132,7 @@ model Project {
|
||||
updatedAt DateTime? @updatedAt() @map("updated_at")
|
||||
slug String @unique()
|
||||
name String
|
||||
isArchived Boolean @default(false) @map("is_archived")
|
||||
organizationId String @map("organization_id")
|
||||
organization Organization @relation(fields: [organizationId], references: [id])
|
||||
databases Database[]
|
||||
|
||||
Reference in New Issue
Block a user