diff --git a/product/ERP5Catalog/sql/common_mysql/z_create_record.zsql b/product/ERP5Catalog/sql/common_mysql/z_create_record.zsql
index 3cacbe4593c2ebf8d81f6edcfc8e7901bdfcc11d..987ee1e0ea63c61637c9771d0e445137068a4426 100755
--- a/product/ERP5Catalog/sql/common_mysql/z_create_record.zsql
+++ b/product/ERP5Catalog/sql/common_mysql/z_create_record.zsql
@@ -15,7 +15,7 @@ class_file:
 CREATE TABLE `record` (
   `uid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
   `path` varchar(255) NOT NULL default '',
-  `catalog` BOOT NOT NULL default 0,
+  `catalog` BOOL NOT NULL default 0,
   `played` BOOL NOT NULL default 0,
   `date` DATETIME NOT NULL,
   PRIMARY KEY  (`uid`),