Was heißt das?

  • [hide]
    Fehler
    SQL-Befehl:


    -- -- Datenbank: `d0156e10` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(28) DEFAULT NULL, `banned` tinyint(1) DEFAULT NULL, `passwort` varchar(100) DEFAULT NULL, `admin` int(4) DEFAULT NULL, `donater` int(12) DEFAULT NULL, `upgradepoints` int(4) DEFAULT NULL, `reg` tinyint(1) DEFAULT NULL, `sex` tinyint(1) DEFAULT NULL, `exp` int(2) DEFAULT NULL, `level` int(3) NOT NULL, `hand` int(11) DEFAULT NULL, `konto` int(11) DEFAULT NULL, `crimes` int(4) DEFAULT NULL, `arrested` int(11) DEFAULT NULL, `wanteddeaths` int(11) DEFAULT NULL, `phonebook` int(11) DEFAULT NULL, `lottonr` int(11) DEFAULT NULL, `fishes` int(11) DEFAULT NULL, `biggestfish` int(11) DEFAULT NULL, `job` int(11) DEFAULT NULL, `kills` int(3) NOT NULL, `deaths` int(3) NOT NULL, `paycheck` int(11) DEFAULT NULL, `jobg[...]
    [/hide]