Skip to content
Snippets Groups Projects
Commit 3bfdde9f authored by AMOCA OKKES's avatar AMOCA OKKES
Browse files

maj

parent bc0c9ccd
Branches
No related merge requests found
......@@ -17,7 +17,7 @@ class CreateVideoGamesTable extends Migration
$table->id();
$table->string('nom');
$table->string('url');
$table->boolean('description');
$table->string('description');
$table->string('proprietaire');
$table->foreign('proprietaire')->references('user_id')->on('UserEloquent')->onDelete('cascade');
//$table->foreignId('proprietaire')->constrained('UserEloquent')->onDelete('cascade');
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment