Index: temp/branches/ec-cube-beta/html/install/index.php
===================================================================
--- temp/branches/ec-cube-beta/html/install/index.php	(revision 10685)
+++ temp/branches/ec-cube-beta/html/install/index.php	(revision 10765)
@@ -824,6 +824,6 @@
 	// ¥­¥ã¥ó¥Ú¡¼¥ó¥Æ¡¼¥Ö¥ë
 	sfColumnExists("dtb_campaign", "directory_name", "text NOT NULL", $dsn, true);
-	sfColumnExists("dtb_campaign", "limit_count", "int", $dsn, true);
-	sfColumnExists("dtb_campaign", "total_count", "int", $dsn, true);
+	sfColumnExists("dtb_campaign", "limit_count NOT NULL DEFAULT 0", "int", $dsn, true);
+	sfColumnExists("dtb_campaign", "total_count NOT NULL DEFAULT 0", "int", $dsn, true);
 	sfColumnExists("dtb_campaign", "orverlapping_flg", "int2 NOT NULL DEFAULT 0", $dsn, true);
 	sfColumnExists("dtb_campaign", "cart_flg", "int2 NOT NULL DEFAULT 0", $dsn, true);
