yjp 1 жил өмнө
parent
commit
bfd12266ac

+ 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: 最近登录时间