mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02:00
...
git-svn-id: file:///svn/phpbb/trunk@2869 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
682b29d9b5
commit
655e905313
@ -145,6 +145,7 @@ CREATE TABLE phpbb_forums (
|
|||||||
forum_topics mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
forum_topics mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||||
forum_last_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
forum_last_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||||
forum_last_poster_id mediumint(8) DEFAULT '0' NOT NULL,
|
forum_last_poster_id mediumint(8) DEFAULT '0' NOT NULL,
|
||||||
|
forum_last_post_time int(11) DEFAULT '0' NOT NULL,
|
||||||
forum_last_poster_name varchar(30),
|
forum_last_poster_name varchar(30),
|
||||||
post_count_inc tinyint(1) DEFAULT '1' NOT NULL,
|
post_count_inc tinyint(1) DEFAULT '1' NOT NULL,
|
||||||
prune_next int(11) UNSIGNED,
|
prune_next int(11) UNSIGNED,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user