Is there anyway to tell what column exist in a SQL table?
I want to edit the table I use for bf2 rank mod to allow more stuff to be saved.
I know I need to execute a command like this..
Code:
SQL ALTER bf2rank ADD moresavingdata INT(4)...
But how can I check if these columns exists (no point in creating the column every map change..) or how could I remember that the command had been run before so not to do it again.