If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Simple embedded database design for game

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-02-10, 04:48
dontforget86 dontforget86 is offline
Registered User
 
Join Date: Apr 2010
Posts: 7
Simple embedded database design for game

Can you guys give my database design a quick look over? It's quite simple but I'm a beginner.

http://dl.dropbox.com/u/1735585/embeddeddatabase.png

It's for an embedded database in a game. It stores a complete list of game objects and all the sub-objects and components that make up these objects. An object can have many components of the same type, but they will have different positions (this is why I included position in the primary key).

This txt file contains a brief description of each table and some example data:

http://dl.dropbox.com/u/1735585/embeddeddatabase.txt

Thanks a lot
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On