I'm trying to create a table, in my database in phpmyadmin.
SQL
CREATE TABLE IF NOT EXISTS 'chat' (
'id' int(11) NOT NULL AUTO_INCREMENT,
'time' timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
'username' varchar(32) NOT NULL,
'text'...
asked by
11.12.2017 / 01:46