|
@ -62,6 +62,7 @@ model Order { |
|
|
Account Account? @relation(fields: [accountId, accountUserId], references: [id, userId]) |
|
|
Account Account? @relation(fields: [accountId, accountUserId], references: [id, userId]) |
|
|
accountId String? |
|
|
accountId String? |
|
|
accountUserId String? |
|
|
accountUserId String? |
|
|
|
|
|
platformId String? |
|
|
createdAt DateTime @default(now()) |
|
|
createdAt DateTime @default(now()) |
|
|
currency Currency |
|
|
currency Currency |
|
|
dataSource DataSource @default(YAHOO) |
|
|
dataSource DataSource @default(YAHOO) |
|
|