rabin 1 일 전
부모
커밋
a1731b9f59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/place/role/table/user.php

+ 1 - 1
src/place/role/table/user.php

@@ -35,7 +35,7 @@ return [
         ],
         
         'edate'         => [
-            'type'      => 'int(11)',
+            'type'      => 'bigint(11)',
             'name'      => '过期时间',
         ],
         'status' => [