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