Insert SQL

Execute the following SQL code in your database:

ALTER TABLE `users`
    ADD COLUMN `morti` int(11) DEFAULT 0,
    ADD COLUMN `kill` int(11) DEFAULT 0
;

Last updated