testing
This commit is contained in:
@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class EsiScope extends Model
|
||||
{
|
||||
// Table Name
|
||||
protected $table = 'EsiScopes';
|
||||
protected $table = 'esi_scopes';
|
||||
|
||||
//Primary Key
|
||||
public $primaryKey = 'id';
|
||||
|
||||
@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class EsiToken extends Model
|
||||
{
|
||||
// Table Name
|
||||
protected $table = 'EsiTokens';
|
||||
protected $table = 'esi_token';
|
||||
|
||||
//Primary Key
|
||||
public $primaryKey = 'id';
|
||||
|
||||
@@ -48,6 +48,7 @@ return new class extends Migration
|
||||
$table->string('character_id');
|
||||
$table->string('token');
|
||||
$table->string('refresh_token');
|
||||
$table->string('inserted_at');
|
||||
$table->integer('expiresIn');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user