Valor padrão da coluna Adonisjs
this.alter('mytable', (table) => {
table.boolean('columnxxxxx').defaultTo(true)
table.boolean('columnyyyyy').defaultTo(true)
})
GutoTrosla
this.alter('mytable', (table) => {
table.boolean('columnxxxxx').defaultTo(true)
table.boolean('columnyyyyy').defaultTo(true)
})