I have a table like this:
CREATE TABLE count_data( date DATE NOT NULL DEFAULT (date(\'now\', \'localtime\')), count INTEGER NOT NULL DEFAULT 0 );