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