Don’t even think you need to use knex for this.
You could just create it in bootstrap in index.js
From here you can use entity service to just add the data.
Might also want to add a check if the data is already there, but that’s what I would suggest.