mirror of
https://github.com/flarum/framework.git
synced 2025-02-24 17:39:39 +08:00
parent
6ccb297af4
commit
b8b72e51af
@ -33,6 +33,8 @@ return [
|
||||
$table->integer('discussions_count')->unsigned()->default(0);
|
||||
$table->dateTime('last_time')->nullable();
|
||||
$table->integer('last_discussion_id')->unsigned()->nullable();
|
||||
|
||||
$table->engine = 'InnoDB';
|
||||
});
|
||||
|
||||
$schema->getConnection()->table('tags')->insert([
|
||||
|
Loading…
x
Reference in New Issue
Block a user