mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
wrong position. ;)
git-svn-id: file:///svn/phpbb/trunk@7683 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cd7efa78a4
commit
ffb1366af8
1 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ CREATE TABLE phpbb_forums (
|
|||
forum_topics_real mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_post_subject varchar(100) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci,
|
||||
forum_last_post_subject varchar(100) DEFAULT '' NOT NULL,
|
||||
forum_last_post_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
forum_last_poster_name varchar(255) DEFAULT '' NOT NULL,
|
||||
forum_last_poster_colour varchar(6) DEFAULT '' NOT NULL,
|
||||
|
@ -436,7 +436,7 @@ CREATE TABLE phpbb_posts (
|
|||
enable_magic_url tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
enable_sig tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
post_username varchar(255) DEFAULT '' NOT NULL,
|
||||
post_subject varchar(100) DEFAULT '' NOT NULL,
|
||||
post_subject varchar(100) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci,
|
||||
post_text mediumtext NOT NULL,
|
||||
post_checksum varchar(32) DEFAULT '' NOT NULL,
|
||||
post_attachment tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue