|
@@ -21,7 +21,7 @@ class CreateUsersTable extends Migration
|
|
$table->string('password', 200)->nullable();
|
|
$table->string('password', 200)->nullable();
|
|
$table->string('open_id', 200)->nullable();
|
|
$table->string('open_id', 200)->nullable();
|
|
$table->string('nickname', 200)->nullable();
|
|
$table->string('nickname', 200)->nullable();
|
|
- $table->string('avatar', 200)->nullable()->default('');
|
|
|
|
|
|
+ $table->string('avatar', 200)->nullable()->default('https://t18.9026.com/mini/default-user.png');
|
|
$table->string('session_key', 200)->nullable();
|
|
$table->string('session_key', 200)->nullable();
|
|
$table->string('token', 200)->nullable();
|
|
$table->string('token', 200)->nullable();
|
|
$table->timestamps();
|
|
$table->timestamps();
|