mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
@@ -5,6 +5,7 @@ export default class GuestbookMessages extends BaseSchema {
|
||||
|
||||
public async up() {
|
||||
await this.schema.table(this.tableName, (table) => {
|
||||
table.dropColumn('message')
|
||||
table.text('message')
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user