Jump to content

Database Structure ..


Recommended Posts

Do I find am ERD for the databases here ? I'm trying to understand the general system of the game..  
For those who dont know ERD is a diagram that explains the database structure.. do I find anything that could help me understanding the database structure and the relations between the data elements better ? TY !

Link to comment
Share on other sites

  • Management

Good luck finding one, unless someone already made one and doesn't mind sharing...

The database by default uses MyISAM, so no foreign key support, so not possible to generate the diagram from the DB.

Plus some tables can have foreign keys of different tables, like the table item, the owner_id can either be the player.id or the account.id, depends on where the item is, inventory of safebox/mall...

  • Smile Tear 1

raw

raw

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.