rabin 1 day ago
parent
commit
a1731b9f59
1 changed files with 1 additions and 1 deletions
  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' => [