mirror of
https://github.com/flarum/core.git
synced 2025-08-29 11:00:12 +02:00
@@ -33,6 +33,8 @@ return [
|
|||||||
$table->integer('discussions_count')->unsigned()->default(0);
|
$table->integer('discussions_count')->unsigned()->default(0);
|
||||||
$table->dateTime('last_time')->nullable();
|
$table->dateTime('last_time')->nullable();
|
||||||
$table->integer('last_discussion_id')->unsigned()->nullable();
|
$table->integer('last_discussion_id')->unsigned()->nullable();
|
||||||
|
|
||||||
|
$table->engine = 'InnoDB';
|
||||||
});
|
});
|
||||||
|
|
||||||
$schema->getConnection()->table('tags')->insert([
|
$schema->getConnection()->table('tags')->insert([
|
||||||
|
Reference in New Issue
Block a user