Explorar o código

add useNullAsDefault to knexfile as well

Pouria Ezzati hai 1 ano
pai
achega
d6413ef8ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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",