27.10.2013, 03:48
Mysql Query ( create column AdminLevel in accounts table after column key ) :
and save your admin level to this column ( like save username, password, etc )
Quote:
ALTER TABLE `accounts` ADD COLUMN `AdminLevel` int(11) NOT NULL DEFAULT 0 AFTER `Key`; |