Drop column adonisjs migration. Copy. down () { //Remove Default Value Constraint this.alter('mytable', (table) => { table.boolean('column1') ...
確定! 回上一頁