php - How to maintian database for ranking system reseting it periodically while saving old data? -
i need maintain database gaming tournament ranking system in ranking data reset every 3 months old ranking saved well. can suggest me how should that? should create new table each ranking period or should maintain data in single table , check them using time constraint?
Comments
Post a Comment