Si preguntas, hay tabla

  1. #165   Si hay modificaciones en la estructura de la base de datos:
    ALTER TABLE `comments` ADD `comment_votes` SMALLINT( 4 ) NOT NULL DEFAULT '0' AFTER `comment_ip` ;
    ALTER TABLE `comments` CHANGE `comment_date` `comment_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ;
    ALTER TABLE `comments` ADD `comment_order` SMALLINT NOT NULL DEFAULT '0' AFTER `comment_ip` ;
    ALTER TABLE `comments` DROP `comment_nick` ;

    .. hay cuatro tablas.
    18  votos: 3   link
    el 08-10-2006 20:55 UTC por --6774-- --6774--
     twitter  facebook  tuenti  
comentarios cerrados

menéame