소스 검색

add useNullAsDefault to knexfile as well

Pouria Ezzati 1 년 전
부모
커밋
d6413ef8ef
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      knexfile.js

+ 1 - 0
knexfile.js

@@ -11,6 +11,7 @@ module.exports = {
     password: env.DB_PASSWORD,
     ssl: env.DB_SSL,
   },
+  useNullAsDefault: true,
   migrations: {
     tableName: "knex_migrations",
     directory: "server/migrations",