mirror of
https://github.com/flarum/framework.git
synced 2025-06-01 04:56:58 +08:00
Change name of avatar field in users table.
This commit is contained in:
@ -23,7 +23,7 @@ class CreateUsersTable extends Migration {
|
||||
$table->string('password');
|
||||
$table->text('bio')->nullable();
|
||||
$table->text('bio_html')->nullable();
|
||||
$table->string('avatar')->nullable();
|
||||
$table->string('avatar_path')->nullable();
|
||||
$table->dateTime('join_time')->nullable();
|
||||
$table->dateTime('last_seen_time')->nullable();
|
||||
$table->dateTime('read_time')->nullable();
|
||||
|
Reference in New Issue
Block a user