Some functions may need global understanding how Cards Realm store data.
As we have a lot of cards games in our database, we have an ID for each game as well ID and codes for each possibly currency in the world.
Game's ID
| Game ID | Game Name | Game Code | Game has landpage |
|---|---|---|---|
| 1 | Magic: the Gathering | MTG | True |
| 2 | Yu-Gi-Oh | YGO | False |
| 3 | Pokemon | POK | False |
| 4 | Legends of Runeterra | LOR | True |
| 5 | All games | True | |
| 6 | Tabletop | TABLETOP | False |
Currency Dictionary
| Currency ABV | Currency name |
|---|---|
| BRL | Brazilian real |
| USD | US dollar |
| EUR | EU euro |
| GBP | British pound |
| CAD | canadian dollar |
| CNY | Chinese yuan renminbi |
| JPY | Japanese yen |
| MXN | Mexican peso |
