I\'m trying to understand how the await keyword is being used in KNEX. Take the following example:
await
knex.schema.createTable( ... );