@ -203,11 +203,11 @@ model SymbolProfile {
isActive Boolean @default(true)
isin String?
name String?
updatedAt DateTime @updatedAt
scraperConfiguration Json?
sectors Json?
symbol String
symbolMapping Json?
url String?
user User? @relation(fields: [userId], onDelete: Cascade, references: [id])
userId String?