Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/09/2012, 14:15
ashloch
 
Fecha de Ingreso: septiembre-2012
Ubicación: Villa Luzuriaga
Mensajes: 12
Antigüedad: 11 años, 7 meses
Puntos: 0
Respuesta: Base de datos: Date esta en blanco

ENTENDI
hice esta modificación

Código:
CREATE TABLE `descargas2` (
`id_descargas` SMALLINT (4) NOT NULL AUTO_INCREMENT,
`email` Varchar (50) NOT NULL ,
`oferta` Varchar (10) NOT NULL , 
`fecha_desc`TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id_descargas`)
);
y ya carga la fecha y hora automaticamente