SQL

SQL file for "Pilot Job"

Copy the following code and run the query in your phpMyAdmin/HeidiSQL/...:

ALTER TABLE `users` 
ADD COLUMN `pilot_flights` int(11) NOT NULL DEFAULT 0,
ADD COLUMN `pilot_level` int(11) NOT NULL DEFAULT 1;

Last updated