Ver Fonte

add useNullAsDefault to knexfile as well

Pouria Ezzati há 1 ano atrás
pai
commit
d6413ef8ef
1 ficheiros alterados com 1 adições e 0 exclusões
  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",