* users.disp_topics - removed NULL

This commit is contained in:
Visman 2018-10-31 18:31:44 +07:00
parent 03cc67dedb
commit 28e20e59c4

View file

@ -880,7 +880,7 @@ class Install extends Page
'yahoo' => ['VARCHAR(30)', false, ''],
'location' => ['VARCHAR(30)', false, ''],
'signature' => ['TEXT', false],
'disp_topics' => ['TINYINT(3) UNSIGNED', true],
'disp_topics' => ['TINYINT(3) UNSIGNED', false, 0],
'disp_posts' => ['TINYINT(3) UNSIGNED', true],
'email_setting' => ['TINYINT(1)', false, 1],
'notify_with_post' => ['TINYINT(1)', false, 0],