img nullable
This commit is contained in:
parent
913fdae646
commit
858b065a8e
|
@ -10,7 +10,7 @@ Capsule::schema()->create("game_data", function (Blueprint $table){
|
||||||
$table->id();
|
$table->id();
|
||||||
$table->string("gameLink");
|
$table->string("gameLink");
|
||||||
$table->boolean("isWebBased");
|
$table->boolean("isWebBased");
|
||||||
$table->string("img");
|
$table->string("img")->nullable();
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue