|
|
@@ -9,6 +9,7 @@ export default class extends BaseSchema {
|
|
|
table.string('device_id').notNullable()
|
|
|
table.text('record').notNullable()
|
|
|
table.string('channel').notNullable()
|
|
|
+ table.string('img').notNullable()
|
|
|
table.timestamp('created_at', { useTz: true })
|
|
|
table.timestamp('updated_at', { useTz: true })
|
|
|
})
|