Change date value from data to date time for edition_timestamp.

This commit is contained in:
Paulo Gustavo Veiga
2012-04-08 18:36:22 -03:00
parent 736d88d000
commit 583b2723d3
3 changed files with 7 additions and 7 deletions

View File

@@ -23,8 +23,8 @@ title varchar(255) CHARACTER SET utf8 NOT NULL,
description varchar(255) CHARACTER SET utf8 NOT NULL,
xml blob NOT NULL,
public BOOL not null default 0,
creation_date date,
edition_date date,
creation_date datetime,
edition_date datetime,
owner_id INTEGER not null,
tags varchar(1014) CHARACTER SET utf8 ,
last_editor varchar(255) CHARACTER SET utf8 ,