Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Ka2,

    I’ve also encountered the same error and here is the info in my case:

    CREATE TABLE wp_activities (
    ID int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT ‘ID’,
    activity_type varchar() ,
    activity_order int(11) ,
    activity_link varchar() ,
    activity_done bool ,
    done_date date ,
    created datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’ COMMENT ‘Created Date’,
    updated timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT ‘Updated Date’,
    PRIMARY KEY (ID)
    )
    ENGINE=InnoDB
    DEFAULT CHARSET=utf8
    COMMENT=” ;

    Thanks,
    Ajmir

    Thread Starter ajmirg

    (@ajmirg)

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)