feat: add domain_purchase table

This commit is contained in:
Maël Gangloff
2025-10-31 13:40:09 +01:00
parent 2aeb897e6c
commit b420b4e633
11 changed files with 371 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ final class OrderDomain
public function __construct(
public string $watchlistToken,
public string $ldhName,
public \DateTimeImmutable $updatedAt,
) {
}
}