mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
git-svn-id: file:///svn/phpbb/trunk@7826 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -886,8 +886,8 @@ function get_schema_struct()
|
||||
'ban_start' => array('TIMESTAMP', 0),
|
||||
'ban_end' => array('TIMESTAMP', 0),
|
||||
'ban_exclude' => array('BOOL', 0),
|
||||
'ban_reason' => array('STEXT', ''),
|
||||
'ban_give_reason' => array('STEXT', ''),
|
||||
'ban_reason' => array('VCHAR_UNI', ''),
|
||||
'ban_give_reason' => array('VCHAR_UNI', ''),
|
||||
),
|
||||
'PRIMARY_KEY' => 'ban_id',
|
||||
'KEYS' => array(
|
||||
|
Reference in New Issue
Block a user