mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
deny Bittorrent Protocol v2 torrents
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user