Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Table Structure

forums forums SQLyog Using SQLyog Table Structure

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #30519
      peterlaursen
      Participant

      i think you should not create a table for each player.  Only I suggest that you add a 'player ID' column (and also unique ID – Primary Key)  to the players table as well.   You may also create a teams table.  And finally maybe also consider if the table structure can handle if a players changes from one tam to another?

      SQLyog can help you (easily) to create what tables you want.  But it cannot decide how the tables should be. 

Viewing 0 reply threads
  • You must be logged in to reply to this topic.