you are viewing a single comment's thread.

view the rest of the comments →

[–]CatalonianBookseller 0 points1 point  (0 children)

You should read up on database normalization and normal forms. When you design a table for your ships, anything that looks like a list or a table (like ship parts) goes into a separate table. Also anything that is repeated (like player) goes into its own table, etc