Index: /branches/camp/camp-2_5-E/html/install/sql/create_table_mysql.sql
===================================================================
--- /branches/camp/camp-2_5-E/html/install/sql/create_table_mysql.sql	(revision 19208)
+++ /branches/camp/camp-2_5-E/html/install/sql/create_table_mysql.sql	(revision 19209)
@@ -1251,11 +1251,11 @@
 
 CREATE TABLE "dtb_plugin" (
-  "id" int4 NOT NULL DEFAULT NULL,
-  "name" text NOT NULL DEFAULT NULL,
-  "enable" int2 NOT NULL DEFAULT 0,
-  "del_flg" int2 NOT NULL DEFAULT 0,
-  "class_name" text NOT NULL DEFAULT NULL,
-  "create_date" timestamp(6) NOT NULL DEFAULT now(),
-  "update_date" timestamp(6) NOT NULL DEFAULT now()
+  id int4 NOT NULL DEFAULT NULL,
+  name text NOT NULL DEFAULT NULL,
+  enable int2 NOT NULL DEFAULT 0,
+  del_flg int2 NOT NULL DEFAULT 0,
+  class_name text NOT NULL DEFAULT NULL,
+  create_date DATETIME NOT NULL DEFAULT now(),
+  update_date DATETIME NOT NULL DEFAULT now()
 )
 WITH (OIDS=FALSE);
