15.05.2014, 13:06
(
Последний раз редактировалось dusk; 15.05.2014 в 14:55.
)
Well the thing is that there is no item ID. I use text values, the item name. It's an include and all usable item names must be specified before using them.
I guess I could create a key from username + itemname, but I read a StackOverflow post that discourages usage of varchar keys.
EDIT: I just started loading the unique column I already had... It's still better then using varchar as a key I guess.
I guess I could create a key from username + itemname, but I read a StackOverflow post that discourages usage of varchar keys.
EDIT: I just started loading the unique column I already had... It's still better then using varchar as a key I guess.