diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 5272750fed..a914764fca 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -194,7 +194,7 @@ CREATE TABLE phpbb_posts ( # CREATE TABLE phpbb_posts_text ( post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, - bbcode_uid char(10) NOT NULL, + bbcode_uid char(10) DEFAULT '' NOT NULL, post_subject char(60), post_text text, PRIMARY KEY (post_id)