For boolean fields like `internal` or `keysend` we currently do not have a default value. This means that we set it to `true` but otherwise it's NULL. for consistence we should have a default value of false there. (easiest done with a DB migration)