On 23 nov, 14:55, Li You <vbs0...@gmail.com> wrote: > Because I want to save user's info about each game. And the best way > is to save the info by each game.
This doesn't mean having a distinct table per game - unless of course the database table schema is specific for each game but then you want something a bit more elaborate than raw sql since you'll have to write per-game specific code. Else - I mean, if you have the same table schema for each game "infos", you just need a foreign key on the game - no table creation involved at all. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.