Query42 / Dominion-Kingdom-Card-Picker

This is a personal project to create a Kingdom Card picker for the board game Dominion, as a way to practice my skills.
MIT License
0 stars 1 forks source link

Changed "Cost" field in Card table to allow text #12

Closed Query42 closed 8 years ago

Query42 commented 8 years ago

Changed "Cost" field from integer to character in the Card Model to allow retrieval of Alchemy cards.

This was necessary since many Alchemy cards have potions in the cost, notated in their db entries as "{cost} + P."