freezing / dashcasino

Online Casino that accepts only DASH
0 stars 0 forks source link

Add Blackjack prefix to StatusCodeId and CommandId #14

Closed freezing closed 8 years ago

freezing commented 8 years ago

Separate blackjack commands from other game commands in different tables. This will require table names to be changed.

Edit: Or think about this what's the best on a long-run. Since Transaction contains command maybe it would be the best to have one table for all commands, and command itself should contain the GameId (Note that this is not the same game as blackjackGameId)

freezing commented 8 years ago

At the moment, it is decided that Command will be generic