소스 검색

修改表

yjp 1 년 전
부모
커밋
bfd12266ac
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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: 最近登录时间