Feature/Format database schema (#3943)

* Format
pull/3945/head
Thomas Kaul 5 days ago committed by GitHub
parent ba52e385a1
commit a9d26b319d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -193,9 +193,9 @@ model SymbolProfileOverrides {
holdings Json? @default("[]") holdings Json? @default("[]")
name String? name String?
sectors Json? @default("[]") sectors Json? @default("[]")
url String?
symbolProfileId String @id symbolProfileId String @id
updatedAt DateTime @updatedAt updatedAt DateTime @updatedAt
url String?
SymbolProfile SymbolProfile @relation(fields: [symbolProfileId], onDelete: Cascade, references: [id]) SymbolProfile SymbolProfile @relation(fields: [symbolProfileId], onDelete: Cascade, references: [id])
} }

Loading…
Cancel
Save