Update Install.php

This commit is contained in:
Visman 2023-04-13 18:44:17 +07:00
parent f92a7ddb92
commit 9456278764

View file

@ -832,7 +832,7 @@ class Install extends Admin
// online
$schema = [
'FIELDS' => [
'user_id' => ['INT(10) UNSIGNED', false, 1],
'user_id' => ['INT(10) UNSIGNED', false, 0],
'ident' => ['VARCHAR(190)', false, ''],
'logged' => ['INT(10) UNSIGNED', false, 0],
'last_post' => ['INT(10) UNSIGNED', false, 0],