Version 0.1.9

This commit is contained in:
dmzx
2015-12-14 18:20:46 +01:00
parent dbdf8a62bc
commit 6be0012e32
4 changed files with 19 additions and 35 deletions

View File

@@ -82,7 +82,7 @@ class mchat_schema extends \phpbb\db\migration\migration
$this->table_prefix . 'mchat' => array(
'COLUMNS' => array(
'message_id' => array('UINT', NULL, 'auto_increment'),
'message_id' => array('UINT', null, 'auto_increment'),
'user_id' => array('UINT', 0),
'user_ip' => array('VCHAR:40', ''),
'message' => array('MTEXT_UNI', ''),