mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-02-02 04:47:56 +01:00
Working on new features
This commit is contained in:
@@ -6,7 +6,6 @@ export default class Subscribers extends BaseSchema {
|
||||
public async up () {
|
||||
this.schema.createTable(this.tableName, (table) => {
|
||||
table.increments('id').primary()
|
||||
table.string('name')
|
||||
table.string('email').notNullable()
|
||||
table.timestamps(true)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user