21.03.2016, 18:49
http://www.w3schools.com/sql/sql_default.asp
You can do it on phpmyadmin or execute an ALTER TABLE statement.
As for updating, if you have a large amount of variables whose value you need to save, which will result in a very large query, you can write a stored procedure and then call it on your sa-mp script.
You can do it on phpmyadmin or execute an ALTER TABLE statement.
As for updating, if you have a large amount of variables whose value you need to save, which will result in a very large query, you can write a stored procedure and then call it on your sa-mp script.