mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:11:56 +08:00
Fix last_time type
This commit is contained in:
parent
845a8bbcd8
commit
66416bbeb3
@ -30,7 +30,7 @@ class CreateTagsTable extends Migration
|
||||
$table->boolean('is_hidden')->default(0);
|
||||
|
||||
$table->integer('discussions_count')->unsigned()->default(0);
|
||||
$table->integer('last_time')->unsigned()->nullable();
|
||||
$table->dateTime('last_time')->nullable();
|
||||
$table->integer('last_discussion_id')->unsigned()->nullable();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user