소스 검색

* topics.last_poster - removed NULL

Visman 6 년 전
부모
커밋
a98e15a04c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Models/Pages/Install.php

+ 1 - 1
app/Models/Pages/Install.php

@@ -773,7 +773,7 @@ class Install extends Page
                 'first_post_id' => ['INT(10) UNSIGNED', false, 0],
                 'last_post'     => ['INT(10) UNSIGNED', false, 0],
                 'last_post_id'  => ['INT(10) UNSIGNED', false, 0],
-                'last_poster'   => ['VARCHAR(190)', true],
+                'last_poster'   => ['VARCHAR(190)', false, ''],
                 'num_views'     => ['MEDIUMINT(8) UNSIGNED', false, 0],
                 'num_replies'   => ['MEDIUMINT(8) UNSIGNED', false, 0],
                 'closed'        => ['TINYINT(1)', false, 0],