mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
Implement notifications
This commit is contained in:
@@ -26,6 +26,7 @@ class CreateUsersTable extends Migration {
|
||||
$table->dateTime('join_time')->nullable();
|
||||
$table->dateTime('last_seen_time')->nullable();
|
||||
$table->dateTime('read_time')->nullable();
|
||||
$table->dateTime('notification_read_time')->nullable();
|
||||
$table->integer('discussions_count')->unsigned()->default(0);
|
||||
$table->integer('comments_count')->unsigned()->default(0);
|
||||
});
|
||||
|
Reference in New Issue
Block a user