|
|
@ -33,6 +33,7 @@ model Account { |
|
|
createdAt DateTime @default(now()) |
|
|
createdAt DateTime @default(now()) |
|
|
currency String? |
|
|
currency String? |
|
|
id String @default(uuid()) |
|
|
id String @default(uuid()) |
|
|
|
|
|
/// @deprecated Use the "Exclude from Analysis" tag (`TAG_ID_EXCLUDE_FROM_ANALYSIS`) instead |
|
|
isExcluded Boolean @default(false) |
|
|
isExcluded Boolean @default(false) |
|
|
name String? |
|
|
name String? |
|
|
platform Platform? @relation(fields: [platformId], references: [id]) |
|
|
platform Platform? @relation(fields: [platformId], references: [id]) |
|
|
|