img nullable
This commit is contained in:
@@ -10,7 +10,7 @@ Capsule::schema()->create("game_data", function (Blueprint $table){
|
||||
$table->id();
|
||||
$table->string("gameLink");
|
||||
$table->boolean("isWebBased");
|
||||
$table->string("img");
|
||||
$table->string("img")->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user