commit
1941a71971
|
@ -8,6 +8,7 @@ class TokensSchema extends Schema {
|
|||
table.increments()
|
||||
table.integer('user_id').unsigned().references('id').inTable('users')
|
||||
table.string('token', 40).notNullable().unique()
|
||||
table.string('type', 80).notNullable()
|
||||
table.boolean('is_revoked').defaultTo(false)
|
||||
table.timestamps()
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user