浏览代码

bn wallet

helium3@sina.com 8 月之前
父节点
当前提交
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)