diff --git a/typo3/sysext/core/ext_tables.sql b/typo3/sysext/core/ext_tables.sql
index 7cf0b714f99308a0938a611abac38a28fcbd0992..fc0eb4a228a370e00d7368b6afcbfaa12aa01561 100644
--- a/typo3/sysext/core/ext_tables.sql
+++ b/typo3/sysext/core/ext_tables.sql
@@ -8,7 +8,7 @@ CREATE TABLE be_groups (
 	allowed_languages varchar(255) DEFAULT '' NOT NULL,
 	custom_options text,
 	db_mountpoints text,
-	pagetypes_select varchar(255) DEFAULT '' NOT NULL,
+	pagetypes_select text,
 	tables_select text,
 	tables_modify text,
 	groupMods text,