Ich Ich, gros commit
This commit is contained in:
@ -17,6 +17,7 @@ class CreatePilotsTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('name');
|
||||
$table->string('first_name');
|
||||
$table->integer('ref_time');
|
||||
$table->integer('kart_id')->unsigned();
|
||||
$table->foreign('kart_id')->references('id')->on('karts')->onDelete('no action');
|
||||
$table->timestamps();
|
||||
|
Reference in New Issue
Block a user