I have the following SQL structure:
CREATE TABLE IF NOT EXISTS 'noticia' (
'id' int(11) NOT NULL AUTO_INCREMENT,
'id_categoria' int(11) DEFAULT NULL,
'titulo' varchar(255) NOT NULL,
'previa' text NOT NULL,
'descricao' text,
'imagem...
asked by
02.11.2015 / 15:47