booleans in MySQL?
Hey,
Ich bin Anfänger mit MySQL und habe scon Strings und integer genutzt.
Aber wie verwende ich booleans?
Main.mysql.update("INSERT INTO Boots(KILLS, DEATHS) VALUES (''0', '0');");
mysql.update("CREATE TABLE IF NOT EXISTS Boots(KILLS int, DEATHS int);");
Wie verwende ich hier booleans und wie frage ich sie dann ab, bzw setze sie(true/false)?