Adding fields to the bliss database

Tom Hart

New Member
I'm making a website for my server and I'd like to add some custom fields into the database for website purposes only. Would this affect the game?
 
it could affect future schema updates but it is unlikely.

So long as you don't change the current fields, it shouldn't cause any crashes.

I don't think indexing will be a problem with adding fields in an InnoDB MySQL database...

I've added plenty of tables and procs to my database and haven't had an issue with it so far
 
Back
Top