Skip to content

Commit ffe63e8

Browse files
committed
Resolved laravel side image issue
1 parent 4ca622c commit ffe63e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/2014_10_12_000000_create_users_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function up()
1616
Schema::create('users', function (Blueprint $table) {
1717
$table->id();
1818
$table->string('name');
19+
$table->string('avatar');
1920
$table->string('email')->unique();
2021
$table->timestamp('email_verified_at')->nullable();
2122
$table->string('password');

0 commit comments

Comments
 (0)