shadowfox Posted June 24, 2009 Share Posted June 24, 2009 playing around with some php/mysql stuff and so making a small little text game to pass the time while at work. just trying to find out the best way to setup the database for the spells section. since there are some that will only be used by certain races what the best way to set it up to store that info. i had thought about a field in the table for each race that would be a 1/0 and thought about storing it in a serialize array in one field, but that would be some extra php work in the code. Just trying to find the best solution for something like this, since a few other projects I have to work on could use the same type of database work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.