Browse Source

修改表

yjp 1 year ago
parent
commit
bfd12266ac
1 changed files with 5 additions and 0 deletions
  1. 5 0
      convenient/data_containers/auth/user.yaml

+ 5 - 0
convenient/data_containers/auth/user.yaml

@@ -32,6 +32,11 @@ spec:
         type: "varchar(512)"
         comment: 邮箱
         not_null: true
+      - name: token
+        type: "text"
+        comment: token
+        not_null: true
+        index: true
       - name: last_login_time
         type: "timestamp with time zone"
         comment: 最近登录时间