소스 검색

bn wallet

helium3@sina.com 7 달 전
부모
커밋
52c9b71759
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/db/models/BnWhiteList.ts

+ 1 - 0
src/db/models/BnWhiteList.ts

@@ -12,6 +12,7 @@ export interface BnWhiteListData {
       unique: true,
     },
   ],
+  timestamps: false,
 })
 export default class BnWhiteList extends Model {
   @AllowNull(false)