瀏覽代碼

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)