Feature/Format database schema (#3943)

* Format
This commit is contained in:
Thomas Kaul
2024-10-17 20:42:59 +02:00
committed by GitHub
parent ba52e385a1
commit a9d26b319d

View File

@ -193,9 +193,9 @@ model SymbolProfileOverrides {
holdings Json? @default("[]")
name String?
sectors Json? @default("[]")
url String?
symbolProfileId String @id
updatedAt DateTime @updatedAt
url String?
SymbolProfile SymbolProfile @relation(fields: [symbolProfileId], onDelete: Cascade, references: [id])
}
@ -239,7 +239,7 @@ model User {
Order Order[]
Settings Settings?
Subscription Subscription[]
Tag Tag[]
Tag Tag[]
@@index([accessToken])
@@index([createdAt])