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