mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix rss sticky
This commit is contained in:
@@ -17,7 +17,7 @@ class CreateTeamsTable extends Migration
|
||||
return;
|
||||
}
|
||||
Schema::create('teams', function (Blueprint $table) {
|
||||
$table->tinyIncrements('id');
|
||||
$table->increments('id');
|
||||
$table->string('name', 30)->default('');
|
||||
$table->unsignedTinyInteger('sort_index')->default(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user