mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
More mysql_class field type changes. Forum updates to use it.
This commit is contained in:
@@ -28,6 +28,7 @@ CREATE TABLE forum_thread (
|
||||
`thread_active` tinyint(3) unsigned NOT NULL default '0',
|
||||
`thread_lastpost` int(10) unsigned NOT NULL default '0',
|
||||
`thread_s` tinyint(1) unsigned NOT NULL default '0',
|
||||
`thread_datestamp` int(10) unsigned default NULL,
|
||||
`thread_user` int(10) unsigned default NULL,
|
||||
`thread_user_anon` varchar(30) NULL,
|
||||
`thread_lastuser` int(10) unsigned default NULL,
|
||||
|
Reference in New Issue
Block a user