deny Bittorrent Protocol v2 torrents

This commit is contained in:
xiaomlove
2022-02-12 15:08:18 +08:00
parent 186bebfe12
commit 379b84b905
5 changed files with 12 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ class CreateMedalsTable extends Migration
$table->string('image_large')->nullable();
$table->string('image_small')->nullable();
$table->integer('price')->default(0);
$table->integer('duration')->default(0);
$table->integer('duration')->nullable();
$table->timestamps();
});
}