Browse Source

bn wallet

helium3@sina.com 7 months ago
parent
commit
52c9b71759
1 changed files with 1 additions and 0 deletions
  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)