You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE ddbb_blog.contenido ( Id INT NOT NULL AUTO_INCREMENT , Titulo VARCHAR(30) NOT NULL , Fecha DATETIME NOT NULL , Comentario TEXT NOT NULL , Imagen VARCHAR(50) NOT NULL , PRIMARY KEY (Id)) ENGINE = InnoDB;