Skip to content

Commit

Permalink
The migration fields are consistent with laravel/laravel. (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyar committed Jul 29, 2022
1 parent 58a6156 commit ce4bd7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@
public function up()
{
Schema::create('personal_access_tokens', function (Blueprint $table) {
$table->bigIncrements('id');
$table->id();
$table->morphs('tokenable');
$table->string('name');
$table->string('token', 64)->unique();
Expand Down

0 comments on commit ce4bd7b

Please sign in to comment.