database And dertory update
This commit is contained in:
@@ -8,8 +8,10 @@ use Illuminate\Support\Facades\Schema;
|
||||
//Create game_data table with the rows as id, gameLink, isWebBased and timestamp
|
||||
Capsule::schema()->create("game_data", function (Blueprint $table){
|
||||
$table->id();
|
||||
$table->string("gameLink");
|
||||
$table->boolean("isWebBased");
|
||||
$table->string('game_name');
|
||||
$table->string("game_link");
|
||||
$table->boolean("is_web_based");
|
||||
$table->text("description")->nullable();
|
||||
$table->string("img")->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user