Skip to content

Commit

Permalink
Created Seeder for Many Students
Browse files Browse the repository at this point in the history
  • Loading branch information
4jean committed Oct 21, 2020
1 parent ae81991 commit 4de82a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function up()
Schema::create('my_classes', function (Blueprint $table) {
$table->increments('id');
$table->string('name', 100);
$table->unsignedInteger('class_type_id');
$table->unsignedInteger('class_type_id')->nullable();
$table->timestamps();
});

Expand Down

0 comments on commit 4de82a9

Please sign in to comment.