another one

This commit is contained in:
2018-10-15 22:19:14 -05:00
parent d870e5cc95
commit 717e78bc4c
3 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ class CreateUsersTable extends Migration
$table->increments('id');
$table->string('name');
$table->string('character_id');
$table->string('avatar');
$table->string('access_token');
$table->string('refresh_token');
$table->integer('expires_in');