Change "datetime" to "created" to give some semantics to this field.

This commit is contained in:
Bharat Mediratta
2008-12-21 01:29:25 +00:00
parent 8f87a030c8
commit 81e87dfecd
5 changed files with 15 additions and 31 deletions

View File

@@ -28,7 +28,7 @@ class comment_installer {
`author` varchar(255) default NULL,
`email` varchar(255) default NULL,
`text` text,
`datetime` int(9) NOT NULL,
`created` int(9) NOT NULL,
`item_id` int(9) NOT NULL,
PRIMARY KEY (`id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8;");