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